Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mlocati opened this issue Jun 27, 2024 · 2 comments
Open

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

mlocati opened this issue Jun 27, 2024 · 2 comments

Comments

@mlocati
Copy link

mlocati commented Jun 27, 2024

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
Copy link

use sparql

@Clou-dia
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants