Maastricht University · JSON-LD Context

Maastricht Context

JSON-LD context defining the semantic vocabulary for Maastricht from Maastricht University.

17 Classes 7 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dvn: https://dataverse.nl/vocab/

Classes

name url description affiliation Dataverse DataFile alias dataverseType global_id_doi publisher authors contacts subjects citation versionState fileCount storageIdentifier

Properties

Property Type Container
institution reference
Dataset reference
global_id reference
published_at schema:DateTime
createdAt schema:DateTime
updatedAt schema:DateTime
creationDate schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dvn": "https://dataverse.nl/vocab/",
    "@vocab": "https://maastrichtuniversity.nl/vocab/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "affiliation": "schema:affiliation",
    "institution": {
      "@id": "schema:CollegeOrUniversity",
      "@type": "@id"
    },
    "Dataverse": "dvn:Dataverse",
    "Dataset": {
      "@id": "schema:Dataset",
      "@type": "@id"
    },
    "DataFile": "schema:DataDownload",
    "alias": "dvn:alias",
    "dataverseType": "dvn:dataverseType",
    "global_id": {
      "@id": "schema:identifier",
      "@type": "@id"
    },
    "global_id_doi": "schema:sameAs",
    "publisher": "schema:publisher",
    "published_at": {
      "@id": "schema:datePublished",
      "@type": "schema:DateTime"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "creationDate": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "authors": "schema:author",
    "contacts": "schema:contactPoint",
    "subjects": "schema:about",
    "citation": "schema:citation",
    "versionState": "dvn:versionState",
    "fileCount": "dvn:fileCount",
    "storageIdentifier": "dvn:storageIdentifier"
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "Maastricht University",
  "url": "https://www.maastrichtuniversity.nl/",
  "schema:sameAs": "https://ror.org/02jz4aj89",
  "dvn:dataverse": {
    "@type": "Dataverse",
    "alias": "maastricht",
    "name": "Maastricht University",
    "url": "https://dataverse.nl/dataverse/maastricht"
  }
}