University of Tübingen · JSON-LD Context

University Of Tubingen Context

JSON-LD context defining the semantic vocabulary for University Of Tubingen from University of Tübingen.

20 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
datacite: http://datacite.org/schema/kernel-4#
dct: http://purl.org/dc/terms/
uniTuebingen: https://fdat.uni-tuebingen.de/vocab#

Classes

Institution name alternateName url foundingDate location department Api Dataset id metadata title description publisher resource_type pids doi versions access links

Properties

Property Type Container
apiName
apiDescription
documentation reference
endpointURL reference
publication_date schema:Date
created schema:DateTime
updated schema:DateTime
creators set
rights
files set
self reference

JSON-LD Document

university-of-tubingen-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "datacite": "http://datacite.org/schema/kernel-4#",
    "dct": "http://purl.org/dc/terms/",
    "uniTuebingen": "https://fdat.uni-tuebingen.de/vocab#",
    "@vocab": "https://fdat.uni-tuebingen.de/vocab#",

    "Institution": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "alternateName": "schema:alternateName",
    "url": "schema:url",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "department": "schema:department",

    "Api": "schema:WebAPI",
    "apiName": {
      "@id": "schema:name"
    },
    "apiDescription": {
      "@id": "schema:description"
    },
    "documentation": {
      "@id": "schema:documentation",
      "@type": "@id"
    },
    "endpointURL": {
      "@id": "schema:url",
      "@type": "@id"
    },

    "Dataset": "schema:Dataset",
    "id": "schema:identifier",
    "metadata": "uniTuebingen:metadata",
    "title": "schema:name",
    "description": "schema:description",
    "publisher": "schema:publisher",
    "publication_date": {
      "@id": "schema:datePublished",
      "@type": "schema:Date"
    },
    "created": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "updated": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "creators": {
      "@id": "schema:creator",
      "@container": "@set"
    },
    "rights": {
      "@id": "schema:license"
    },
    "resource_type": "datacite:resourceType",
    "pids": "uniTuebingen:persistentIdentifiers",
    "doi": "datacite:identifier",
    "versions": "uniTuebingen:versions",
    "files": {
      "@id": "schema:distribution",
      "@container": "@set"
    },
    "access": "uniTuebingen:accessConditions",

    "links": "schema:url",
    "self": {
      "@id": "schema:url",
      "@type": "@id"
    }
  },
  "@type": "Institution",
  "name": "University of Tübingen",
  "alternateName": "Eberhard Karls Universität Tübingen",
  "url": "https://uni-tuebingen.de/en/",
  "foundingDate": "1477"
}