Oracle Human Resources Linked Data Views Live links to a sample Linked Data View

Views Generated by Wizard (producing dense Linked Data meshes)

ReportDynamic Data Page
LocationLocation Report (exposing associated Employees, Jobs, and Depts.)
CountryU.S. Location Report

Source Code Used to Generate the Basic View

ClassBasic SPARQL Protocol URLiSPARQL Results URLSPARQL QueryDynamic Data Page
EmployeeList all Employees URIs List all Employees URIs PREFIX hr: <http://demo.openlinksw.com/schemas/HR/>
SELECT *
FROM <http://demo.openlinksw.com/HR#>
WHERE
  {
    ?s a hr:EMPLOYEES .
  }
Employee 105