VOS.VirtRDFViewsProgressSQ89ISportsDemo

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

Class 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/progress9_isports/>
SELECT *
FROM <http://demo.openlinksw.com/progress9_isports#>
WHERE
  {
    ?s a customer:Customer .
  }
Customer 2