Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Wikidata Mappings #6

Open
marijane opened this issue Oct 28, 2019 · 0 comments
Open

Wikidata Mappings #6

marijane opened this issue Oct 28, 2019 · 0 comments

Comments

@marijane
Copy link

As part of the CD2H Architecting Attribution project, this summer I added mappings to the COAR Resource Type Vocabulary to Wikidata, and I thought I should share them here in case COAR would like to add links out to these entities from the vocabulary.

Here is a link to a SPARQL query listing the mappings:

https://query.wikidata.org/#SELECT%0A%20%20%3Fitem%20%3FitemLabel%0A%20%20%3FresourceType%0AWHERE%20%0A%7B%0A%20%20%3Fitem%20wdt%3AP2888%20%3FresourceType%20.%0A%20%20FILTER%28CONTAINS%28str%28%3FresourceType%29%2C%20"coar%2Fresource_type%2F"%29%29%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20"en".%20%7D%20%20%20%0A%20%20%0A%7D%0AORDER%20BY%20%3FitemLabel%0A

Note that Wikidata only supports the SKOS exactMatch relationship as a native Wikidata property, so the entire Resource Type vocabulary is not represented here. (They do support the other mapping relationships for use with external identifiers. I am not sure what the rationale is behind this.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant