query-564afbae11330d6e52b143768903c815
PropertiesElectronic Enlightenment ID (P3429)instance of (P31)depicts (P180)image (P18)
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 ?person ?personLabel ?ee ?art ?artLabel ?image
WHERE {
?person wdt:P3429 ?ee;
wdt:P31 wd:Q5
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,fr,de,es,it,sv,ru,pl,nl"}
?art wdt:P180 ?person;
wdt:P18 ?image
MINUS { ?person wdt:P18 ?image }
} ORDER BY ?personLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?art"):::projected
v3("?ee"):::projected
v5("?image"):::projected
v2("?person"):::projected
v1("?personLabel"):::projected
c5(["bd:serviceParam"]):::iri
c3(["wd:Q5"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en,fr,de,es,it,sv,ru,pl,nl"]):::literal
v2 --"wdt:P3429"--> v3
v2 --"wdt:P31"--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end
v4 --"wdt:P180"--> v2
v4 --"wdt:P18"--> v5
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P18"--> v5
end