UCLouvain · JSON-LD Context

Uclouvain Context

JSON-LD context defining the semantic vocabulary for Uclouvain from UCLouvain.

14 Classes 10 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dvcore: https://dataverse.org/schema/core#
dcterms: http://purl.org/dc/terms/
ucl: https://dataverse.uclouvain.be/schema#

Classes

University name Dataset description publisher keywords subjects citation versionState majorVersion minorVersion storageIdentifier affiliation identifier_of_dataverse

Properties

Property Type Container
url reference
global_id
published_at schema:DateTime
createdAt schema:DateTime
updatedAt schema:DateTime
fileCount schema:Integer
authors set
contacts set
name_of_dataverse schema:Text
publications set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dvcore": "https://dataverse.org/schema/core#",
    "dcterms": "http://purl.org/dc/terms/",
    "ucl": "https://dataverse.uclouvain.be/schema#",
    "@vocab": "https://dataverse.uclouvain.be/schema#",

    "University": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "url": { "@id": "schema:url", "@type": "@id" },

    "Dataset": "schema:Dataset",
    "global_id": { "@id": "schema:identifier" },
    "description": "schema:description",
    "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" },
    "keywords": "schema:keywords",
    "subjects": "schema:about",
    "citation": "dcterms:bibliographicCitation",
    "fileCount": { "@id": "ucl:fileCount", "@type": "schema:Integer" },
    "versionState": "ucl:versionState",
    "majorVersion": "ucl:majorVersion",
    "minorVersion": "ucl:minorVersion",
    "storageIdentifier": "ucl:storageIdentifier",

    "authors": { "@id": "schema:author", "@container": "@set" },
    "contacts": { "@id": "schema:contactPoint", "@container": "@set" },
    "affiliation": "schema:affiliation",

    "name_of_dataverse": { "@id": "dvcore:dataverse", "@type": "schema:Text" },
    "identifier_of_dataverse": "ucl:dataverseAlias",
    "publications": { "@id": "dcterms:isReferencedBy", "@container": "@set" }
  },
  "@type": "University",
  "name": "UCLouvain (Universite catholique de Louvain)",
  "url": "https://uclouvain.be/en/index.html"
}