Virtuoso Open-Source Edition

  • Topic
  • Discussion
  • VOS.VirtSpongerLinkedDataHooksIntoSPARQLEx5(Last) -- DAVWikiAdmin? , 2017-06-13 05:37:12 Edit WebDAV System Administrator 2017-06-13 05:37:12

    Example with INPUT grab-destination pragma

    The following example demonstrates usage of the grab-destination pragma:

    DEFINE input:grab-depth 2
    DEFINE input:grab-limit 100
    DEFINE input:grab-seealso <http://xmlns.com/foaf/0.1/knows>
    DEFINE input:grab-destination <http://local.virt/addressbook/778>
    DEFINE get:soft "soft"
    DEFINE get:uri "http://bblfish.net/people/henry/card#me"
    SELECT *
    FROM <http://local.virt/addressbook/778>
    WHERE 
      { 
        ?s ?p ?o 
      }
    

    Sponger Usage Examples

    Related