Test case: the ontology http://www.meteck.org/files/ontologies/PW.owl fails to be converted into Elot format, returning the unhelpful error message An unexpected error occurred: Error during parallel generation of ontology sections.
elot-exporter fails to process the ontology because of triples like this (Turtle), where the value is not boolean true.
owl:deprecated "superseded by stuff-part (for 'ingredient' stuffs) and portion (for parts of the same type of stuff)"@en .
See https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#a_deprecated.
To do: ensure elot-exporter will import ontologies with owl:deprecated having other values than true.
Test case: the ontology http://www.meteck.org/files/ontologies/PW.owl fails to be converted into Elot format, returning the unhelpful error message
An unexpected error occurred: Error during parallel generation of ontology sections.elot-exporter fails to process the ontology because of triples like this (Turtle), where the value is not boolean true.
owl:deprecated "superseded by stuff-part (for 'ingredient' stuffs) and portion (for parts of the same type of stuff)"@en .See https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#a_deprecated.
To do: ensure elot-exporter will import ontologies with
owl:deprecatedhaving other values than true.