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

Single quote test ms only #62

Closed dosumis closed 3 years ago

dosumis commented 3 years ago

Fixed using JPATH to enumerate MS text fields. (other changes are just tidying and updating travis tests).

dosumis commented 3 years ago

Thanks! Would it be hard to also add logical_axioms (text inside each list item).

Not sure I follow. This covers the possible types of path for MS text fields:

logical_axioms.[*].text e.g. - example equivalentTo|subClassOf|GCI|disjointWith.text - example

Am i missing something (besides that I should really have suite of tests - including tests for failure.)

balhoff commented 3 years ago

Sorry, my mistake! I missed that line somehow. Looks good!