zazuko / query-rdf-data-cube

Explore or query RDF Data Cubes with a JavaScript API, without writing SPARQL.
https://zazuko.github.io/query-rdf-data-cube/
9 stars 2 forks source link

Filter for defining which datasets to query #53

Open ktk opened 4 years ago

ktk commented 4 years ago

Currently it is only possible to restrict the amount of datasets listed in the API by defining which graph should be used to fetch a list of datasets.

For endpoints like LINDAS where we have many dataset there needs to be another way or restricting it.

We might consider using dcterms:subject as mentioned in the RDF Data Cube spec: https://www.w3.org/TR/vocab-data-cube/#metadata-categorization.

The API would then need an option to query all datasets that are part of the same subject.

jstcki commented 4 years ago

Another use case for subject(s) or similar metadata could be to allow filtering a list of datasets interactively in the client. For this we'd need to be able to match subject(s)

Example mockup:

Bildschirmfoto 2020-03-10 um 16 04 14