University of Oxford · JSON-LD Context

University Of Oxford Context

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

14 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
oai: http://www.openarchives.org/OAI/2.0/
dc: http://purl.org/dc/elements/1.1/

Classes

name url description identifier repositoryName protocolVersion metadataFormat set title creator subject type publisher rights

Properties

Property Type Container
University
ora schema:ArchiveOrganization
baseURL schema:URL
record schema:CreativeWork
date schema:Date

JSON-LD Document

university-of-oxford-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "oai": "http://www.openarchives.org/OAI/2.0/",
    "dc": "http://purl.org/dc/elements/1.1/",
    "@vocab": "https://ora.ox.ac.uk/ns#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "identifier": "schema:identifier",
    "University": {
      "@id": "schema:CollegeOrUniversity"
    },
    "ora": {
      "@id": "@vocab:ResearchArchive",
      "@type": "schema:ArchiveOrganization"
    },
    "baseURL": {
      "@id": "oai:baseURL",
      "@type": "schema:URL"
    },
    "repositoryName": "oai:repositoryName",
    "protocolVersion": "oai:protocolVersion",
    "metadataFormat": "oai:metadataPrefix",
    "set": "oai:setSpec",
    "record": {
      "@id": "@vocab:Record",
      "@type": "schema:CreativeWork"
    },
    "title": "dc:title",
    "creator": "dc:creator",
    "subject": "dc:subject",
    "type": "dc:type",
    "date": {
      "@id": "dc:date",
      "@type": "schema:Date"
    },
    "publisher": "dc:publisher",
    "rights": "dc:rights"
  },
  "@type": "CollegeOrUniversity",
  "name": "University of Oxford",
  "url": "https://www.ox.ac.uk/"
}