emmo-repo / EMMO

Elementary Multiperspective Material Ontology (EMMO)
Other
65 stars 17 forks source link

Readd annotation superproperties to inferred ontology #97

Closed jesper-friis closed 3 years ago

jesper-friis commented 4 years ago

When exporting the inferred ontology from Protege, all superproperties of annotations are stripped off. This seems to be a bug in Protege, but might also be a result of that OWL-DL does not support annotation superproperties. Nevertheless, we want the superproperties back in the inferred ontology.

Create a script that adds the annotation superproperties back to the inferred ontology.

jesper-friis commented 4 years ago

We don't need a script, just import another rdf file that adds the missing bits.

jesper-friis commented 4 years ago

Fixed in PR #100

jesper-friis commented 3 years ago

This is implemented in .github/scripts/fixinferred.sh