nareike / adhs

Ad-hoc light weight SPARQL endpoint from a file, using Python Flask and RDFlib
MIT License
15 stars 7 forks source link

API should implement SPARQL 1.1 Protocol specification #3

Open leipert opened 9 years ago

leipert commented 9 years ago

HTTP API should follow SPARQL 1.1 Protocol specification.

So HTTP GET should allow the following query parameters:

Furthermore it should use the Accept header instead of a output query parameter (content negotiation): Accept: text/turtle, application/rdf+xml

nareike commented 9 years ago

Updated to support POST and GET requests as well as content negotiation.