kg-construct / rml-core

RML-Core: Main features for RDF generation with RML
https://w3id.org/rml/core/spec
Creative Commons Attribution 4.0 International
12 stars 8 forks source link

Ontology: rdfs:isDefinedBy using incorrect ontology IRI #73

Open pmaria opened 8 months ago

pmaria commented 8 months ago

All rdfs:isDefinedBy statements are using an incorrect ontology IRI.

<http://w3id.org/rml/core/> is used, while the ontology IRI is <http://w3id.org/rml/core>

See e.g. https://github.com/kg-construct/rml-core/blob/13653c8f836f4d25feae79fc2c3115f883c8727c/ontology/documentation/ontology.ttl#L113

while

https://github.com/kg-construct/rml-core/blob/13653c8f836f4d25feae79fc2c3115f883c8727c/ontology/documentation/ontology.ttl#L9

dachafra commented 7 months ago

is this an rml-core or a rml-resources issue? @anaigmo could you take a look at what is happening with the ontologies generation?