RE: LevelGraph and JSONLD

On Thursday, July 18, 2013 12:33 PM, Alexey Zakhlestin wrote:
> 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.

Definitely. We put that spec on hold since we couldn't convince the RDF WG
to push it through the REC process at this stage. Once JSON-LD 1.0 is out, I
expect us to pick up the framing work again (or something similar).


--
Markus Lanthaler
@markuslanthaler

Received on Thursday, 18 July 2013 11:52:31 UTC