Virtuoso Open-Source Edition

  • Topic
  • Discussion
  • VOS.VirtSpongerLinkedDataHooksIntoSPARQLEx26(Last) -- DAVWikiAdmin? , 2017-06-13 05:36:23 Edit WebDAV System Administrator 2017-06-13 05:36:23

    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