You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to limit the interfaces we supply for now, extending mu-authorization in other fields. Is this a show-stopper at this point? If not, I'd prefer to first focus on other features rather than this one, though I do think it's a sensible extension.
If we start supporting another format, I strongly suspect our best bet would be a JSON-based format. That would be the closest to the interface we supply now throughout the stack. I think JSON-LD tries to serve a different purpose. Is there another format than application/sparql-results+json that you'd prefer which neatly expresses the raw triples?
We should reconsider if this is (or starts) costing too much dev time.
Issue Description
Currently, it seems that the service returns
application/sparql-results+json
in case of aCONSTRUCT
query.It would be nice if it returns RDF format instead, to mimic the behavior of the sparql service.
Step to reproduce:
Request headers:
Request URI:
Expected result:
RDF data in turtle/n3/rdf+xml/.. format
Actual result:
application/sparql-results+json format
The text was updated successfully, but these errors were encountered: