University of Geneva · JSON-LD Context

University Of Geneva Context

JSON-LD context defining the semantic vocabulary for University Of Geneva from University of Geneva.

30 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
unige: https://archive-ouverte.unige.ch/aou/v1#
yareta: https://yareta.unige.ch/ns#

Classes

id type CollegeOrUniversity Dataset Person Organization name description ArchivalInfoPackage DisseminationInfoPackage Order OrganizationalUnit resId archiveContainer archivalUnit archiveFileNumber archiveSize retention complianceLevel dataCategory firstName lastName fullName creation lastUpdate who query queryType status metadataVersion

Properties

Property Type Container
url reference
orcid reference
openingDate schema:Date
closingDate schema:Date
when schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "unige": "https://archive-ouverte.unige.ch/aou/v1#",
    "yareta": "https://yareta.unige.ch/ns#",
    "@vocab": "https://yareta.unige.ch/ns#",

    "id": "@id",
    "type": "@type",

    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "Dataset": "schema:Dataset",
    "Person": "schema:Person",
    "Organization": "schema:Organization",

    "name": "schema:name",
    "description": "schema:description",
    "url": { "@id": "schema:url", "@type": "@id" },

    "ArchivalInfoPackage": "yareta:ArchivalInfoPackage",
    "DisseminationInfoPackage": "yareta:DisseminationInfoPackage",
    "Order": "yareta:Order",
    "OrganizationalUnit": "yareta:OrganizationalUnit",

    "resId": "schema:identifier",
    "archiveContainer": "yareta:archiveContainer",
    "archivalUnit": "yareta:archivalUnit",
    "archiveFileNumber": "yareta:archiveFileNumber",
    "archiveSize": "yareta:archiveSize",
    "retention": "yareta:retention",
    "complianceLevel": "yareta:complianceLevel",
    "dataCategory": "yareta:dataCategory",

    "orcid": { "@id": "schema:identifier", "@type": "@id" },
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "fullName": "schema:name",

    "openingDate": { "@id": "schema:startDate", "@type": "schema:Date" },
    "closingDate": { "@id": "schema:endDate", "@type": "schema:Date" },

    "creation": "yareta:creation",
    "lastUpdate": "yareta:lastUpdate",
    "who": "yareta:actor",
    "when": { "@id": "schema:dateModified", "@type": "schema:DateTime" },

    "query": "yareta:query",
    "queryType": "yareta:queryType",
    "status": "yareta:status",
    "metadataVersion": "schema:version"
  },
  "@type": "CollegeOrUniversity",
  "name": "University of Geneva",
  "url": "https://www.unige.ch/",
  "description": "Public research university in Geneva, Switzerland, whose open-science APIs include the Archive ouverte UNIGE OAI-PMH repository and the Yareta research-data preservation platform (DLCM stack)."
}