query-d11963f29bd048a5da12073d4b10d1fd

rq turtle/ttl

TODO

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT(*) as ?count) 
{
    ?item wdt:P570 ?d . FILTER("1925-00-00"^^xsd:date <= ?d && ?d < "1926-00-00"^^xsd:dat)  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count") v1("?d") v2("?item") f0[["'1925-00-00^^xsd:date' <= ?d?d < s1926-00-00^^<http://www.w3.org/2001/XMLSchema#dat>'"]] f0 --> v1 v2 --"wdt:P570"--> v1 bind2[/"count(*)"/] bind2 --as--o v3