You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
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:
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.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.)
The text was updated successfully, but these errors were encountered: