Virtuoso Open-Source Wiki
Virtuoso Open-Source, OpenLink Data Spaces, and OpenLink Ajax Toolkit
Advanced Search
Help?
Location: / Dashboard / Main / VOSIndex / VirtSponger / VirtSpongerLinkedDataHooksIntoSPARQL / VirtSpongerLinkedDataHooksIntoSPARQLEx26

Example with pragma input:default-graph-exclude

The following example demonstrates usage of the input:default-graph-exclude pragma.

DEFINE input:grab-follow-predicate <foaf:knows>
DEFINE input:grab-var "their_id"
DEFINE input:default-graph-exclude <http://blogs.zdnet.com/semantic-web/?p=105>
DEFINE input:grab-depth 2
DEFINE input:grab-limit 10

SELECT * 
WHERE
  {
    ?s ?p ?o
  }
LIMIT 10

Sponger Usage Examples

Related

Powered By Virtuoso