query-f15db16fc102106a270991bf343f503e
Éléments dont la nature est une organisation, une compagnie théâtrale, une troupe théâtrale ou une compagnie de danse. Pour obtenir la liste, il faut enlever un mot précédé d'un dièse (#) à la fois. SELECT DISTINCT ?itemLabel ?item WHERE {SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
organisation ?item wdt:P31 wd:Q43229 .
compagnie théâtrale ?item wdt:P31/wdt:P279* wd:Q11812394 .
theatrical troupe ?item wdt:P31/wdt:P279* wd:Q742421 .
danse companies ?item wdt:P31/wdt:P279* wd:Q2393314 .
}
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 dont la nature est une organisation, une compagnie théâtrale, une troupe théâtrale ou une compagnie de danse. Pour obtenir la liste, il faut enlever un mot précédé d'un dièse (#) à la fois.
SELECT DISTINCT ?itemLabel ?item WHERE {SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
#organisation ?item wdt:P31 wd:Q43229 .
#compagnie théâtrale ?item wdt:P31/wdt:P279* wd:Q11812394 .
#theatrical troupe ?item wdt:P31/wdt:P279* wd:Q742421 .
#danse companies ?item wdt:P31/wdt:P279* wd:Q2393314 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end