Humboldt-Universität zu Berlin · JSON-LD Context

Humboldt Universitat Zu Berlin Context

JSON-LD context defining the semantic vocabulary for Humboldt Universitat Zu Berlin from Humboldt-Universität zu Berlin.

15 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dc: http://purl.org/dc/elements/1.1/
dcterms: http://purl.org/dc/terms/
hu: https://edoc.hu-berlin.de/vocab#

Classes

organization name url description Community Collection uuid title metadataTitle metadataDescription inArchive discoverable withdrawn archivedItemsCount entityType

Properties

Property Type Container
Item schema:CreativeWork
Bitstream schema:MediaObject
handle
identifierUri reference
lastModified schema:DateTime
collections reference
subcommunities reference
parentCommunity reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcterms": "http://purl.org/dc/terms/",
    "hu": "https://edoc.hu-berlin.de/vocab#",
    "@vocab": "https://edoc.hu-berlin.de/vocab#",

    "organization": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",

    "Community": "hu:Community",
    "Collection": "hu:Collection",
    "Item": {
      "@id": "hu:Item",
      "@type": "schema:CreativeWork"
    },
    "Bitstream": {
      "@id": "hu:Bitstream",
      "@type": "schema:MediaObject"
    },

    "uuid": "hu:uuid",
    "handle": {
      "@id": "dcterms:identifier"
    },
    "title": "dc:title",
    "metadataTitle": "dc:title",
    "metadataDescription": "dc:description",
    "identifierUri": {
      "@id": "dc:identifier",
      "@type": "@id"
    },
    "lastModified": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "inArchive": "hu:inArchive",
    "discoverable": "hu:discoverable",
    "withdrawn": "hu:withdrawn",
    "archivedItemsCount": "hu:archivedItemsCount",
    "entityType": "hu:entityType",

    "collections": {
      "@id": "hu:hasCollection",
      "@type": "@id"
    },
    "subcommunities": {
      "@id": "hu:hasSubcommunity",
      "@type": "@id"
    },
    "parentCommunity": {
      "@id": "hu:isPartOf",
      "@type": "@id"
    }
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "Humboldt-Universität zu Berlin",
  "url": "https://www.hu-berlin.de/en",
  "description": "Public research university in Berlin, Germany. Its edoc-Server Open Access repository exposes a DSpace 8 REST API and an OAI-PMH metadata interface."
}