VOS.VirtRDFViewsProgressSQ92ISportsDemo

Progress SQL-92 iSports Linked Data Views Live links to a sample instance

ClassSort in ascending order Basic SPARQL Protocol URL iSPARQL Results URL SPARQL Query Dynamic Data Page
Customer List all Customers URIs List all Customers URIs PREFIX customer: <http://demo.openlinksw.com/schemas/progress10_isports/>
SELECT *
FROM <http://demo.openlinksw.com/progress10_isports#>
WHERE
  {
    ?s a customer:Customer .
  }
Customer 2