Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1 KB

README.md

File metadata and controls

14 lines (8 loc) · 1 KB

ro-example

An example ontology model involving the relation ontology and diabetes.

Use this OntoFox file fetch to refresh the general_import.owl file:

curl -s -F file=@general_ontofox.txt -o general_import.owl http://ontofox.hegroup.org/service.php

Use this robot command to get an inferred ontology.

robot reason --input ro-example.owl --reasoner hermit --output ro-inferred.owl --axiom-gerators "SubClass ClassAssertion PropertyAssertion"

Note, Protege freezes up when one views 'blood vessel diameter' with hermit reasoner active on the ro-example.owl file and default reasoning options. Hence the ro-inferred.owl file (without reasoner activated) may be a preferred way to explore such content in Protege.

Note that the diagram uses "quality of" instead of RO "phenotype of", which is functional. Using "includeAllAxiomsRecursively" in general_ontofox.txt causes a reasoning error when Mondo imports "Disease has basis in feature" (where it is marked as transitive) if used in conjunction with "phenotype of".