query-6492e26efa8e1e4fb21dc01349ced3dc

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?itemLabel ?lastnameLabel ?birthdate ?deathdate ?nationalityLabel ?itemDescription WHERE {
  { ?item wdt:P106/wdt:P279* wd:Q901 .  } 
  ?item wdt:P21 wd:Q6581072 .  
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c3(["wd:Q901"]):::iri c5(["wd:Q6581072"]):::iri v1 --"wdt:P106"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P21"--> c5