query-8fa119af911a8ffacd517db458e1f77b
Carte des lieux patrimoniaux du Canada sans photos
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#>
#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?coord ?image
WHERE {
?item wdt:P1435/wdt:P279* wd:Q14469659;
wdt:P17 wd:Q16;
wdt:P625 ?coord;
MINUS { ?item wdt:P18 [] } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en" . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?coord"):::projected
v1("?item"):::projected
a2((" "))
a1((" "))
c5(["wd:Q16"]):::iri
c9(["bd:serviceParam"]):::iri
c11(["fr,en"]):::literal
c3(["wd:Q14469659"]):::iri
v1 --"wdt:P1435"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P17"--> c5
v1 --"wdt:P625"--> v2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P18"--> a2
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end