query-3c508eb7c7c174dfbfd50ab624a294ba
bâtiment des arts de la scène en Suisse (sans les sous-classes) SELECT ?q ?qLabel ?image ?location ?occupant ?occupantLabel WHERE { ?q wdt:P31 wd:Q57660343; wdt:P17 wd:Q39. OPTIONAL {?q wdt:P625 ?location.} OPTIONAL {?q wdt:P18 ?image.} OPTIONAL {?q wdt:P466 ?occupant.} 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 (sans les sous-classes)
SELECT ?q ?qLabel ?image ?location ?occupant ?occupantLabel
WHERE
{
?q wdt:P31 wd:Q57660343;
wdt:P17 wd:Q39.
OPTIONAL {?q wdt:P625 ?location.}
OPTIONAL {?q wdt:P18 ?image.}
OPTIONAL {?q wdt:P466 ?occupant.}
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
v4("?occupant"):::projected
v1("?q"):::projected
c14(["#91;AUTO_LANGUAGE#93;,de,it,fr,en"]):::literal
c2(["wd:Q57660343"]):::iri
c8(["wd:Q6586445"]):::iri
c10(["wd:Q41253"]):::iri
c4(["wd:Q39"]):::iri
c12(["bd:serviceParam"]):::iri
c9(["wd:Q622425"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P17"--> c4
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 optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P466".-> v4
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