query-726cd1494939cde5f6c8e6a63dbfb038

rq turtle/ttl

TODO

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
#defaultView:LineChart
SELECT ?date ?point ?label WHERE {
  VALUES ?person { wd:Q11728960 wd:Q16521391 wd:Q27579529 wd:Q27579390 wd:Q27579975 }
  ?person p:P1087 [ ps:P1087 ?point ; pq:P585 ?date ] .
  ?person rdfs:label ?label .
  FILTER (lang(?label) = "en"). 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?date"):::projected v1("?label"):::projected v2("?person") v3("?point"):::projected a1((" ")) f0[["?label = 'en'"]] f0 --> v1 bind1[/VALUES ?person/] bind1-->v2 bind10(["wd:Q11728960"]) bind10 --> bind1 bind11(["wd:Q16521391"]) bind11 --> bind1 bind12(["wd:Q27579529"]) bind12 --> bind1 bind13(["wd:Q27579390"]) bind13 --> bind1 bind14(["wd:Q27579975"]) bind14 --> bind1 a1 --"p:statement/P1087"--> v3 a1 --"p:qualifier/P585"--> v4 v2 --"p:P1087"--> a1 v2 --"rdfs:label"--> v1