query-605f90f8791bbce142e6a2243ce4861c

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT (?xLabel as ?col1) ("death" as ?col2) WHERE {

 ?x wdt:P1196 ?y . 
 ?y rdfs:label ?xLabel .
 filter (lang(?xLabel)="en")
} group by ?xLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?col1") v5("?col2") v2("?x") v1("?xLabel"):::projected v3("?y") f0[["?xLabel = 'en'"]] f0 --> v1 v2 --"wdt:P1196"--> v3 v3 --"rdfs:label"--> v1 bind1[/"?xLabel"/] v1 --o bind1 bind1 --as--o v4 bind2[/"'death'"/] bind2 --as--o v5