dead_simple_owl_design_patterns
dead_simple_owl_design_patterns copied to clipboard
Validator does not check annotationProperty bindings
If I have this:
annotations:
- annotationProperty: exact_synonym
text: "%s %s"
vars:
- location
- attribute
but not this:
annotationProperties:
exact_synonym: oio:hasExactSynonym
related_synonym: oio:hasRelatedSynonym
Validation passes.
fixed: https://github.com/INCATools/dead_simple_owl_design_patterns/pull/84