Kyoto University · JSON-LD Context

Kyoto Context

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

9 Classes 6 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dcterms: http://purl.org/dc/terms/

Classes

University name url Repository Community Collection Item isBulletin type

Properties

Property Type Container
handle
uuid
title
metadata
archivedItemsCount
_links reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "@vocab": "https://repository.kulib.kyoto-u.ac.jp/ns#",
    "University": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "url": "schema:url",
    "Repository": "schema:DataCatalog",
    "Community": "schema:CollectionPage",
    "Collection": "schema:Collection",
    "Item": "schema:CreativeWork",
    "handle": { "@id": "dcterms:identifier" },
    "uuid": { "@id": "schema:identifier" },
    "title": { "@id": "dcterms:title" },
    "metadata": { "@id": "schema:additionalProperty" },
    "archivedItemsCount": { "@id": "schema:size" },
    "isBulletin": "schema:isPartOf",
    "type": "@type",
    "_links": { "@id": "schema:url", "@type": "@id" }
  },
  "@type": "University",
  "name": "Kyoto University",
  "url": "https://www.kyoto-u.ac.jp/en",
  "Repository": {
    "@type": "Repository",
    "name": "Kyoto University Research Information Repository (KURENAI)",
    "url": "https://repository.kulib.kyoto-u.ac.jp/"
  }
}