Monash University · JSON-LD Context

Monash Context

JSON-LD context defining the semantic vocabulary for Monash from Monash University.

22 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
monash: https://www.monash.edu/ns#
figshare: https://api.figshare.com/v2/ns#

Classes

name url description Institution Article Collection Project Author Category id title handle published_date created_date modified_date defined_type_name authors full_name first_name last_name thumb timeline

Properties

Property Type Container
institution
doi schema:PropertyValue
orcid_id reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "monash": "https://www.monash.edu/ns#",
    "figshare": "https://api.figshare.com/v2/ns#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",

    "Institution": "schema:CollegeOrUniversity",
    "institution": {
      "@id": "monash:institution",
      "@context": {
        "name": "schema:name",
        "url": "schema:url",
        "sameAs": "schema:sameAs"
      }
    },

    "Article": "schema:Dataset",
    "Collection": "schema:Collection",
    "Project": "schema:Project",
    "Author": "schema:Person",
    "Category": "schema:CategoryCode",

    "id": "schema:identifier",
    "title": "schema:name",
    "doi": {
      "@id": "schema:identifier",
      "@type": "schema:PropertyValue"
    },
    "handle": "figshare:handle",
    "published_date": "schema:datePublished",
    "created_date": "schema:dateCreated",
    "modified_date": "schema:dateModified",
    "defined_type_name": "schema:additionalType",
    "authors": "schema:author",
    "full_name": "schema:name",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "orcid_id": {
      "@id": "schema:identifier",
      "@type": "@id"
    },
    "thumb": "schema:thumbnailUrl",
    "timeline": "figshare:timeline"
  },
  "@type": "CollegeOrUniversity",
  "name": "Monash University",
  "url": "https://www.monash.edu/",
  "description": "Public research university in Melbourne, Australia, member of the Group of Eight. Its research outputs are published through the Monash University Research Repository on the figshare platform.",
  "institution": {
    "name": "Monash University",
    "url": "https://monash.figshare.com/",
    "sameAs": [
      "https://research.monash.edu/",
      "https://www.linkedin.com/school/monash-university/",
      "https://ror.org/02bfwt286"
    ]
  }
}