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

Add OWL file with (only) asserted axioms #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neurorepro
Copy link

This is to avoid having to insert all statements in Protege, and to be able to see the differences between the asserted and inferred axioms after running the reasoner.

I may have overlooked something but from what i saw the only changes with the Chap 4 OWL file was to remove the inferred Coccus subclasses (diff below is comparing files in Turtle format):

$ diff ../bacteria_chap3.ttl ../bacteria_chap4.ttl 
201c201,202
<                                     ] .
---
>                                     ] ;
>                 rdfs:subClassOf :Coccus .
231c232,233
<                                    ] .
---
>                                    ] ;
>                rdfs:subClassOf :Coccus .

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.

2 participants