University of Canterbury · JSON-LD Context

University Of Canterbury Context

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

7 Classes 15 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
uc: https://www.canterbury.ac.nz/ns#
figshare: https://api.figshare.com/v2/ns#
dcterms: http://purl.org/dc/terms/

Classes

name url description id title defined_type_name timeline

Properties

Property Type Container
University reference
institution schema:CollegeOrUniversity
Article reference
Collection reference
Project reference
doi
handle
thumb reference
created_date schema:DateTime
modified_date schema:DateTime
published_date schema:DateTime
url_public_html reference
url_public_api reference
authors set
files set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "uc": "https://www.canterbury.ac.nz/ns#",
    "figshare": "https://api.figshare.com/v2/ns#",
    "dcterms": "http://purl.org/dc/terms/",

    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",

    "University": {
      "@id": "schema:CollegeOrUniversity",
      "@type": "@id"
    },
    "institution": {
      "@id": "uc:institution",
      "@type": "schema:CollegeOrUniversity"
    },

    "Article": {
      "@id": "figshare:Article",
      "@type": "@id"
    },
    "Collection": {
      "@id": "figshare:Collection",
      "@type": "@id"
    },
    "Project": {
      "@id": "figshare:Project",
      "@type": "@id"
    },

    "id": "schema:identifier",
    "title": "schema:name",
    "doi": {
      "@id": "schema:identifier",
      "uc:scheme": "DOI"
    },
    "handle": {
      "@id": "schema:identifier",
      "uc:scheme": "Handle"
    },
    "defined_type_name": "schema:additionalType",
    "thumb": {
      "@id": "schema:thumbnailUrl",
      "@type": "@id"
    },
    "created_date": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "modified_date": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "published_date": {
      "@id": "schema:datePublished",
      "@type": "schema:DateTime"
    },
    "url_public_html": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "url_public_api": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },
    "timeline": "figshare:timeline",

    "authors": {
      "@id": "schema:author",
      "@container": "@set"
    },
    "files": {
      "@id": "schema:associatedMedia",
      "@container": "@set"
    }
  },
  "@type": "University",
  "name": "University of Canterbury",
  "url": "https://www.canterbury.ac.nz/",
  "description": "Public research university in Christchurch, New Zealand. This JSON-LD context maps the institution and the figshare research-output objects (Article, Collection, Project) cataloged in its API Evangelist repository to schema.org."
}