%META:TOPICPARENT{name="VirtRdb2RDFViewsGeneration"}% ---+Oracle Human Resources Linked Data Views Live links to a sample Linked Data View ---++Views Generated by Wizard (producing dense Linked Data meshes) |*Report*|*Dynamic Data Page*| |Location|[[http://demo.openlinksw.com/describe/?url=http%3A//demo.openlinksw.com%2FHR%2Flocations%2FLOCATION_ID%2F1000%23this&graph=http%3A//demo.openlinksw.com/HR%23][Location Report (exposing associated Employees, Jobs, and Depts.)]]| |Country|[[http://demo.openlinksw.com/describe/?url=http%3A//demo.openlinksw.com%2FHR%2Fcountries%2FCOUNTRY_ID%2FUS%23this&graph=http%3A//demo.openlinksw.com/HR%23][U.S. Location Report]]| ---++Source Code Used to Generate the Basic View |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Employee|[[http://demo.openlinksw.com/sparql?default-graph-uri=&query=PREFIX+hr%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2FHR%2F%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2FHR%23%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+hr%3AEMPLOYEES+.%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%20hr%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2FHR%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2FHR%23%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20hr%3AEMPLOYEES%20.%0A%20%20%7D&endpoint=%2Fsparql&maxrows=50&timeout=&default-graph-uri=&view=1&amode=0][List all Employees URIs]] |PREFIX hr: <http://demo.openlinksw.com/schemas/HR/>
SELECT *
FROM <http://demo.openlinksw.com/HR#>
WHERE
  {
    ?s a hr:EMPLOYEES .
  }
|[[http://demo.openlinksw.com/describe/?url=http%3A//demo.openlinksw.com%2FHR%2Femployees%2FEMPLOYEE_ID%2F100%23this&graph=http%3A//demo.openlinksw.com/HR%23][Employee 105]] |