TPC H Linked Data Views Live links to a sample instance

ClassBasic SPARQL Protocol URLiSPARQL Results URLSPARQL QueryDynamic Data Page
CustomerList all Customers URIsList all Customers URIsPREFIX tpch: <http://www.openlinksw.com/schemas/tpch#>
SELECT *
FROM <http://demo.openlinksw.com/tpch>
WHERE
  {
    ?s a tpch:customer .
  }
Customer 117
NationList all Nations URIsList all Nations URIsPREFIX tpch: <http://www.openlinksw.com/schemas/tpch#>
SELECT *
FROM <http://demo.openlinksw.com/tpch>
WHERE
  {
    ?s a tpch:nation .
  }
USA
OrderList all Orders URIsList all Orders URIsPREFIX tpch: <http://www.openlinksw.com/schemas/tpch#>
SELECT *
FROM <http://demo.openlinksw.com/tpch>
WHERE
  {
    ?s a tpch:order .
  }
Order 2628
SupplierList all Suppliers URIsList all Suppliers URIsPREFIX tpch: <http://www.openlinksw.com/schemas/tpch#>
SELECT *
FROM <http://demo.openlinksw.com/tpch>
WHERE
  {
    ?s a tpch:supplier .
  }
Supplier 29