University of Cape Town · JSON-LD Context

University Of Cape Town Context

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

21 Classes 7 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
uct: https://www.uct.ac.za/ns/

Classes

name url description Article Study Collection Project id title handle defined_type_name authors full_name orcid_id files mimetype size nation authoring_entity year_start year_end

Properties

Property Type Container
institution reference
doi schema:PropertyValue
published_date schema:Date
created_date schema:Date
modified_date schema:Date
download_url reference
thumbnail reference

JSON-LD Document

university-of-cape-town-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "uct": "https://www.uct.ac.za/ns/",
    "@vocab": "https://www.uct.ac.za/ns/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "institution": {
      "@id": "schema:CollegeOrUniversity",
      "@type": "@id"
    },
    "Article": "schema:Dataset",
    "Study": "schema:Dataset",
    "Collection": "schema:Collection",
    "Project": "schema:Project",
    "id": "schema:identifier",
    "title": "schema:name",
    "doi": {
      "@id": "schema:identifier",
      "@type": "schema:PropertyValue"
    },
    "handle": "schema:identifier",
    "published_date": {
      "@id": "schema:datePublished",
      "@type": "schema:Date"
    },
    "created_date": {
      "@id": "schema:dateCreated",
      "@type": "schema:Date"
    },
    "modified_date": {
      "@id": "schema:dateModified",
      "@type": "schema:Date"
    },
    "defined_type_name": "schema:additionalType",
    "authors": "schema:author",
    "full_name": "schema:name",
    "orcid_id": "schema:identifier",
    "files": "schema:distribution",
    "download_url": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "mimetype": "schema:encodingFormat",
    "size": "schema:contentSize",
    "nation": "schema:spatialCoverage",
    "authoring_entity": "schema:creator",
    "year_start": "schema:temporalCoverage",
    "year_end": "schema:temporalCoverage",
    "thumbnail": {
      "@id": "schema:thumbnailUrl",
      "@type": "@id"
    }
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "University of Cape Town",
  "url": "https://www.uct.ac.za/",
  "description": "South Africa's leading public research university; publishes open research data and metadata through DataFirst (NADA), OpenUCT (DSpace OAI-PMH), and ZivaHub (Figshare)."
}