SELECT - get variables (apply XSLT stylesheet)
SELECT ?s ?p ?o WHERE { ?s ?p ?o } LIMIT 10 Output XML: with XSLT style sheet (leave blank for none): or JSON output: or text output: or CSV output: or TSV output: Force the accept header to text/plain regardless
CONSTRUCT - return a graph
CONSTRUCT { ?s ?p ?o } WHERE { ?s ?p ?o }