We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried loading ontology/math.ttl locally but protege generated errors while loading.
ontology/math.ttl
Load the ontology locally with Protege 5.6.x
To fix this I found out that the rdfs and rdf imports should be added since AttributionList, ObjectList, VariableList are of type rdfs:class.
AttributionList
ObjectList
VariableList
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> .
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
Suggested fix
To fix this I found out that the rdfs and rdf imports should be added since
AttributionList
,ObjectList
,VariableList
are of typerdfs:class
.The text was updated successfully, but these errors were encountered: