University of Manchester · JSON-LD Context

University Of Manchester Context

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

15 Classes 14 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sc: http://iiif.io/api/presentation/2#
iiif: http://iiif.io/api/image/2#
uom: https://www.manchester.ac.uk/ns#

Classes

md University Library name description identifier Manifest Collection Canvas Sequence label attribution ImageService IdentityProvider scope

Properties

Property Type Container
url reference
parentOrganization reference
logo reference
canvases list
manifests list
protocol reference
profile reference
width http://www.w3.org/2001/XMLSchema#integer
height http://www.w3.org/2001/XMLSchema#integer
maxWidth http://www.w3.org/2001/XMLSchema#integer
maxHeight http://www.w3.org/2001/XMLSchema#integer
entityID reference
singleSignOnService reference
operator @vocab

JSON-LD Document

Raw ↑
{
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "source": "Derived from the University of Manchester's verified institution-operated surfaces (Manchester Digital Collections IIIF, Shibboleth federation entry) and its public identity. Replaces the previous context, whose terms were Elsevier Pure's entity model.",
    "operator": "institution"
  },
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sc": "http://iiif.io/api/presentation/2#",
    "iiif": "http://iiif.io/api/image/2#",
    "md": "urn:oasis:names:tc:SAML:2.0:metadata#",
    "uom": "https://www.manchester.ac.uk/ns#",

    "University": "schema:CollegeOrUniversity",
    "Library": "schema:Library",
    "name": "schema:name",
    "url": { "@id": "schema:url", "@type": "@id" },
    "description": "schema:description",
    "identifier": "schema:identifier",
    "parentOrganization": { "@id": "schema:parentOrganization", "@type": "@id" },

    "Manifest": "sc:Manifest",
    "Collection": "sc:Collection",
    "Canvas": "sc:Canvas",
    "Sequence": "sc:Sequence",
    "label": "schema:name",
    "attribution": "schema:creditText",
    "logo": { "@id": "schema:logo", "@type": "@id" },
    "canvases": { "@id": "sc:hasCanvases", "@container": "@list" },
    "manifests": { "@id": "sc:hasManifests", "@container": "@list" },

    "ImageService": "iiif:ImageService",
    "protocol": { "@id": "iiif:protocol", "@type": "@id" },
    "profile": { "@id": "iiif:profile", "@type": "@id" },
    "width": { "@id": "schema:width", "@type": "http://www.w3.org/2001/XMLSchema#integer" },
    "height": { "@id": "schema:height", "@type": "http://www.w3.org/2001/XMLSchema#integer" },
    "maxWidth": { "@id": "uom:maxWidth", "@type": "http://www.w3.org/2001/XMLSchema#integer" },
    "maxHeight": { "@id": "uom:maxHeight", "@type": "http://www.w3.org/2001/XMLSchema#integer" },

    "IdentityProvider": "md:IDPSSODescriptor",
    "entityID": { "@id": "md:entityID", "@type": "@id" },
    "scope": "uom:samlScope",
    "singleSignOnService": { "@id": "md:SingleSignOnService", "@type": "@id" },

    "operator": {
      "@id": "uom:operator",
      "@type": "@vocab",
      "@context": {
        "@vocab": "https://www.manchester.ac.uk/ns#operator/",
        "institution": "uom:operator/institution",
        "tenant": "uom:operator/tenant",
        "vendor": "uom:operator/vendor",
        "placeholder": "uom:operator/placeholder"
      }
    }
  }
}