Ideally, I thought that given this:
annotations:
- annotationProperty: exact_synonym
text: "ultrasonography of %s"
vars:
- location
In my DOSDP pattern, I can simply add a column defined_class_exact_synonym to my TSV file to overwrite, but this does not work.
Adding override: exact_synonym_override currently does not work because this is not in the DOSDP spec. @dosumis
Ideally, I thought that given this:
In my DOSDP pattern, I can simply add a column
defined_class_exact_synonymto my TSV file to overwrite, but this does not work.Adding
override: exact_synonym_overridecurrently does not work because this is not in the DOSDP spec. @dosumis