Run a SPARQL query against an endpoint.
See also endpoint test and explorer pages.
Relative path to endpoint: Method: GETPOST run query
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX pf: <http://jena.hpl.hp.com/ARQ/property#> # ASK { ?s ?p ?o } # SELECT * WHERE { ?s ?p ?o } # SELECT * WHERE { GRAPH {?s ?p ?o} } LIMIT 10 # SELECT * WHERE { GRAPH ?g { ?s ?p ?o } } # DESCRIBE <http://example.org/book/book1> # DESCRIBE * WHERE { ?s ?p ?o } # CONSTRUCT { ?s ?p ?o } WHERE { ?s ?p ?o }
HTTP response headers
HTTP response headers will be printed here
HTTP response body
results will be output here as raw JSON or RDF/XML
SPARQLite