Re: Querying JSON-LD on client side

Hi all,

Thank you a lot Alain, Ruben, Nicholas, and Oliver for all the input! It
sounds quite promising - now I need some time to evaluate it.

Regards
Immanuel

2015-07-16 13:41 GMT+02:00 Ruben Verborgh <ruben.verborgh@ugent.be>:

> Hi Immanuel,
>
> > is there a javascript-lib that allows to query JSON-LD graphs on client
> side?
>
> The Triple Pattern Fragments client [1] is a JavaScript library and app
> (demo [2])
> that executes SPARQL queries over a REST API, namely the Triple Pattern
> Fragments API [3].
> Our implementation of the client [1] and the server [4] support JSON-LD,
> in addition to other RDF serializations.
> More than 600,000 datasets are available through this API [5].
>
> This might be what you want because of the client-side query executor.
> It might not be entirely what you want, because of the specific interface.
>
> > The reason I'd like to have this client-side query facility is this
> design approach: a client can only request through a REST API JSON-LD data.
>
> That was exactly the idea behind the TPF interface, so maybe you should
> consider giving it a try?
> Let me know if we can help out!
>
> Best,
>
> Ruben
>
> [1] https://github.com/LinkedDataFragments/Client.js
> [2] http://client.linkeddatafragments.org/
> [3] http://www.hydra-cg.com/spec/latest/triple-pattern-fragments/
> [4] https://github.com/LinkedDataFragments/Server.js
> [5] http://linkeddatafragments.org/data/
>

Received on Thursday, 16 July 2015 20:10:41 UTC