The following example demonstrates usage of the input:storage pragma:
input:storage
DEFINE input:storage "" SELECT DISTINCT ?g { GRAPH ?g { ?s ?p ?o } . FILTER ( ?g != virtrdf: ) } LIMIT 10