-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date ranges / intervals for LDF #56
Comments
Thanks for reporting, @akuckartz. We definitely plan more specific types of Linked Data Fragments in addition to the Triple Pattern Fragments we have now. That said, date ranges might be overly specific for an immediate next step. We would probably look first to support more generic literal value searches, such as full text search and pattern matching. And interestingly, date ranges can be implemented in an easy way using pattern matching. For instance, the date range 2014-03-30 – 2014-04-22 could be implemented by two consecutive lookups of |
One approach I have had in mind would split a date range 2012-03-30 – 2014-05-22 into several segments which can be cached: That splitting could be done by the client. |
Andreas, if you want feedback/replies to your comments, please post also to the mailing list. Only very few people do get notified when you comment on GitHub issues. That being said, I like the idea. |
From http://lists.w3.org/Archives/Public/public-hydra/2014Jul/0003.html: That seems like a very good idea indeed, and it brings us to something broader. There's essentially two things that we could do:
Option 2 has a lot of potential in my view, However, it is also the option that involves most work to implement:
|
|
Any news on this? (will post to mailing list when I see no reply here :-) |
No public news yet; we are currently researching this in our lab. Stay tuned; if we find something viable, it will eventually be published. |
This seems to be a published result: Thanks :-) |
@akuckartz, well, part of it at least 😄 Full range support is still on its way, and we'll track progress here. |
@akuckartz We are currently working on a model for such ranges: http://ceur-ws.org/Vol-1666/paper-03.pdf |
@rubensworks Thanks, I have just started reading the paper "Multidimensional Interfaces |
I might be misunderstanding what this discussion is about, but seeing how specific date range formats are being hashed out, isn't ISO 8601 Intervals something that should be strongly considered? |
ISO 8601 is a syntax; this discussion is about a scalable mechanism to retrieve data within a certain interval (regardless of syntax, but SPARQL filters are a common case). |
This seems to be out of hydra scope - I'm closing it. |
@alien-mcl It's important to note that the LDF and Hydra efforts were joined. The LDF and TPF specifications are hosted under the Hydra namespace. Note the I'm open to splitting off LDF from Hydra (for instance), but until that happens, LDF is under Hydra scope. So in that light, I'd like to request this issue be reopened. |
While I don't mind LDF being hosted and managed by the HydraCG, it just leads to confusion to have two separate initiatives and specifications managed under the same repository on GitHub. I would vote for the creation of one or two new repositories underneath the @HydraCG organization and move the LDF and TPF related issues to them. |
As the creator of this issue I am still interested in it. |
Due to demands of our community members, I'm reopening it. Still, I'd like to hear some possibilities to resolve this issue.
|
@alien-mcl Proposals compatible with LDF concepts were made in previous comments. |
@akuckartz is there anything missing in Hydra vocabulary? Or is the discussion within the scope of LDF? |
This first of all is an LDF issue. |
Define a LDF for date ranges so that for example the objects of all the tripels are date values which are in the date interval.
The text was updated successfully, but these errors were encountered: