annotations:
- annotationProperty: oio:hasExactSynonym
text: "acquired %s"
vars:
- disease
I dont know why, but this all by itself is rejected by dosdp tools (so I assume the spec rejects this)
This is accepted:
annotationProperties:
exact_synonym: oio:hasExactSynonym
annotations:
- annotationProperty: exact_synonym
text: "acquired %s"
vars:
- disease
@dosumis can you confirm which is at fault, the spec or DOSDP tools?