query-c8ea819ae9e5056ff5d1b95d9527aa99
bâtiment des arts de la scène en Suisse SELECT ?q ?qLabel ?image ?location WHERE { ?q wdt:P31/wdt:P279* wd:Q57660343; wdt:P17 wd:Q39. OPTIONAL {?q wdt:P625 ?location.} OPTIONAL {?q wdt:P18 ?image.} MINUS {?q wdt:P31 wd:Q6586445}.#moins les boîtes de streptease MINUS {?q wdt:P31 wd:Q622425}. #moins les boîtes de nuit MINUS {?q wdt:P31 wd:Q41253}. #moins les cinémas SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,it,fr,en". } }
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#>
#bâtiment des arts de la scène en Suisse
SELECT ?q ?qLabel ?image ?location
WHERE
{
?q wdt:P31/wdt:P279* wd:Q57660343;
wdt:P17 wd:Q39.
OPTIONAL {?q wdt:P625 ?location.}
OPTIONAL {?q wdt:P18 ?image.}
MINUS {?q wdt:P31 wd:Q6586445}.#moins les boîtes de streptease
MINUS {?q wdt:P31 wd:Q622425}. #moins les boîtes de nuit
MINUS {?q wdt:P31 wd:Q41253}. #moins les cinémas
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,it,fr,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?image"):::projected
v2("?location"):::projected
v1("?q"):::projected
a1((" "))
c14(["#91;AUTO_LANGUAGE#93;,de,it,fr,en"]):::literal
c3(["wd:Q57660343"]):::iri
c8(["wd:Q6586445"]):::iri
c10(["wd:Q41253"]):::iri
c5(["wd:Q39"]):::iri
c12(["bd:serviceParam"]):::iri
c9(["wd:Q622425"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P17"--> c5
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v3
end
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P31"--> c8
end
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P31"--> c9
end
subgraph minus2["MINUS"]
style minus2 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P31"--> c10
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end