mcoenca / obo-relations

Automatically exported from code.google.com/p/obo-relations
0 stars 0 forks source link

Document common design patterns #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
These often trip people up:

 * P (transitive)
  * 'directly P' (not declared transitive)

Or:

 * PQ <- P o Q
  * Q

Where P is locally reflexive

The helper relations are also defined in the ontology but not separately

Original issue reported on code.google.com by cmung...@gmail.com on 5 Mar 2015 at 3:26