On Tue, Apr 16, 2013 at 1:52 PM, Luca Matteis <[email protected]> wrote: > I have recently created Restpark: http://lmatteis.github.io/restpark/ > > It's my way of pushing a standard RESTful interface for accessing RDF data.
Unfortunately, this isn't REST. REST APIs must use hypermedia; http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven A hypermedia solution would declare a form that described how to construct a new URI which could be used to retrieve the data via GET. The form would provide the parameter names (e.g. "subject") along with their types (e.g. rdf:subject). Mark.
