query-878207bffe3c52f8fa90fccd3ef75bc5
missing P31=pastel
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#>
SELECT ?item ?itemLabel ?img WHERE {
?item wdt:P170 wd:Q381238 .
?item wdt:P186 wd:Q189085 .
?item wdt:P18 ?img .
MINUS{ ?item wdt:P31 wd:Q12043905 .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?img"):::projected
v1("?item"):::projected
c2(["wd:Q381238"]):::iri
c9(["bd:serviceParam"]):::iri
c7(["wd:Q12043905"]):::iri
c4(["wd:Q189085"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P170"--> c2
v1 --"wdt:P186"--> c4
v1 --"wdt:P18"--> v2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P31"--> c7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end