query-ed4e33eace9d02ceaf663b465af537bb
Art works in the Khalili Collections that do not yet have a depiction statement
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#>
#defaultView:ImageGrid{"hide" :["?image"]}
#title: Art works of the Khalili Collections with no depiction statements
SELECT ?work ?workLabel ?image WHERE {
?work wdt:P195/wdt:P361 wd:Q63160499; wdt:P18 ?image ; wdt:P973 ?link . MINUS{?work wdt:P180 ?depicted}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} order by ?workLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?depicted")
v3("?image"):::projected
v4("?link")
v2("?work"):::projected
v1("?workLabel"):::projected
a1((" "))
c8(["bd:serviceParam"]):::iri
c3(["wd:Q63160499"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P195"--> a1
a1 --"wdt:P361"--> c3
v2 --"wdt:P18"--> v3
v2 --"wdt:P973"--> v4
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P180"--> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end