Hong Kong Baptist University · JSON-LD Context

Hong Kong Baptist University Context

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

15 Classes 7 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
hkbu: https://scholars.hkbu.edu.hk/ws/api/vocab#

Classes

id type name url ResearchOutput Person Organization Project Activity uuid pureId title publicationStatuses language lifecycle

Properties

Property Type Container
institution reference
portalUrl reference
createdDate schema:DateTime
modifiedDate schema:DateTime
contributors set
managingOrganization reference
staffOrganizationAssociations set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "hkbu": "https://scholars.hkbu.edu.hk/ws/api/vocab#",
    "@vocab": "https://scholars.hkbu.edu.hk/ws/api/vocab#",
    "id": "@id",
    "type": "@type",

    "institution": {
      "@id": "schema:CollegeOrUniversity",
      "@type": "@id"
    },
    "name": "schema:name",
    "url": "schema:url",

    "ResearchOutput": "schema:CreativeWork",
    "Person": "schema:Person",
    "Organization": "schema:Organization",
    "Project": "schema:Project",
    "Activity": "schema:Event",

    "uuid": "schema:identifier",
    "pureId": "hkbu:pureId",
    "portalUrl": { "@id": "schema:url", "@type": "@id" },
    "title": "schema:headline",
    "createdDate": { "@id": "schema:dateCreated", "@type": "schema:DateTime" },
    "modifiedDate": { "@id": "schema:dateModified", "@type": "schema:DateTime" },
    "contributors": { "@id": "schema:author", "@container": "@set" },
    "managingOrganization": { "@id": "schema:publisher", "@type": "@id" },
    "publicationStatuses": "hkbu:publicationStatuses",
    "language": "schema:inLanguage",
    "lifecycle": "hkbu:lifecycle",
    "staffOrganizationAssociations": { "@id": "schema:affiliation", "@container": "@set" }
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "Hong Kong Baptist University",
  "url": "https://www.hkbu.edu.hk/"
}