Re: LevelGraph and JSONLD

On 18.07.2013, at 10:50, Markus Lanthaler <markus.lanthaler@gmx.net> wrote:

> The idea is that you can "query" the data and return it in a specific shape.
> For example, I could write a frame like (omitting the context for
> simplicity):
> 
> {
>  "@type": "foaf:Person",
>  "foaf:made": {
>    "@type": "foaf:Document"
>  }
> }
> 
> That would return all Persons that made one or more documents.
> 
> While the (outdated) spec filters only based on @type my implementation
> allows you to filter on any property. The more interesting part though is
> that you won't get a flattened result but a result in a user-specified tree
> structure.



This looks awesome, especially that I almost reinvented this recently ;)
Spec will greatly benefit from examples.

-- 
Alexey Zakhlestin
CTO at Grids.by/you
https://github.com/indeyets
PGP key: http://indeyets.ru/alexey.zakhlestin.pgp.asc

Received on Thursday, 18 July 2013 10:33:16 UTC