Hanyang University · JSON-LD Context

Hanyang Context

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

10 Classes 7 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 identifier

Properties

Property Type Container
developerPortal reference
api reference
humanURL reference
baseURL reference
operator
oaiPmhBaseURL reference
researchRepository reference

JSON-LD Document

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",
    "identifier": "schema:identifier",
    "operator": {
      "@id": "hy:operator"
    },
    "oaiPmhBaseURL": {
      "@id": "hy:oaiPmhBaseURL",
      "@type": "@id"
    },
    "researchRepository": {
      "@id": "hy:researchRepository",
      "@type": "@id"
    }
  },
  "@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://ror.org/046865y68",
    "https://www.wikidata.org/wiki/Q40006",
    "https://blog.naver.com/hanyang-univ",
    "https://www.instagram.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 2.0",
      "operator": "institution"
    },
    {
      "@type": "hy:api",
      "apiName": "Repository at Hanyang University OAI-PMH",
      "humanURL": "https://repository.hanyang.ac.kr/",
      "baseURL": "https://repository.hanyang.ac.kr/oai/request",
      "authentication": "none",
      "operator": "institution"
    },
    {
      "@type": "hy:api",
      "apiName": "Hanyang University Open API SDKs",
      "humanURL": "https://api.hanyang.ac.kr/develop/sdk_asp.page",
      "operator": "institution"
    }
  ],
  "generated": "2026-09-01",
  "method": "derived",
  "source": "https://raw.githubusercontent.com/api-evangelist/hanyang/refs/heads/main/apis.yml",
  "identifier": "https://ror.org/046865y68",
  "researchRepository": "https://repository.hanyang.ac.kr/",
  "oaiPmhBaseURL": "https://repository.hanyang.ac.kr/oai/request"
}