query-bb75844c0cd114a2f26491f284bcb3d5
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT(*) as ?count)
{
?item wdt:P570 ?d .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?count")
v2("?d")
v1("?item")
v1 --"wdt:P570"--> v2
bind1[/"count(*)"/]
bind1 --as--o v3