query-bb61b86af562b054085ca1fd7b0395b2
Incompatible: works with ISBN
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
?q wdt:P31 wd:Q7725634 ; wdt:P957 ?id .
}
LIMIT 10000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?id"):::projected
v1("?q"):::projected
c2(["wd:Q7725634"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P957"--> v2