University of Amsterdam · JSON-LD Context

University Of Amsterdam Context

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

15 Classes 14 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
edm: http://www.europeana.eu/schemas/edm/
dcmitype: http://purl.org/dc/dcmitype/
rdfs: http://www.w3.org/2000/01/rdf-schema#
uva: https://lod.uba.uva.nl/vocab#

Classes

University Library Dataset Organization Person name displayName description accessLevel accountName uid id tags prefixes prefixLabel

Properties

Property Type Container
url reference
humanURL reference
baseURL reference
avatarUrl reference
license reference
createdAt schema:DateTime
updatedAt schema:DateTime
owner reference
statements schema:Integer
graphCount schema:Integer
serviceCount schema:Integer
assetCount schema:Integer
iri reference
exampleResources reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "edm": "http://www.europeana.eu/schemas/edm/",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "uva": "https://lod.uba.uva.nl/vocab#",
    "@vocab": "https://lod.uba.uva.nl/vocab#",

    "University": "schema:CollegeOrUniversity",
    "Library": "schema:Library",
    "Dataset": "schema:Dataset",
    "Organization": "schema:Organization",
    "Person": "schema:Person",

    "name": "schema:name",
    "displayName": "schema:name",
    "description": "schema:description",
    "url": { "@id": "schema:url", "@type": "@id" },
    "humanURL": { "@id": "schema:url", "@type": "@id" },
    "baseURL": { "@id": "schema:contentUrl", "@type": "@id" },
    "avatarUrl": { "@id": "schema:image", "@type": "@id" },
    "license": { "@id": "schema:license", "@type": "@id" },
    "accessLevel": "schema:conditionsOfAccess",
    "createdAt": { "@id": "schema:dateCreated", "@type": "schema:DateTime" },
    "updatedAt": { "@id": "schema:dateModified", "@type": "schema:DateTime" },
    "owner": { "@id": "schema:publisher", "@type": "@id" },
    "accountName": "schema:identifier",
    "uid": "schema:identifier",
    "id": "schema:identifier",
    "tags": "schema:keywords",

    "statements": { "@id": "uva:statementCount", "@type": "schema:Integer" },
    "graphCount": { "@id": "uva:graphCount", "@type": "schema:Integer" },
    "serviceCount": { "@id": "uva:serviceCount", "@type": "schema:Integer" },
    "assetCount": { "@id": "uva:assetCount", "@type": "schema:Integer" },
    "prefixes": "uva:prefix",
    "prefixLabel": "rdfs:label",
    "iri": { "@id": "uva:iri", "@type": "@id" },

    "exampleResources": { "@id": "schema:exampleOfWork", "@type": "@id" }
  },
  "@type": "University",
  "name": "University of Amsterdam",
  "url": "https://www.uva.nl/en",
  "description": "Public research university in Amsterdam, Netherlands, whose University Library publishes a Linked Open Data program on TriplyDB plus OAI-PMH metadata-harvesting channels.",
  "schema:department": {
    "@type": "Library",
    "name": "Library of the University of Amsterdam (UB-UVA)",
    "url": "https://uba.uva.nl/en/support/open-data/open-data.html",
    "schema:provider": {
      "@type": "Organization",
      "accountName": "UB-UVA",
      "url": "https://lod.uba.uva.nl/",
      "baseURL": "https://api.lod.uba.uva.nl/datasets/UB-UVA/"
    }
  }
}