INCATools / dosdp-tools

Utility for working with DOSDP design patterns and OWL ontologies
MIT License
23 stars 5 forks source link

When generating definitions/syns, and multiple labels are present, dosdp tools create weird values. #412

Closed matentzn closed 2 years ago

matentzn commented 2 years ago

When the source ontology, say foodon, contains terms with more than one label (shrimp, "shrimp as a food source"), dosdp tools generate bad looking definitions:

An exposure to shrimp as food sourceshrimp via ingestion.

and synonyms:

shrimp as food sourceshrimp exposure via ingestion
matentzn commented 2 years ago

See also

matentzn commented 2 years ago

Also, if there are multiple labels, the choice of which label to use should be deterministic. Not sure this is the case.

balhoff commented 2 years ago

@matentzn is this in generate?

matentzn commented 2 years ago

Yes, generate! See ECTO Makefile just usual dosdp generate step