query-395e812b0c9a31819a783f49f9ff4c4f

rq turtle/ttl

PropertiesElectronic Enlightenment ID (P3429)instance of (P31)occupation (P106)

Use at

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 ?personDescription ?ee
WHERE {
   ?person wdt:P3429 ?ee;
           wdt:P31 wd:Q5
MINUS{?person wdt:P106 [] }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,fr,de,es" }
} ORDER BY ?ee

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?ee"):::projected v2("?person"):::projected a1((" ")) c6(["bd:serviceParam"]):::iri c3(["wd:Q5"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en,fr,de,es"]):::literal v2 --"wdt:P3429"--> v1 v2 --"wdt:P31"--> c3 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P106"--> a1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end