%META:TOPICPARENT{name="VirtRdb2RDFViewsGeneration"}% ---+++Ingres R3 Tutorial Linked Data Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Customer Order|[[http://demo.openlinksw.com/sparql?default-graph-uri=&query=PREFIX+tut%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2FTUT%2F%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2FTUT%23%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+tut%3Acust_orders+.%0D%0A++%7D&should-sponge=&format=text%2Fhtml&CXML_redir_for_subjs=121&CXML_redir_for_hrefs=&timeout=0&debug=on][List all Customers Orders URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20tut%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2FTUT%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2FTUT%23%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20tut%3Acust_orders%20.%0A%20%20%7D&endpoint=%2Fsparql&maxrows=50&timeout=&default-graph-uri=&view=1&amode=0][List all Customer Orders URIs]]|PREFIX tut: <http://demo.openlinksw.com/schemas/TUT/>
SELECT *
FROM <http://demo.openlinksw.com/TUT#>
WHERE
  {
    ?s a tut:cust_orders .
  }|[[http://demo.openlinksw.com/describe/?url=http%3A//demo.openlinksw.com%2FTUT%2Fcust_orders%2Forder_no%2F5500%23this&graph=http%3A//demo.openlinksw.com/TUT%23][Customer Order 5500]]|