query-4bfb94a2099753219619bde7dc5ff19d
bien patrimoniaux de l'Ontario sans P1420
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#>
SELECT DISTINCT ?item ?itemLabel WHERE {
?item wdt:P1435 wd:Q15080599 .
?item wdt:P131+ wd:Q1930. # Pour une autre région, changer Q1930 pour la municipalité ou le nomté voulu.
MINUS { ?item wdt:P4120 [] } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr, en". }
}
ORDER BY ?itemLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?itemLabel"):::projected
a1((" "))
c9(["fr, en"]):::literal
c4(["wd:Q1930"]):::iri
c7(["bd:serviceParam"]):::iri
c2(["wd:Q15080599"]):::iri
v2 --"wdt:P1435"--> c2
v2 --"wdt:P131"--> c4
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P4120"--> a1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end