TPC D Linked Data Views Live links to a sample instance

ClassBasic SPARQL Protocol URLiSPARQL Results URLSPARQL QueryDynamic Data Page
SupplierList all Suppliers URIsList all Suppliers URIsPREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#>
SELECT *
FROM <http://demo.openlinksw.com/tpcd>
WHERE
  {
    ?s a tpcd:supplier .
  }
Supplier 1
CustomerList all Customers URIsList all Customers URIsPREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#>
SELECT *
FROM <http://demo.openlinksw.com/tpcd>
WHERE
  {
    ?s a tpcd:customer .
  }
Customer 35
OrderList all Orders URIsList all Orders URIsPREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#>
SELECT *
FROM <http://demo.openlinksw.com/tpcd>
WHERE
  {
    ?s a tpcd:order .
  }
Order 71
RegionList all Regions URIsList all Regions URIsPREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#>
SELECT *
FROM <http://demo.openlinksw.com/tpcd>
WHERE
  {
    ?s a tpcd:region .
  }
Region 4