RDFBones / RDFBones-O

An RDF ontology for research data from physical anthropology and related fields of expertise.
4 stars 1 forks source link

Phaleron-SexEstimation: Import statement for RDFBones core ontology #183

Closed cuboideum closed 1 year ago

cuboideum commented 1 year ago

The Phaleron-SexEstimation ontology extension currently contains a statement in line 18 that imports the RDFBones core ontology from its online publication site:

<owl:imports rdf:resource="http://w3id.org/rdfbones/ontology_resources/core/v0-2/rdfbones.owl"/>

Version 0.2 of the core ontology, however, is still being worked upon and not yet released at the specified location.

In ROBOT merge commands, the unsatisfied import statement causes files to be skipped and not being merged as commanded. I have discovered this with the ontology extension being added as a dependency to the Phaleron-AgeEstimation ontology extension. Removing the import statement caused the merge command to work as expected.

The import statement should be removed for the time being, at least until version 0.2 of the core ontology is released and made available.

cuboideum commented 1 year ago

Fixed with pull request https://github.com/RDFBones/Phaleron-SexEstimation/pull/2.