query-672791108562d5d5f8bb0e3cab1925e2

rq turtle/ttl

Piccola query

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 ?prof ?profLabel
WHERE {
  ?prof wdt:P108 wd:Q645663 .
  MINUS { ?prof wdt:P106 wd:Q1650915 . }
  MINUS { ?prof wdt:P570 ?death . }
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?death") v1("?prof"):::projected c9(["#91;AUTO_LANGUAGE#93;,it,en"]):::literal c7(["bd:serviceParam"]):::iri c2(["wd:Q645663"]):::iri c4(["wd:Q1650915"]):::iri v1 --"wdt:P108"--> c2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P106"--> c4 end subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P570"--> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end