Some patterns specify narrow synonyms, +ve reg has:
var synonyms = termgenie.synonyms([ "positive regulation of ",
"up regulation of ", "up-regulation of ", "upregulation of ", "activation of " ],
["EXACT", "EXACT", "EXACT", "EXACT", "NARROW" ],
x, go, [], label);
To support this we should change draft spec to have variants: generated_exact_synonyms; generated_narrow_synonyms etc
(Note: js function is much less verbose (and more OBO-ish) than dosdp here. But synonym type mapping in OWL makes this OBO-ish syntax hard to build on the DOSDP basic spec.)
Some patterns specify narrow synonyms, +ve reg has:
To support this we should change draft spec to have variants: generated_exact_synonyms; generated_narrow_synonyms etc
(Note: js function is much less verbose (and more OBO-ish) than dosdp here. But synonym type mapping in OWL makes this OBO-ish syntax hard to build on the DOSDP basic spec.)