Example with pragma output:format

The following example demonstrates usage of the output:format pragma.


DEFINE output:format "TTL" 
SELECT * 
WHERE 
  {
    graph ?g { ?s ?p ?o }
  } 
LIMIT 10

Sponger Usage Examples

Related