TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

Include mappings from Wikidata for use in a Triple Pattern Fragments app #217

Open gaurav opened 10 months ago

gaurav commented 10 months ago

We want to build a little prototype app to demonstrate that we can map from Wikidata identifiers to clique leaders so we can translate between Wikidata identifiers and NodeNorm/ROBOKOP identifier space.

The simplest way to do this would be to extract individual mappings from Wikidata, such as:

We could then either insert it into the concords or generate a separate mapping file that just has clique leader <-> Wikidata mappings (ideally in RDF so we can directly expose them as Triple Pattern Fragments). The former would be simpler and I think faster to implement.

@cbizon @balhoff Please check to see if I'm summarized our goals here properly!