Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: SWRL Rule Implementation #83

Merged
merged 14 commits into from
May 14, 2024
Merged

DRAFT: SWRL Rule Implementation #83

merged 14 commits into from
May 14, 2024

Conversation

phillord
Copy link
Owner

No description provided.

No support has been added to parsers yet, so this does not test or
fully compile.
The spec and the OWL use different names as far as I can see. But the
OWL API looks more like the XML serialization.

Currently broken
Currently only supporting class atoms.
@phillord
Copy link
Owner Author

#65

@phillord
Copy link
Owner Author

Now supporting Rule in both XML and RDF, but only with ClassAtoms

@filippodebortoli filippodebortoli marked this pull request as draft April 18, 2024 10:24
phillord added 11 commits April 18, 2024 14:32
Add parsers and readers to RDF, XML.
Also fix IncompleteParse logic in RDF reader.
Also rename many test files
This updates the visitor to include two new modules also.
Adds mutable visitor/walker, renames and updates existing walker
adding SWRL functionality.

Add normalize function which provides incomplete but fast mechanism
for re-naming all anonymous individuals, which is necessary to compare
two ontologies.
@phillord phillord merged commit cb9caeb into devel May 14, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant