query-b35bc169a365fe04b42f58cc8283be6b

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 ?item ?itemLabel ?date
WHERE 
{
  VALUES ?itemLabel {"Minecraft"@en  } .
  ?item rdfs:label ?itemLabel. 
  ?item wdt:P577 ?date .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?date"):::projected v2("?item"):::projected v1("?itemLabel"):::projected bind0[/VALUES ?itemLabel/] bind0-->v1 bind00([sMinecraft^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]) bind00 --> bind0 v2 --"rdfs:label"--> v1 v2 --"wdt:P577"--> v3