American University of Beirut · JSON-LD Context

Aub Context

JSON-LD context defining the semantic vocabulary for Aub from American University of Beirut.

11 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

aub: https://www.aub.edu.lb/ns#
dspace: https://scholarworks.aub.edu.lb/ns#
schema: https://schema.org/

Classes

name url description foundingDate location department CollegeOrUniversity EducationalOrganization Library handle metadata

Properties

Property Type Container
repository reference
community reference
collection reference
item reference
bitstream reference

JSON-LD Document

aub-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "aub": "https://www.aub.edu.lb/ns#",
    "dspace": "https://scholarworks.aub.edu.lb/ns#",
    "schema": "https://schema.org/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "department": "schema:department",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "EducationalOrganization": "schema:EducationalOrganization",
    "Library": "schema:Library",
    "repository": {
      "@id": "dspace:repository",
      "@type": "@id"
    },
    "community": {
      "@id": "dspace:community",
      "@type": "@id"
    },
    "collection": {
      "@id": "dspace:collection",
      "@type": "@id"
    },
    "item": {
      "@id": "dspace:item",
      "@type": "@id"
    },
    "bitstream": {
      "@id": "dspace:bitstream",
      "@type": "@id"
    },
    "handle": "dspace:handle",
    "metadata": "dspace:metadata"
  },
  "@type": "CollegeOrUniversity",
  "@id": "https://www.aub.edu.lb/",
  "name": "American University of Beirut",
  "alternateName": "AUB",
  "url": "https://www.aub.edu.lb/",
  "foundingDate": "1866",
  "description": "A private research university in Beirut, Lebanon, founded in 1866. Its public machine-readable developer footprint is centered on the AUB ScholarWorks institutional repository (DSpace 9.1), which exposes a RESTful HAL API and an OAI-PMH 2.0 metadata harvesting endpoint.",
  "location": {
    "@type": "Place",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Beirut",
      "addressCountry": "LB"
    }
  },
  "department": {
    "@type": "Library",
    "name": "AUB University Libraries",
    "url": "https://www.aub.edu.lb/Libraries/",
    "repository": {
      "@id": "https://scholarworks.aub.edu.lb/",
      "@type": "EducationalOrganization",
      "name": "AUB ScholarWorks",
      "url": "https://scholarworks.aub.edu.lb/",
      "description": "AUB ScholarWorks institutional repository running on DSpace 9.1."
    }
  }
}