Skip to content

robot extract does not export 'properties' on stato.owl #1084

@proccaserra

Description

@proccaserra

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions