Sungkyunkwan University · JSON-LD Context

Skku Context

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

7 Classes 3 Properties 1 Namespaces
View Context View on GitHub

Namespaces

skku: https://www.skku.edu/ns#

Classes

name url description foundingDate address AddressLocality AddressCountry

Properties

Property Type Container
api set
humanURL reference
baseURL reference

JSON-LD Document

skku-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "skku": "https://www.skku.edu/ns#",
    "name": "name",
    "url": "url",
    "description": "description",
    "foundingDate": "foundingDate",
    "address": "address",
    "AddressLocality": "addressLocality",
    "AddressCountry": "addressCountry",
    "api": {
      "@id": "skku:api",
      "@container": "@set"
    },
    "humanURL": {
      "@id": "url",
      "@type": "@id"
    },
    "baseURL": {
      "@id": "skku:baseURL",
      "@type": "@id"
    }
  },
  "@type": "CollegeOrUniversity",
  "name": "Sungkyunkwan University",
  "url": "https://www.skku.edu/eng/",
  "description": "Sungkyunkwan University (SKKU) is a private research university in Seoul and Suwon, South Korea, with roots dating to 1398.",
  "foundingDate": "1398",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Seoul",
    "addressCountry": "KR"
  },
  "api": [
    {
      "@type": "skku:WebAPI",
      "name": "Kingo Portal (SSO / Identity)",
      "url": "https://www.skku.edu/eng/CampusLife/ITServices/KingoPortal1_1.do",
      "description": "SKKU single sign-on environment securing access to university online services. Access is gated to enrolled members; no publicly documented authentication API."
    }
  ]
}