INCATools / dead_simple_owl_design_patterns

A simple system for specifying OWL class design patterns for OBO-ish ontologies.
http://incatools.github.io/dead_simple_owl_design_patterns/
GNU General Public License v3.0
42 stars 5 forks source link

Dictionary IRIs #86

Closed trapperkeeper closed 3 months ago

trapperkeeper commented 3 months ago

This may be more of a question than an issue, but in reading documentation about dos-dp yaml specification, it says this about dictionaries:

"IDs must be OBO curie style e.g. CL:0000001"

Does that mean that dos-dp works only with OBO ontologies?

balhoff commented 3 months ago

If you are using the dosdp-tools application, you can provide a prefixes file to define your own prefixes. It should work for any OWL ontologies. There is also a flag --obo-prefixes if you want it to assume unknown prefixes are OBO ontologies.

trapperkeeper commented 3 months ago

Thank you @balhoff, that is precisely what I needed to know. closing issue.