University of Adelaide · JSON-LD Context

University Of Adelaide Context

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

7 Classes 2 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
uoa: https://www.adelaide.edu.au/vocab#
figshare: https://api.figshare.com/v2/vocab#

Classes

name url description Organization identifier doi handle

Properties

Property Type Container
Article
Collection

JSON-LD Document

Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "uoa": "https://www.adelaide.edu.au/vocab#",
    "figshare": "https://api.figshare.com/v2/vocab#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "Organization": "schema:CollegeOrUniversity",
    "identifier": "schema:identifier",
    "doi": "uoa:doi",
    "handle": "uoa:handle",
    "Article": {
      "@id": "schema:Dataset",
      "@context": {
        "id": "schema:identifier",
        "title": "schema:name",
        "doi": "uoa:doi",
        "handle": "uoa:handle",
        "url": "schema:url",
        "url_public_html": "schema:mainEntityOfPage",
        "thumb": "schema:thumbnailUrl",
        "defined_type_name": "schema:additionalType",
        "created_date": "schema:dateCreated",
        "timeline": "uoa:timeline"
      }
    },
    "Collection": {
      "@id": "schema:Collection",
      "@context": {
        "id": "schema:identifier",
        "title": "schema:name",
        "doi": "uoa:doi",
        "handle": "uoa:handle",
        "url": "schema:url"
      }
    }
  },
  "@type": "CollegeOrUniversity",
  "name": "University of Adelaide",
  "url": "https://www.adelaide.edu.au/",
  "description": "Public research university in Adelaide, South Australia, exposing scholarly research data via the Adelaide Figshare API and the Adelaide Research & Scholarship DSpace repository."
}