query-f40c90db16516e1afe9b03d977af8af8
Carte avec la provenance des participants au Prix de Lausanne (Q673014)
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#>
#Provenance des participants au Prix de Lausanne, avec images des danseurs
#defaultView:Map
SELECT ?item ?itemLabel ?citizenshipLabel ?coord ?image WHERE {
?item wdt:P31 wd:Q5.
{ ?item wdt:P1344 wd:Q673014. }
UNION
{ ?item wdt:P2522 wd:Q673014. }
?item wdt:P27 ?citizenship.
?citizenship wdt:P625 ?coord.
?item wdt:P18 ?image.
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr, [AUTO_LANGUAGE]". }
}
Query found at
- https://www.wikidata.org/wiki/User:Gilliane/Tipps/SPARQL-PrixdeLausanne
- https://www.wikidata.org/wiki/Wikidata_talk:Events/AAFSaint%C3%8919
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?citizenship")
v3("?coord"):::projected
v4("?image"):::projected
v1("?item"):::projected
c10(["bd:serviceParam"]):::iri
c2(["wd:Q5"]):::iri
c4(["wd:Q673014"]):::iri
c12(["fr, #91;AUTO_LANGUAGE#93;"]):::literal
v1 --"wdt:P31"--> c2
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P2522"--> c4
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P1344"--> c4
end
union0r <== or ==> union0l
end
v1 --"wdt:P27"--> v2
v2 --"wdt:P625"--> v3
v1 --"wdt:P18"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end