Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
Christina Harlow edited this page Aug 8, 2018 · 17 revisions

RIALTO ETL Data Scratch Space

Namespaces & Schemas

Organizations (CAP) mapping

  • Organization Identifier == $.alias (string)

  • Children == $.children (array of strings, identifiers for each child), mapped to OBO.BFO_0000051 for each child identifier as a child organization URI

  • Organization Name == $.name (string), mapped to SKOS.prefLabel & RDFS.label as a Literal

  • Organization Codes == $.orgCodes (array of strings), mapped to DCTERMS.identifier as a Literal

  • Parent == $.parent (string, identifier for parent), mapped to OBO.BFO_0000050 for parent identifier as a parent organization URI

  • Organization Types == $.type

  • Organization URI == RIALTO organizations namespace + organization identifier

  • RDF.type == FOAF.Agent, FOAF.Organization

  • Based on $.type

    • "DEPARTMENT": RDF.type, VIVO.Department
    • "DIVISION": RDF.type, VIVO.Division
    • "ROOT": RDF.type, VIVO.University (Always Stanford University)
    • "SCHOOL": VIVO.School
    • "SUB_DIVISION": VIVO.Division
Clone this wiki locally