This is a collection of links with possible technologies and implementations, summarizing the research done.
-
Basics
-
In RDF
- http://restdesc.org / http://restdesc.org/about/descriptions
- http://www.markus-lanthaler.com/hydra/spec/latest/core/
- http://www.w3.org/community/hydra/
- https://github.com/fusepool/fusepool-ecs/blob/master/ontologies/src/main/resources/eu/fusepool/ecs/ontologies/ecs.ttl
- https://en.wikipedia.org/wiki/Link_relation
- http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
- http://lists.w3.org/Archives/Public/public-ldp/2013Mar/0045.html
- http://ws-rest.org/2012/proc/a4-2-lanthaler.pdf
- https://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en//pubs/archive/37427.pdf
- http://www.w3.org/TR/void/ (eventually via /.well-known)
- http://folk.uio.no/kjekje/2012/
-
In JSON
-
Implementation
-
Books
- Specs
- JS APIs
- https://github.com/antoniogarrote/rdfstore-js
- RDF store in JS (in-memory & MongoDB backend)
- SPARQL interface
- RDF interfaces API
- https://github.com/webr3/rdf-interfaces
- RDF interfaces API
- https://github.com/webr3/rdf.js
- RDF-API replacement proposal
- https://github.com/webr3/js3
- JS object based API
- https://github.com/Acubed/js3
- Fork of webr3's, better node.js integration with npm-module
- https://github.com/Acubed/node-rdf
- Fork of RDF.js
- https://github.com/RubenVerborgh/node-n3
- https://github.com/Acubed/sparql-spin-js3
- SPIN/js3 interface
- http://spinrdf.org/
- SPIN specs
- https://github.com/antoniogarrote/rdfstore-js
- Interface Libraries
- Uduvudu
- Schema: http://vocab.netlabs.org/recipe#
- Others