Class | Basic SPARQL Protocol URL | iSPARQL Results URL | SPARQL Query | Dynamic Data Page |
---|---|---|---|---|
Supplier | List all Suppliers URIs | List all Suppliers URIs | PREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#> SELECT * FROM <http://demo.openlinksw.com/tpcd> WHERE { ?s a tpcd:supplier . } | Supplier 1 |
Customer | List all Customers URIs | List all Customers URIs | PREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#> SELECT * FROM <http://demo.openlinksw.com/tpcd> WHERE { ?s a tpcd:customer . } | Customer 35 |
Order | List all Orders URIs | List all Orders URIs | PREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#> SELECT * FROM <http://demo.openlinksw.com/tpcd> WHERE { ?s a tpcd:order . } | Order 71 |
Region | List all Regions URIs | List all Regions URIs | PREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#> SELECT * FROM <http://demo.openlinksw.com/tpcd> WHERE { ?s a tpcd:region . } | Region 4 |