University of Gothenburg · JSON-LD Context

University Of Gothenburg Context

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

23 Classes 3 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
gu: https://www.gu.se/en#

Classes

name alternateName description url logo foundingDate address sameAs University Organization Repository repositoryName adminEmail earliestDatestamp metadataFormat Dataset DataCatalog distribution DataDownload encodingFormat variable category source

Properties

Property Type Container
repository reference
oaiBaseUrl reference
contentUrl reference

JSON-LD Document

university-of-gothenburg-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "gu": "https://www.gu.se/en#",
    "@vocab": "https://www.gu.se/en#",
    "name": "schema:name",
    "alternateName": "schema:alternateName",
    "description": "schema:description",
    "url": "schema:url",
    "logo": "schema:logo",
    "foundingDate": "schema:foundingDate",
    "address": "schema:address",
    "sameAs": "schema:sameAs",
    "University": "schema:CollegeOrUniversity",
    "Organization": "schema:CollegeOrUniversity",

    "repository": {
      "@id": "gu:repository",
      "@type": "@id"
    },
    "Repository": "schema:DataCatalog",
    "oaiBaseUrl": {
      "@id": "gu:oaiBaseUrl",
      "@type": "@id"
    },
    "repositoryName": "schema:name",
    "adminEmail": "schema:email",
    "earliestDatestamp": "schema:dateCreated",
    "metadataFormat": "gu:metadataFormat",

    "Dataset": "schema:Dataset",
    "DataCatalog": "schema:DataCatalog",
    "distribution": "schema:distribution",
    "DataDownload": "schema:DataDownload",
    "encodingFormat": "schema:encodingFormat",
    "contentUrl": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "variable": "schema:variableMeasured",
    "category": "schema:category",
    "source": "schema:isBasedOn"
  },
  "@type": "University",
  "name": "University of Gothenburg",
  "alternateName": "Göteborgs universitet",
  "url": "https://www.gu.se/en",
  "foundingDate": "1891",
  "sameAs": [
    "https://www.linkedin.com/school/university-of-gothenburg/",
    "https://github.com/bcfgothenburg",
    "https://en.wikipedia.org/wiki/University_of_Gothenburg"
  ],
  "repository": {
    "@type": "Repository",
    "repositoryName": "GUPEA",
    "name": "Gothenburg University Publications Electronic Archive",
    "url": "https://gupea.ub.gu.se/",
    "oaiBaseUrl": "https://gupea.ub.gu.se/server/oai/request",
    "adminEmail": "[email protected]",
    "earliestDatestamp": "1906-05-30T00:00:00Z",
    "metadataFormat": "oai_dc"
  },
  "DataCatalog": {
    "@type": "DataCatalog",
    "name": "Quality of Government (QoG) Open Data",
    "url": "https://www.gu.se/en/quality-government/qog-data/data-downloads"
  }
}