italia / daf-ontologie-vocabolari-controllati

Elenco di ontologie e vocabolari controllati. Per maggiori informazioni, si veda il readme principale e quello di singoli vocabolari/ontologie, ove presente, e la seguente documentazione
https://github.com/italia/daf-ontologie-vocabolari-controllati/wiki
Creative Commons Attribution 4.0 International
80 stars 52 forks source link

istat/cities limited to 10000 records, but CSV has 34542 rows #275

Open mlocati opened 4 months ago

mlocati commented 4 months ago

By using the https://www.schema.gov.it/api/vocabularies/istat/cities endpoint we have that:

{
    "totalResults": 10000
}

But in the CSV we have 34542 rows at the moment.

Why?

Furthermore, if we try to access the entries at an offset greather than or equal to 10000, we have an HTTP 500 (Internal Server Error) response (example).

Riccardo644 commented 4 months ago

use sparql

Clou-dia commented 4 months ago

@mlocati una soluzione potrebbe essere usare SPARQL come suggerisce @Riccardo644 stiamo provando a capire se cambiare l'endpoint