- From: Ruben Verborgh <ruben.verborgh@ugent.be>
- Date: Thu, 25 Jun 2015 09:16:51 +0200
- To: Milan Simonovic <milan.molbio@gmail.com>
- Cc: public-linked-json@w3.org
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/en
– http://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