Example with pragma input:storage

The following example demonstrates usage of the input:storage pragma:


DEFINE input:storage "" 
SELECT DISTINCT ?g 
  { 
    GRAPH ?g 
      { 
        ?s ?p ?o 
       } . 
    FILTER ( ?g != virtrdf: ) 
  } 
LIMIT 10

Sponger Usage Examples

Related