Harbin Institute of Technology · JSON-LD Context

Harbin Institute Of Technology Context

JSON-LD context defining the semantic vocabulary for Harbin Institute Of Technology from Harbin Institute of Technology.

11 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
pure: https://scholar.hit.edu.cn/ns#

Classes

University name url ResearchOutput Person title contributors organizations language uuid keywordGroups

Properties

Property Type Container
submissionYear
portalUrl reference
orcid
publisher schema:CollegeOrUniversity

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://scholar.hit.edu.cn/ns#",
    "schema": "https://schema.org/",
    "pure": "https://scholar.hit.edu.cn/ns#",
    "University": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "url": "schema:url",
    "ResearchOutput": "schema:ScholarlyArticle",
    "Person": "schema:Person",
    "title": "schema:headline",
    "submissionYear": {
      "@id": "schema:datePublished"
    },
    "portalUrl": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "orcid": {
      "@id": "https://schema.org/identifier"
    },
    "contributors": "schema:author",
    "organizations": "schema:affiliation",
    "language": "schema:inLanguage",
    "uuid": "schema:identifier",
    "keywordGroups": "schema:keywords",
    "publisher": {
      "@id": "schema:publisher",
      "@type": "schema:CollegeOrUniversity",
      "name": "Harbin Institute of Technology",
      "url": "https://en.hit.edu.cn/"
    }
  }
}