adhs icon indicating copy to clipboard operation
adhs copied to clipboard

API should implement SPARQL 1.1 Protocol specification

Open leipert opened this issue 10 years ago • 1 comments

HTTP API should follow SPARQL 1.1 Protocol specification.

So HTTP GET should allow the following query parameters:

  • query (exactly 1)
  • default-graph-uri (0 or more)
  • named-graph-uri (0 or more)

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

leipert avatar Jul 30 '15 16:07 leipert

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

nareike avatar Aug 02 '15 21:08 nareike