Hebrew University of Jerusalem · JSON-LD Context

Hebrew University Of Jerusalem Context

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

8 Classes 6 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
huji: https://en.huji.ac.il/ns#

Classes

name description url logo sameAs foundingDate location department

Properties

Property Type Container
library schema:Library
discoveryService schema:WebAPI
catalogItem schema:CreativeWork
scholarProfile schema:ProfilePage
publication schema:ScholarlyArticle
course schema:Course

JSON-LD Document

hebrew-university-of-jerusalem-context.jsonld Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "huji": "https://en.huji.ac.il/ns#",
    "@vocab": "https://schema.org/",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "logo": "schema:logo",
    "sameAs": "schema:sameAs",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "department": "schema:department",
    "library": {
      "@id": "huji:library",
      "@type": "schema:Library"
    },
    "discoveryService": {
      "@id": "huji:discoveryService",
      "@type": "schema:WebAPI"
    },
    "catalogItem": {
      "@id": "huji:catalogItem",
      "@type": "schema:CreativeWork"
    },
    "scholarProfile": {
      "@id": "huji:scholarProfile",
      "@type": "schema:ProfilePage"
    },
    "publication": {
      "@id": "huji:publication",
      "@type": "schema:ScholarlyArticle"
    },
    "course": {
      "@id": "huji:course",
      "@type": "schema:Course"
    }
  },
  "@type": "CollegeOrUniversity",
  "@id": "https://en.huji.ac.il/",
  "name": "Hebrew University of Jerusalem",
  "url": "https://en.huji.ac.il/",
  "description": "Israel's leading research university (HUJI), operating campuses in Jerusalem, Rehovot, and Eilat across the humanities, sciences, medicine, and law.",
  "sameAs": [
    "https://www.linkedin.com/school/hebrew-university-of-jerusalem/",
    "https://github.com/huji-nlp"
  ],
  "department": [
    {
      "@type": "Library",
      "name": "HUJI Library Authority (Discovery / Ex Libris Primo/Alma)",
      "url": "https://en.libraries.huji.ac.il/"
    },
    {
      "@type": "WebSite",
      "name": "OpenScholar @ HUJI",
      "url": "https://scholars.huji.ac.il/"
    }
  ]
}