atviriduomenys / spinta

Spinta is a framework to describe, extract and publish data (a DEP Framework).
MIT License
10 stars 4 forks source link

Add SPARQL external backend #551

Open sirex opened 7 months ago

sirex commented 7 months ago

Implement external backend for SPARQL endpoints.

SPARQL backend should be able to inspect data types and query data, using standard UAPI.

Eache UAPI query, should generate a SPARQL query and retrieve data in a chosen format. SPARQL endpoint should be queries, using pagination, in order to support transferring large amounts of data.