-
Notifications
You must be signed in to change notification settings - Fork 79
Description
this works:
java -jar ../../robot-1.9.1-elk-0.5.0.jar export --input stato.owl --header "ID|LABEL|SubProperty Of|Domain|Range|Type|definition|definition source|term editor" --include "properties" --format xlsx --export stato-properties.xlsx
this doesn't:
java -jar ../../robot-1.9.1-elk-0.5.0.jar export --input stato.owl --header "ID|LABEL|SYNONYMS|SubClass Of|Equivalent Class|SubProperty Of|Disjoint With|Domain|Range|Type|definition|definition source|term editor|R command|Python command|example of usage|editor note|has curation status" --include "classes properties" --format xlsx --export stato-all.xlsx
with the following error message:
Missing exception ID: class [uk.ac](http://uk.ac/).manchester.cs.owl.owlapi.OWLAnnotationPropertyImpl cannot be cast to class org.semanticweb.owlapi.model.OWLObjectPropertyExpression ([uk.ac](http://uk.ac/).manchester.cs.owl.owlapi.OWLAnnotationPropertyImpl and org.semanticweb.owlapi.model.OWLObjectPropertyExpression are in unnamed module of loader 'app')