INCATools / ubergraph

Integrated OBO ontology store
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

A few ontologies have stray dc:descriptions #121

Open gaurav opened 1 year ago

gaurav commented 1 year ago

In general, most ontologies in UberGraph do a good job of consistently using IAO:0000115 for descriptions, and only using dc:description when describing Dublin Core terms. However, there are a few ontology terms that have descriptions as dc:descriptions can be seen in this Yasgui query: https://api.triplydb.com/s/oM5JcPsby

These should probably be sent to their respective ontologies for fixing.

matentzn commented 1 year ago

For HP I fixed this here:

https://github.com/obophenotype/human-phenotype-ontology/commit/a6b9e0bb2c1a2a916a0c381b65eca55266b75cb8

The Uberon ones are fixed here: https://github.com/obophenotype/uberon/pull/2861

The AISM and COLAO ones good luck, not sure how active they are maintained.

matentzn commented 1 year ago

@gaurav Thank you for reporting!