Hamad Bin Khalifa University · JSON-LD Context

Hbku Context

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

8 Classes 8 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 description foundingDate location ResearchInstitute SoftwareApplication WebAPI operator

Properties

Property Type Container
url reference
parentOrganization reference
subOrganization reference
department reference
owns reference
documentation reference
termsOfService reference
provider reference

JSON-LD Document

Raw ↑
{
  "x-provenance": {
    "generated": "2026-08-30",
    "method": "derived",
    "source": [
      "https://www.hbku.edu.qa/en/home",
      "https://fanar.qa/en",
      "openapi/_original/hbku-fanar-api-openapi.json"
    ],
    "note": "Rewritten 2026-08-30. The previous context mapped Figshare repository object terms (Article, Author, Collection, PublicFile) into HBKU's namespace, describing a vendor's data model under the university's name."
  },
  "@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#",

    "name": "schema:name",
    "url": { "@id": "schema:url", "@type": "@id" },
    "description": "schema:description",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "parentOrganization": { "@id": "schema:parentOrganization", "@type": "@id" },
    "subOrganization": { "@id": "schema:subOrganization", "@type": "@id" },
    "department": { "@id": "schema:department", "@type": "@id" },
    "owns": { "@id": "schema:owns", "@type": "@id" },

    "ResearchInstitute": "schema:ResearchOrganization",
    "SoftwareApplication": "schema:SoftwareApplication",
    "WebAPI": "schema:WebAPI",
    "documentation": { "@id": "schema:documentation", "@type": "@id" },
    "termsOfService": { "@id": "schema:termsOfService", "@type": "@id" },
    "provider": { "@id": "schema:provider", "@type": "@id" },
    "operator": "hbku:operator"
  },
  "@type": "schema:CollegeOrUniversity",
  "@id": "https://www.hbku.edu.qa/en/home",
  "name": "Hamad Bin Khalifa University",
  "url": "https://www.hbku.edu.qa/en/home",
  "foundingDate": "2010",
  "location": "Education City, Doha, Qatar",
  "parentOrganization": "https://www.qf.org.qa/",
  "description": "Research-intensive graduate university in Education City, Doha, Qatar. Its programmable footprint is operated through the Qatar Computing Research Institute rather than through central IT.",
  "subOrganization": {
    "@type": "schema:ResearchOrganization",
    "@id": "https://www.hbku.edu.qa/en/qcri",
    "name": "Qatar Computing Research Institute",
    "url": "https://www.hbku.edu.qa/en/qcri",
    "owns": [
      {
        "@type": "schema:WebAPI",
        "@id": "https://api.fanar.qa",
        "name": "Fanar API",
        "description": "Arabic generative-AI platform API — chat, speech, vision, translation, moderation.",
        "documentation": "https://api.fanar.qa/docs",
        "termsOfService": "https://fanar.qa/en/terms-of-services",
        "operator": "institution"
      },
      {
        "@type": "schema:WebAPI",
        "@id": "https://farasa.qcri.org/webapi",
        "name": "Farasa Web API",
        "description": "Arabic natural-language processing modules — segmentation, lemmatization, POS, NER, diacritization, spell-checking.",
        "documentation": "https://farasa.qcri.org/",
        "operator": "institution"
      }
    ]
  }
}