University of Hong Kong · JSON-LD Context

Hku Context

JSON-LD context defining the semantic vocabulary for Hku from University of Hong Kong.

16 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
hku: https://developer.hku.hk/vocab#
figshare: https://api.figshare.com/v2/vocab#

Classes

name url description Institution Article Author Project Collection File id title full_name first_name last_name license size

Properties

Property Type Container
doi reference
handle
published_date schema:DateTime
created_date schema:DateTime
modified_date schema:DateTime
authors set
orcid_id reference
categories set
tags set
files set
download_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "hku": "https://developer.hku.hk/vocab#",
    "figshare": "https://api.figshare.com/v2/vocab#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",

    "Institution": "schema:CollegeOrUniversity",
    "Article": "schema:Dataset",
    "Author": "schema:Person",
    "Project": "schema:Project",
    "Collection": "schema:Collection",
    "File": "schema:MediaObject",

    "id": "schema:identifier",
    "title": "schema:name",
    "doi": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },
    "handle": {
      "@id": "schema:identifier"
    },
    "published_date": {
      "@id": "schema:datePublished",
      "@type": "schema:DateTime"
    },
    "created_date": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "modified_date": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "authors": {
      "@id": "schema:author",
      "@container": "@set"
    },
    "full_name": "schema:name",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "orcid_id": {
      "@id": "schema:identifier",
      "@type": "@id"
    },
    "license": "schema:license",
    "categories": {
      "@id": "schema:about",
      "@container": "@set"
    },
    "tags": {
      "@id": "schema:keywords",
      "@container": "@set"
    },
    "files": {
      "@id": "schema:distribution",
      "@container": "@set"
    },
    "download_url": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "size": "schema:contentSize"
  },
  "@type": "Institution",
  "name": "University of Hong Kong",
  "url": "https://www.hku.hk/",
  "description": "HKU DataHub research-data repository, powered by the Figshare API v2; this @context maps the institution and its cataloged repository objects to schema.org.",
  "hku:dataRepository": "https://datahub.hku.hk/",
  "hku:developerPortal": "https://developer.hku.hk/"
}