• Topic
  • Discussion
  • VOS.VirtRDFViewsOracleHrDbDemo(1.1) -- 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)

    Report Dynamic Data Page
    Location Location Report (exposing associated Employees, Jobs, and Depts.)
    Country 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 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