Hamad Bin Khalifa University · JSON-LD Context

Hbku Context

JSON-LD context defining the semantic vocabulary for Hbku from Hamad Bin Khalifa University.

22 Classes 12 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dct: http://purl.org/dc/terms/
hbku: https://www.hbku.edu.qa/ns#

Classes

name url description foundingDate location Article Collection Category PublicFile id title handle defined_type_name keywords tags categories citation full_name first_name last_name size mimetype

Properties

Property Type Container
institution reference
parentOrganization reference
Author reference
doi schema:PropertyValue
published_date schema:Date
created_date schema:Date
license reference
references reference
authors list
orcid_id reference
files list
download_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "hbku": "https://www.hbku.edu.qa/ns#",
    "@vocab": "https://www.hbku.edu.qa/ns#",

    "institution": {
      "@id": "schema:CollegeOrUniversity",
      "@type": "@id"
    },
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "parentOrganization": { "@id": "schema:parentOrganization", "@type": "@id" },

    "Article": "hbku:Article",
    "Author": { "@id": "hbku:Author", "@type": "@id" },
    "Collection": "hbku:Collection",
    "Category": "hbku:Category",
    "PublicFile": "hbku:PublicFile",

    "id": "schema:identifier",
    "title": "schema:name",
    "doi": { "@id": "schema:identifier", "@type": "schema:PropertyValue" },
    "handle": "schema:identifier",
    "published_date": { "@id": "schema:datePublished", "@type": "schema:Date" },
    "created_date": { "@id": "schema:dateCreated", "@type": "schema:Date" },
    "defined_type_name": "schema:additionalType",
    "license": { "@id": "schema:license", "@type": "@id" },
    "keywords": "schema:keywords",
    "tags": "schema:keywords",
    "categories": "schema:about",
    "citation": "schema:citation",
    "references": { "@id": "schema:citation", "@type": "@id" },

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

    "files": { "@id": "schema:associatedMedia", "@container": "@list" },
    "download_url": { "@id": "schema:contentUrl", "@type": "@id" },
    "size": "schema:contentSize",
    "mimetype": "schema:encodingFormat"
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "Hamad Bin Khalifa University",
  "url": "https://www.hbku.edu.qa/en/home",
  "foundingDate": "2010",
  "parentOrganization": "https://www.qf.org.qa/",
  "description": "Research-intensive graduate university in Education City, Doha, Qatar. Public research output is hosted in Manara - Qatar Research Repository and exposed via the Figshare API v2."
}