Skip to content

Content Dictionaries cannot import meta.ttl #4

@aljoshakoecher

Description

@aljoshakoecher

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions