RMLio / yarrrml-parser

A YARRRML parser library and CLI in Javascript
MIT License
43 stars 17 forks source link

following paginated JSON APIs #156

Closed JBPressac closed 2 years ago

JBPressac commented 2 years ago

Issue type: :unicorn: Feature

Description

To be able to follow the pages of a JSON API.

Why it is useful

_Pagination of JSON APIs seems to be a common practice. For instance, Datasette, a data publishing tool, has a paginated JSON API as specified in https://docs.datasette.io/en/latest/json_api.html?highlight=pagination#pagination. YARRRML does specify how to follow the pages of a JSON API._

Existing features it breaks

Unknown

Note

I am not sure if its a request for the YARRRML specification, yarrrml-parser or rmlmapper.jar

DylanVanAssche commented 2 years ago

This is a spec issue, moved to the W3C Community Group for Knowledge Graph construction.

See https://github.com/kg-construct/rml-target-source-spec/issues/8

Closing this issue here.