---+++TPC D Linked Data Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Supplier|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+tpcd%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftpcd%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftpcd%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+tpcd%3Asupplier+.%0D%0A++%7D%0D%0A&format=text%2Fhtml&debug=on][List all Suppliers URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20tpcd%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftpcd%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftpcd%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20tpcd%3Asupplier%20.%0A%20%20%7D%0ALIMIT%20100&endpoint=/sparql][List all Suppliers URIs]]|PREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#>
SELECT *
FROM <http://demo.openlinksw.com/tpcd>
WHERE
  {
    ?s a tpcd:supplier .
  }|[[http://demo.openlinksw.com/about/html/http/demo.openlinksw.com/tpcd/supplier/1#this][Supplier 1]]| |Customer|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+tpcd%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftpcd%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftpcd%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+tpcd%3Acustomer+.%0D%0A++%7D%0D%0A&format=text%2Fhtml&debug=on][List all Customers URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20tpcd%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftpcd%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftpcd%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20tpcd%3Acustomer%20.%0A%20%20%7D%0ALIMIT%20100&endpoint=/sparql][List all Customers URIs]]|PREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#>
SELECT *
FROM <http://demo.openlinksw.com/tpcd>
WHERE
  {
    ?s a tpcd:customer .
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/tpcd/customer/35#this][Customer 35]]| |Order|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+tpcd%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftpcd%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftpcd%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+tpcd%3Aorder+.%0D%0A++%7D%0D%0A&format=text%2Fhtml&debug=on][List all Orders URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20tpcd%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftpcd%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftpcd%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20tpcd%3Aorder%20.%0A%20%20%7D%0ALIMIT%20100&endpoint=/sparql][List all Orders URIs]]|PREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#>
SELECT *
FROM <http://demo.openlinksw.com/tpcd>
WHERE
  {
    ?s a tpcd:order .
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/tpcd/order/71#this][Order 71]]| |Region|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+tpcd%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftpcd%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftpcd%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+tpcd%3Aregion+.%0D%0A++%7D%0D%0A&format=text%2Fhtml&debug=on][List all Regions URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20tpcd%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftpcd%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftpcd%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20tpcd%3Aregion%20.%0A%20%20%7D%0ALIMIT%20100&endpoint=/sparql][List all Regions URIs]]|PREFIX tpcd: <http://demo.openlinksw.com/schemas/tpcd#>
SELECT *
FROM <http://demo.openlinksw.com/tpcd>
WHERE
  {
    ?s a tpcd:region .
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/tpcd/region/4#this][Region 4]]|