query-5fec74b4500e40656ddaa824a2f7c3f2
Lieux de tournages de films tournés dans le Pyrénées-Orientales
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: Lieux de tournages de films tournés dans les Pyrénées-Orientales
#defaultView:Map
SELECT ?film ?filmLabel ?lieu ?lieuLabel ?coord WHERE {
?film wdt:P915 ?lieu .
?lieu wdt:P131* wd:Q12709 .
?lieu wdt:P625 ?coord .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?coord"):::projected
v1("?film"):::projected
v2("?lieu"):::projected
c3(["wd:Q12709"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P915"--> v2
v2 --"wdt:P131"--> c3
v2 --"wdt:P625"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end