%META:TOPICPARENT{name="VirtRdb2RDFViewsGeneration"}% ---+++Informix10 Stores Linked Data Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Customer|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX%20customer%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Finformix10_storesdemo%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Finformix10_storesdemo%23%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20customer%3Acustomer%20.%0A%20%20%7D&format=text%2Fhtml&debug=on][List all Customers URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20customer%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Finformix10_storesdemo%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Finformix10_storesdemo%23%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20customer%3Acustomer%20.%0A%20%20%7D&endpoint=%2Fsparql&maxrows=50&timeout=&default-graph-uri=&view=1&amode=0][List all Customers URIs]]|PREFIX customer: <http://demo.openlinksw.com/schemas/informix10_storesdemo/>
SELECT *
FROM <http://demo.openlinksw.com/informix10_storesdemo#>
WHERE
  {
    ?s a customer:Customer .
  }|[[http://demo.openlinksw.com/informix10_storesdemo/customer/customer_num/101#this][Customer 101]]|