query-86a88bbd1639295e5d7f24c875064d2c
Get the Wikidata URI based on OCLC Number
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?work
WHERE {
?work wdt:P243 "1210".
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?work"):::projected
c2(["1210"]):::literal
v1 --"wdt:P243"--> c2