query-ac4182e29da24c0f1a37e97bb98c6624

rq turtle/ttl

Nota: ovviamente non tutti i luoghi di nascita e di morte sono noti, quindi la mappa รจ parziale

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#title:Grafico del numero di identificativi per gli allievi della SAIA
#defaultView:LineChart
SELECT ?n (COUNT(?person) AS ?persons)
WHERE {
  ?person wdt:P69 wd:Q1576779 .
  ?person wikibase:identifiers ?n .
}
GROUP BY ?n ?persons
ORDER BY ?n

Query found at