query-52ac7f009a7c49d244997b0026e89228
Éléments canadiens dont la nature est une organisation ET un bâtiment (ou l'une de leurs sous-classes respectives) SELECT DISTINCT ?itemLabel ?item WHERE {SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item wdt:P31/wdt:P279 wd:Q57660343. ?item wdt:P31/wdt:P279 wd:Q43229. ?item wdt:P17 wd:Q16 . }
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#>
#Éléments canadiens dont la nature est une organisation ET un bâtiment (ou l'une de leurs sous-classes respectives)
SELECT DISTINCT ?itemLabel ?item
WHERE
{SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P31/wdt:P279* wd:Q57660343.
?item wdt:P31/wdt:P279* wd:Q43229.
?item wdt:P17 wd:Q16 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
a2((" "))
c10(["wd:Q16"]):::iri
c2(["bd:serviceParam"]):::iri
c7(["wd:Q57660343"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c8(["wd:Q43229"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c7
v1 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c8
v1 --"wdt:P17"--> c10