action aucklandmuseum_post_sparql { label: "Auckland Museum SPARQL endpoint" description: "You can execute your [SPARQL](http://www.w3.org/TR/rdf-sparql-query/) queries against this endpoint.\nThe sparql query should be provided as the value of the request parameter `query`.\nSet the `Accept` header to `application/sparql-results+xml` to get results in XML. Set it to `application/sparql-results+json` to get results in JSON. \n" provider: aucklandmuseum method: POST path: "/sparql" encoding: json output: { type: "object" additionalProperties: true } }