ODS.VirtWebDAVInsertQuadStore

  • Topic
  • Discussion
  • ODS.VirtWebDAVInsertQuadStore(Last) -- DAVWikiAdmin? , 2017-06-13 06:02:09 Edit WebDAV System Administrator 2017-06-13 06:02:09

    Use WebDAV? extractor to insert triples via SPARUL into the Quad Store

    The following simple demo will show how to use WebDAV? extractor to insert triples via SPARUL into the Quad Store.

    1. Go to http://demo.openlinksw.com/ods
    2. Log in as user demo with password demo
    3. Go the Briefcase
    4. From the Briefcase Main Horizontal click Upload
    5. Choose for source URL and enter resource, for example the resource http://virtuoso.openlinksw.com/presentations/Virtuoso_Sponger_1/Virtuoso_Sponger_1.html, which contains RDFa data.
    6. Click the "Upload" button
    7. As result the file will be uploaded
    8. To check the inserted triples, go to http://demo.openlinksw.com/sparql
    9. In the shown form enter for:
      1. field "Default Graph URI": http://virtuoso.openlinksw.com/presentations/Virtuoso_Sponger_1/Virtuoso_Sponger_1.html
      2. Query:

        select * from <http://virtuoso.openlinksw.com/presentations/Virtuoso_Sponger_1/Virtuoso_Sponger_1.html> where { ?s ?p ?o}

    10. Click "Run Query"
    11. As result the inserted triples will be shown: