RMIT University · JSON-LD Context

Rmit Context

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

25 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
rmit: https://rmit.figshare.com/vocab#
datacite: http://purl.org/spar/datacite/

Classes

RmitUniversity name url sameAs Article id title description handle defined_type_name tags keywords version citation categories Category authors Author full_name first_name last_name files PublicFile size mimetype

Properties

Property Type Container
doi reference
url_public_html reference
url_public_api reference
published_date schema:Date
license reference
orcid_id reference
download_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "rmit": "https://rmit.figshare.com/vocab#",
    "datacite": "http://purl.org/spar/datacite/",

    "RmitUniversity": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "url": "schema:url",
    "sameAs": "schema:sameAs",

    "Article": "schema:Dataset",
    "id": "schema:identifier",
    "title": "schema:name",
    "description": "schema:description",
    "doi": {
      "@id": "datacite:doi",
      "@type": "@id"
    },
    "handle": "datacite:hasIdentifier",
    "url_public_html": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "url_public_api": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "defined_type_name": "schema:additionalType",
    "published_date": {
      "@id": "schema:datePublished",
      "@type": "schema:Date"
    },
    "tags": "schema:keywords",
    "keywords": "schema:keywords",
    "license": {
      "@id": "schema:license",
      "@type": "@id"
    },
    "version": "schema:version",
    "citation": "schema:citation",

    "categories": "schema:about",
    "Category": "schema:DefinedTerm",

    "authors": "schema:author",
    "Author": "schema:Person",
    "full_name": "schema:name",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "orcid_id": {
      "@id": "schema:identifier",
      "@type": "@id"
    },

    "files": "schema:distribution",
    "PublicFile": "schema:DataDownload",
    "download_url": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "size": "schema:contentSize",
    "mimetype": "schema:encodingFormat"
  },
  "@type": "RmitUniversity",
  "name": "RMIT University",
  "url": "https://www.rmit.edu.au/",
  "sameAs": [
    "https://rmit.figshare.com/",
    "https://researchrepository.rmit.edu.au/",
    "https://github.com/RMIT-University",
    "https://www.linkedin.com/school/rmit-university/"
  ]
}