University of Bern · JSON-LD Context

University Of Bern Context

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

13 Classes 5 Properties 2 Namespaces
View Context View on GitHub

Namespaces

unibe: https://www.unibe.ch/ns#
dspace: https://boris-portal.unibe.ch/ns#

Classes

name url description foundingDate location sameAs department publishingPrinciples community collection item bitstream handle

Properties

Property Type Container
api set
baseURL reference
humanURL reference
repository reference
oaiEndpoint reference

JSON-LD Document

university-of-bern-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "unibe": "https://www.unibe.ch/ns#",
    "dspace": "https://boris-portal.unibe.ch/ns#",
    "name": "name",
    "url": "url",
    "description": "description",
    "foundingDate": "foundingDate",
    "location": "location",
    "sameAs": "sameAs",
    "department": "department",
    "publishingPrinciples": "publishingPrinciples",
    "api": {
      "@id": "unibe:api",
      "@container": "@set"
    },
    "baseURL": {
      "@id": "unibe:baseURL",
      "@type": "@id"
    },
    "humanURL": {
      "@id": "unibe:humanURL",
      "@type": "@id"
    },
    "repository": {
      "@id": "dspace:repository",
      "@type": "@id"
    },
    "community": "dspace:community",
    "collection": "dspace:collection",
    "item": "dspace:item",
    "bitstream": "dspace:bitstream",
    "handle": "dspace:handle",
    "oaiEndpoint": {
      "@id": "dspace:oaiEndpoint",
      "@type": "@id"
    }
  },
  "@type": "CollegeOrUniversity",
  "@id": "https://www.unibe.ch/",
  "name": "University of Bern",
  "alternateName": "Universität Bern",
  "url": "https://www.unibe.ch/index_eng.html",
  "foundingDate": "1834",
  "description": "Comprehensive public research university in Bern, Switzerland, with around 16,000 students across eight faculties. Its public, machine-readable footprint centers on BORIS Portal, the institutional repository running DSpace 7.6.1 with a REST API and an OAI-PMH endpoint.",
  "location": {
    "@type": "Place",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Bern",
      "addressCountry": "CH"
    }
  },
  "sameAs": [
    "https://www.linkedin.com/school/university-of-bern/",
    "https://github.com/id-unibe-ch",
    "https://github.com/ub-unibe-ch"
  ],
  "department": {
    "@type": "Organization",
    "name": "University Library of Bern (Universitätsbibliothek Bern)",
    "url": "https://www.ub.unibe.ch/index_eng.html"
  },
  "api": [
    {
      "@type": "WebAPI",
      "name": "BORIS Portal DSpace REST API",
      "description": "DSpace 7.6.1 HAL/JSON REST API exposing communities, collections, items, bitstreams, and research-entity metadata.",
      "humanURL": "https://boris-portal.unibe.ch/",
      "baseURL": "https://boris-portal.unibe.ch/server/api",
      "documentation": "https://www.ub.unibe.ch/services/open_science/boris_portal/index_eng.html"
    },
    {
      "@type": "WebAPI",
      "name": "BORIS Portal OAI-PMH Endpoint",
      "description": "OAI-PMH 2.0 metadata harvesting endpoint for the University of Bern's research outputs.",
      "humanURL": "https://www.ub.unibe.ch/services/open_science/boris_portal/index_eng.html",
      "oaiEndpoint": "https://boris-portal.unibe.ch/server/oai/request"
    },
    {
      "@type": "WebAPI",
      "name": "University Library Data-Mining APIs Guide",
      "description": "Curated library guidance on third-party text and data mining APIs (OpenAlex, CrossRef, OAI-PMH, IIIF, SRU and others).",
      "humanURL": "https://www.ub.unibe.ch/services/digital_scholarship/apis/index_eng.html",
      "documentation": "https://www.ub.unibe.ch/services/digital_scholarship/apis/index_eng.html"
    }
  ]
}