-
Notifications
You must be signed in to change notification settings - Fork 34
Extract Properties Command
Shahim Essaid edited this page Feb 2, 2015
·
1 revision
Extracts properties from a relation ontology
Load the relation ontology first followed by the main ontology that is using the relations (in owltools CLI terms, the first is the source ontology, the second is the source).
Then save the results:
owltools ro.owl my-ont.obo --extract-properties -o -f obo ro-subset.obo
owltools ro.owl --extract-properties -p RO:0002200 -o -f obo ro-subset.obo
owltools ro.owl --extract-properties --list part_of develops_from // -o -f obo ro-subset.obo