query-a9db8b0e7bae187001d09be52a36c684

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (YEAR(?pubdate_) AS ?pubdate) WHERE {
  wd:Q49740 wdt:P577 ?pubdate_.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?pubdate") v1("?pubdate_"):::projected c1(["wd:Q49740"]):::iri c1 --"wdt:P577"--> v1 bind0[/"year-from-dateTime(?pubdate_)"/] v1 --o bind0 bind0 --as--o v2