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
43 stars 5 forks source link

Maintain registry of DPs for different ontologies #22

Open cmungall opened 8 years ago

cmungall commented 8 years ago

Ontology Patterns

Currently this ticket is the primary source for this registry. Note that some implementations are experimental, and may not fully conform yet. Where no DPs exist, instead we can cross-link github tickets.

Tick box when patterns are considered 'done'

dosumis commented 7 years ago

Recipe for checking a registry with Travis:

  1. Run JSON schema check, pulling schema docs from DOS-DP site. See DOS-DP .travis.yml & schema test script for setup.

  2. Additional checks: (a) Additional syntactic checks: Code TBA: - simple Python checks should be sufficient. (b) OWL checks: Via API or layer over OWLtools?

cmungall commented 7 years ago

update on phenotypes, we're making this more central: https://github.com/obophenotype/upheno/pull/215