query-361e970e167023963e501e91a2005f30
Group by century of birthSimilarly, from the query
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?id ?birth WHERE {
?item wdt:P9114 ?id .
?item wdt:P569 ?birth .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?birth"):::projected
v2("?id"):::projected
v1("?item")
v1 --"wdt:P9114"--> v2
v1 --"wdt:P569"--> v3