%META:TOPICPARENT{name="VirtRdb2RDFViewsGeneration"}% ---++Progress SQL-89 iSports 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%2Fprogress9_isports%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fprogress9_isports%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%2Fprogress9_isports%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fprogress9_isports%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&endpoint=/sparql][List all Customers URIs]]|PREFIX customer: <http://demo.openlinksw.com/schemas/progress9_isports/>
SELECT *
FROM <http://demo.openlinksw.com/progress9_isports#>
WHERE
  {
    ?s a customer:Customer .
  }|[[http://demo.openlinksw.com/progress9_isports/customer/Cust_Num/1#this][Customer 2]]|