obophenotype / cell-ontology

An ontology of cell types
https://obophenotype.github.io/cell-ontology/
Creative Commons Attribution 4.0 International
142 stars 49 forks source link

Wikidata integration #1905

Open dosumis opened 1 year ago

dosumis commented 1 year ago

EPIC ticket with some suggestions for better wikidata integration. This should be discussed on a future CL call where we agree which items in this epic should be turned into separate tickets. This issue can be closed once all items have been discussed and we've decided which to implement.

Currently mapped terms with Wikipedia links, as known to wikidata: https://w.wiki/6WGX Currently mapped terms regardless of Wikipedia links: https://w.wiki/7x$K

lubianat commented 1 year ago

Some Wikidata constraint checks in CL mappings:

github-actions[bot] commented 11 months ago

This issue has not seen any activity in the past 6 months; it will be closed automatically in one year from now if no action is taken.

gouttegd commented 11 months ago

I’ll investigate the possibility of using SSSOM for that. If we can somehow get a SSSOM mapping set (either directly from Wikidata or possibly through mapping-commons), we could easily derive a component ready to be imported into CL.

lubianat commented 11 months ago

@gouttegd that sounds very doable; I'll work on deriving this SSSOM mapping set,

lubianat commented 11 months ago

@gouttegd here is the SPARQL query for the minimal SSSOM set: https://w.wiki/7x$C

something like:

subject_id predicate_id object_id match_type
wd:Q116343126 skos:closeMatch http://purl.obolibrary.org/obo/CL_0000735 Complex
wd:Q116446765 skos:closeMatch http://purl.obolibrary.org/obo/CL_0000744 Complex

(...)

And here is a Wikipedia-only version of the set: https://w.wiki/7x$S

lubianat commented 10 months ago

I've just found this by @dosumis from ~8 years ago: https://github.com/OBOFoundry/obo_wikidata_mapping

Might be relevant.

matentzn commented 9 months ago

cc @andrawaag FYI

lubianat commented 7 months ago

Comming back here, did we have any updates on this? The (basic) SSSOM mapping to add to CL was done, but I am not sure if we have a pipeline in place to generate ontology changes from that. @gouttegd do you have any thoughts?

gouttegd commented 7 months ago

I had no time to work on that until now, but I should be able to find it now that the whole overhaul of Uberon’s composite-metazoan is done. And the upcoming ODK 1.5 will come with the SSSOM plugin built-in, so deriving a component from the SSSSOM set should be easy.

lubianat commented 7 months ago

Nice! Thank you for the reply, @gouttegd. I'll likely talk about that in Biocuration 2024 in India, good to know we have a plan :)