-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
While #3 is ongoing, I am just trying to use OpenMath RDF locally. But there is a problem with an unresolved import when using the current content dictionaries ontology.
openmath-cds.ttl tries to import the "meta" ontology, but fails due to a wrong / old ontology IRI. This is the import inside openmath-cds.ttl:
<http://www.openmath.org/cd/> a owl:Ontology ;
owl:imports <http://numerateweb.org/vocab/math/meta> .
But meta.ttl is defined as:
<http://openmath.org/vocab/math/meta>
rdf:type owl:Ontology ;
owl:imports <http://openmath.org/vocab/math> ; .
The ontology IRIs don't match. The content dictionaries ontology seems to be using an old (?) IRI / namespace of meta (numerateweb). This is a problem with the import, but also the prefix definitions of math and meta inside the CD ontology seem to be wrong.
What is the current / correct namespace? I want to fix this for my local copy and can then create a PR.
Metadata
Metadata
Assignees
Labels
No labels