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

Error loading in Protege due to missing imports #5

Open
vChavezB opened this issue Jan 3, 2024 · 0 comments · May be fixed by #6
Open

Error loading in Protege due to missing imports #5

vChavezB opened this issue Jan 3, 2024 · 0 comments · May be fixed by #6

Comments

@vChavezB
Copy link

vChavezB commented Jan 3, 2024

I tried loading ontology/math.ttl locally but protege generated errors while loading.

How to reproduce

Load the ontology locally with Protege 5.6.x

grafik

Suggested fix

To fix this I found out that the rdfs and rdf imports should be added since AttributionList, ObjectList, VariableList are of type rdfs:class.

<http://openmath.org/vocab/math>
  rdf:type owl:Ontology ;              
  owl:imports <http://www.w3.org/2000/01/rdf-schema> ;
  owl:imports <http://www.w3.org/1999/02/22-rdf-syntax-ns> .
@vChavezB vChavezB linked a pull request Jan 3, 2024 that will close this issue
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 a pull request may close this issue.

1 participant