query-c7c833ae71003a75f01e029a2b4d1ba5
Kinopolis IDs associated to films
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?kinopolis WHERE {
?film wdt:P2970 ?kinopolis .
?film wdt:P31 ?instance . ?instance wdt:P279* wd:Q11424
} ORDER BY ?kinopolis
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?film")
v3("?instance")
v1("?kinopolis"):::projected
c4(["wd:Q11424"]):::iri
v2 --"wdt:P2970"--> v1
v2 --"wdt:P31"--> v3
v3 --"wdt:P279"--> c4