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

feat(datacube): fetch datasets by an IRI or a graph IRI #11

Closed vhf closed 5 years ago

vhf commented 5 years ago

Fixes #7

vhf commented 5 years ago

While this looks like it works, it will still overfetch.

Right, and solving this will require refactoring the caching. For this reason I'll pause this PR for now and get back to it after #13. (I'll address the other issues/questions as well, there's definitely some cleanup to do before releasing this package :) )

Strictly unrelated to this but I stumpled upon this too: why is dataset.graphIri a Term but dataset.iri a string?

Fixed 2ec850c

vhf commented 5 years ago

Superseded by #13