Virtuoso Open-Source Edition

  • Topic
  • Discussion
  • VOS.VirtSpongerLinkedDataHooksIntoSPARQLEx16(Last) -- DAVWikiAdmin? , 2017-06-13 05:44:21 Edit WebDAV System Administrator 2017-06-13 05:44:21

    Example with pragma get:method

    The following example demonstrates usage of the get:method pragma:

    DEFINE get:proxy "www.openlinksw.com:80"
    DEFINE get:method "GET"
    DEFINE get:soft "soft"
    SELECT DISTINCT ?id
    FROM NAMED <http://www.openlinksw.com/dataspace/person/kidehen@openlinksw.com>
    WHERE 
      { 
        graph ?g 
          { 
            ?id a ?o 
          } 
      }
    LIMIT 10
    

    Sponger Usage Examples

    Related