%META:TOPICPARENT{name="VirtRdb2RDFViewsGeneration"}% ---++DB2 RDF Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Employee|[[http://demo.openlinksw.com/sparql?default-graph-uri=&query=PREFIX+opl%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2FDB2%2F%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2FDB2%23%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+opl%3AEMPLOYEE+.%0D%0A++%7D&should-sponge=&format=text%2Fhtml&CXML_redir_for_subjs=121&CXML_redir_for_hrefs=&timeout=0&debug=on][List all Employees URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20opl%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2FDB2%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2FDB2%23%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20opl%3AEMPLOYEE%20.%0A%20%20%7D&endpoint=%2Fsparql&maxrows=50&timeout=&default-graph-uri=&view=1&amode=0][List all Employees URIs]]|PREFIX opl: <http://demo.openlinksw.com/schemas/DB2/>
SELECT *
FROM <http://demo.openlinksw.com/DB2#>
WHERE
  {
    ?s a opl:EMPLOYEE .
  }|[[http://demo.openlinksw.com/describe/?url=http%3A//demo.openlinksw.com%2FDB2%2Femployee%2FEMPNO%2F000010%23this&graph=http%3A//demo.openlinksw.com/DB2%23#this][Employee 000010]]|