LinkedDataFragments / Client.js

[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.
http://linkeddatafragments.org/
Other
92 stars 35 forks source link

Date ranges / intervals #5

Closed akuckartz closed 4 years ago

akuckartz commented 10 years ago

Are there or will there be support for date ranges, such as events between 2012-11-28 and 2014-02-05? In other words: will such filtering be done by the client or by the server (or are both possible)?

If it has not yet been decided: the example interval above could be devided by the client into such fragments:

RubenVerborgh commented 10 years ago

A client of basic Linked Data Fragments would have to do the filtering by itself, as basic Linked Data Fragments only allow to select triple patterns (no ranges). More specialized fragments could allow this on the server side.

However, support for such queries on the basic LDF clients would be possible, albeit slowly. Do you have example SPARQL queries and an example dataset?

akuckartz commented 10 years ago

I will have a sample dataset in a week or so.

EDIT: I have restarted working on this on 2017-10-21, but it will take some time.

rubensworks commented 4 years ago

This project has now been deprecated in favor of Comunica, if you are still interested in this, feel free to create a new issue there.