Virtuoso Open-Source Wiki
Virtuoso Open-Source, OpenLink Data Spaces, and OpenLink Ajax Toolkit
Advanced Search
Help?
Location: / Dashboard / Main / VirtRDFViewTPCDDemo

TPC D Linked Data Views Live links to a sample instance

Class Basic SPARQL Protocol URL iSPARQL Results URL SPARQL Query Dynamic Data PageSort in descending order
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
Powered By Virtuoso