This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Christina Harlow edited this page Aug 8, 2018
·
17 revisions
- RIALTO namespace base (not resolvable): http://sul.stanford.edu/rialto/
- RIALTO Organization NS:
agents/orgs/
- RIALTO People NS:
agents/people/
- Concept NS:
concepts/
- Grants NS:
grants/
- Context nodes:
- context/addresses/
- context/names/
- context/positions/
- context/relationships/
- context/roles/
- External:
- VIVO = Namespace("http://vivoweb.org/ontology/core#")
- OBO = Namespace("http://purl.obolibrary.org/obo/")
- VCARD = Namespace("http://www.w3.org/2006/vcard/ns#")
- RDF, FOAF, SKOS, RDFS, DCTERMS
-
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