Ntnu Context

JSON-LD context defining the semantic vocabulary for Ntnu from Norwegian University of Science and Technology.

22 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ntnu: https://www.ntnu.edu/vocab#
dcterms: http://purl.org/dc/terms/

Classes

name url description identifier affiliation University Dataset DataFile alias dataverseType contactEmails protocol authority metadataLanguage citation authorString versionNumber contentType checksumType checksumValue restricted directoryLabel

Properties

Property Type Container
Dataverse reference
persistentURL reference
publicationDate schema:Date
filesize schema:Number

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ntnu": "https://www.ntnu.edu/vocab#",
    "dcterms": "http://purl.org/dc/terms/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "identifier": "schema:identifier",
    "affiliation": "schema:affiliation",

    "University": "schema:CollegeOrUniversity",
    "Dataset": "schema:Dataset",
    "Dataverse": {
      "@id": "ntnu:Dataverse",
      "@type": "@id"
    },
    "DataFile": "schema:DataDownload",

    "alias": "ntnu:alias",
    "dataverseType": "ntnu:dataverseType",
    "contactEmails": "schema:email",
    "persistentURL": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "protocol": "ntnu:pidProtocol",
    "authority": "ntnu:pidAuthority",
    "publicationDate": {
      "@id": "schema:datePublished",
      "@type": "schema:Date"
    },
    "metadataLanguage": "schema:inLanguage",
    "citation": "dcterms:bibliographicCitation",
    "authorString": "schema:author",
    "versionNumber": "schema:version",

    "contentType": "schema:encodingFormat",
    "filesize": {
      "@id": "schema:contentSize",
      "@type": "schema:Number"
    },
    "checksumType": "ntnu:checksumType",
    "checksumValue": "ntnu:checksumValue",
    "restricted": "ntnu:restricted",
    "directoryLabel": "ntnu:directoryLabel"
  },
  "@type": "University",
  "name": "Norwegian University of Science and Technology",
  "url": "https://www.ntnu.edu/",
  "description": "Norway's largest university; research data is published via the NTNU dataverse in the DataverseNO national repository."
}