• Topic
  • Discussion
  • VOS.VirtRDFViewsOracleHrDbDemo(Last) -- DAVWikiAdmin? , 2017-06-13 05:39:26 Edit WebDAV System Administrator 2017-06-13 05:39:26

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

    Views Generated by Wizard (producing dense Linked Data meshes)

    ReportSort in ascending order Dynamic Data Page
    Country U.S. Location Report
    Location Location Report (exposing associated Employees, Jobs, and Depts.)

    Source Code Used to Generate the Basic View

    Class Basic SPARQL Protocol URL iSPARQL Results URL SPARQL Query Dynamic Data Page
    Employee List 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