Hanyang University · JSON-LD Context

Hanyang Context

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

9 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

hy: https://api.hanyang.ac.kr/ns#
schema: https://schema.org/

Classes

name url description sameAs CollegeOrUniversity address foundingDate apiName authentication

Properties

Property Type Container
developerPortal reference
api reference
humanURL reference
baseURL reference

JSON-LD Document

hanyang-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "hy": "https://api.hanyang.ac.kr/ns#",
    "schema": "https://schema.org/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "sameAs": "schema:sameAs",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "address": "schema:address",
    "foundingDate": "schema:foundingDate",
    "developerPortal": {
      "@id": "hy:developerPortal",
      "@type": "@id"
    },
    "api": {
      "@id": "hy:api",
      "@type": "@id"
    },
    "apiName": "schema:name",
    "humanURL": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "baseURL": {
      "@id": "hy:baseURL",
      "@type": "@id"
    },
    "authentication": "hy:authentication"
  },
  "@type": "CollegeOrUniversity",
  "name": "Hanyang University",
  "url": "https://www.hanyang.ac.kr/web/eng",
  "description": "Private research university in Seoul and Ansan, South Korea, operating an official Open API Developer Center.",
  "sameAs": [
    "https://www.linkedin.com/company/hanyang-university",
    "https://blog.naver.com/hanyang-univ"
  ],
  "developerPortal": "https://api.hanyang.ac.kr/develop/start.page",
  "api": [
    {
      "@type": "hy:api",
      "apiName": "Hanyang University Open API Developer Center",
      "humanURL": "https://api.hanyang.ac.kr/develop/start.page",
      "baseURL": "https://api.hanyang.ac.kr/rs/",
      "authentication": "OAuth"
    },
    {
      "@type": "hy:api",
      "apiName": "Hanyang University Open API SDKs",
      "humanURL": "https://api.hanyang.ac.kr/develop/sdk_asp.page"
    }
  ]
}