Re: a good example implementation

Hi Milan,

> could you please point me out to a hypermedia API implementation using json-ld.

The Triple Pattern Fragments interface [1] is a hypermedia API.
Our implementation [2] supports JSON-LD:
    $ curl -H "Accept: application/ld+json" http://fragments.dbpedia.org/2014/en
You'll see the hypermedia controls in the response.

Several of these APIs (600.000+) have been deployed:
– http://fragments.dbpedia.org/2014/enhttp://data.linkeddatafragments.org/http://lodlaundromat.org/wardrobe/
— …

Let me know if you need more info on this!

Best,

Ruben

[1] http://www.hydra-cg.com/spec/latest/triple-pattern-fragments/
[2] https://github.com/LinkedDataFragments/Server.js

Received on Thursday, 25 June 2015 07:17:22 UTC