dead_simple_owl_design_patterns icon indicating copy to clipboard operation
dead_simple_owl_design_patterns copied to clipboard

Validator does not check annotationProperty bindings

Open matentzn opened this issue 4 years ago • 1 comments

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.

matentzn avatar Oct 27 '21 18:10 matentzn

fixed: https://github.com/INCATools/dead_simple_owl_design_patterns/pull/84

hkir-dev avatar Feb 25 '22 17:02 hkir-dev