VOS.VirtRDFViewsIngresTutDbDemo

  • Topic
  • Discussion
  • VOS.VirtRDFViewsIngresTutDbDemo(Last) -- DAVWikiAdmin? , 2017-06-13 05:50:11 Edit WebDAV System Administrator 2017-06-13 05:50:11

    Ingres R3 Tutorial Linked Data Views Live links to a sample instance

    Class Basic SPARQL Protocol URL iSPARQL Results URL SPARQL QuerySort in ascending order Dynamic Data Page
    Customer Order List all Customers Orders URIs List all Customer Orders URIs PREFIX tut: <http://demo.openlinksw.com/schemas/TUT/>
    SELECT *
    FROM <http://demo.openlinksw.com/TUT#>
    WHERE
      {
        ?s a tut:cust_orders .
      }
    Customer Order 5500