Triplr: Stuff in, triples out

Run an RDF query and format the results. Once this form is submitted, it will redirect to the permanent URL that can be used to fetch the result with HTTP GET. This service URL http://triplr.org/query also acts as a SPARQL endpoint.

This service uses Rasqal which has known bugs in the area of UNION and OPTIONAL. It does not yet support all of SPARQL 1.1 either.

Execute a SPARQL SPARQL 1.1 RDQL LAQRS query

formatting the result into JSON (bindings / graphs) XML (bindings) CSV (bindings) TSV (bindings) Table (bindings)
HTML (graphs) N-Triples (graphs) RDF/XML (graphs) Turtle (graphs)

         

bindings means an SELECT or ASK query; graph means a CONSTRUCT query. (DESCRIBE is not implemented.)

what, why, when, how, todo