query-c7af289919d10b8ff82df55153d4c6d2
Cartes des lieux de naissance de femmes dans les Pyrénées-Orientales (avec et sans photo)
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: Cartes des lieux de naissance de femmes dans les Pyrénées-Orientales (avec et sans photo)
#defaultView:Map
SELECT ?personne ?personneLabel ?locLabel ?coord ?rgb WHERE {
?personne wdt:P31 wd:Q5 ;
wdt:P21 wd:Q6581072 ;
wdt:P19 ?loc .
?loc wdt:P131* wd:Q12709 ; wdt:P625 ?coord .
OPTIONAL { ?personne wdt:P18 ?image }
BIND(IF(BOUND(?image),"60BB00","666666") AS ?rgb).
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
v4("?image")
v2("?loc")
v1("?personne"):::projected
v5("?rgb"):::projected
c7(["wd:Q12709"]):::iri
c4(["wd:Q6581072"]):::iri
c11(["bd:serviceParam"]):::iri
c2(["wd:Q5"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P21"--> c4
v1 --"wdt:P19"--> v2
v2 --"wdt:P131"--> c7
v2 --"wdt:P625"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v4
end
bind0[/"if(bound(?image),'60BB00','666666')"/]
v4 --o bind0
bind0 --as--o v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end