Shanghai Jiao Tong University · JSON-LD Context

Shanghai Jiao Tong University Context

JSON-LD context defining the semantic vocabulary for Shanghai Jiao Tong University from Shanghai Jiao Tong University.

9 Classes 5 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sjtu: https://developer.sjtu.edu.cn/vocab#

Classes

name url description foundingDate location sameAs apiName operator method

Properties

Property Type Container
developerPortal reference
api reference
humanURL reference
baseURL reference
identityFederation reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "sjtu": "https://developer.sjtu.edu.cn/vocab#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "sameAs": "schema:sameAs",
    "developerPortal": {
      "@id": "sjtu:developerPortal",
      "@type": "@id"
    },
    "api": {
      "@id": "sjtu:api",
      "@type": "@id"
    },
    "apiName": "schema:name",
    "humanURL": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "baseURL": {
      "@id": "sjtu:baseURL",
      "@type": "@id"
    },
    "identityFederation": {
      "@id": "sjtu:identityFederation",
      "@type": "@id"
    },
    "operator": "sjtu:operator",
    "method": "sjtu:method"
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "Shanghai Jiao Tong University",
  "url": "https://en.sjtu.edu.cn/",
  "description": "Shanghai Jiao Tong University (SJTU), founded 1896 in Shanghai, China, is a C9 League public research university. It operates a first-party developer platform: the jAccount identity provider (OAuth 2.0 / OpenID Connect / Shibboleth SAML 2.0), a REST Open API at api.sjtu.edu.cn with 59 documented operations across 13 families, and a gated Data Resources API at graphql.sjtu.edu.cn/v1. Every surface is institution-operated on sjtu.edu.cn; none is a vendor tenancy. Generated by API Evangelist from SJTU's own documentation, 2026-08-30.",
  "foundingDate": "1896",
  "location": "Shanghai, China",
  "developerPortal": "https://developer.sjtu.edu.cn/",
  "sameAs": [
    "https://github.com/sjtug",
    "https://www.linkedin.com/school/shanghai-jiao-tong-university/"
  ],
  "api": [
    {
      "@type": "schema:WebAPI",
      "apiName": "SJTU Open API",
      "humanURL": "https://developer.sjtu.edu.cn/api/overview.html",
      "baseURL": "https://api.sjtu.edu.cn",
      "operator": "institution"
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "SJTU Data Resources API",
      "humanURL": "https://developer.sjtu.edu.cn/graphql/overview.html",
      "baseURL": "https://graphql.sjtu.edu.cn/v1",
      "operator": "institution"
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "jAccount Authorization Server (OAuth 2.0 / OpenID Connect)",
      "humanURL": "https://developer.sjtu.edu.cn/auth/oidc.html",
      "baseURL": "https://jaccount.sjtu.edu.cn/oauth2",
      "operator": "institution"
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "SJTU Identity Provider (Shibboleth / SAML 2.0)",
      "humanURL": "https://jaccount.sjtu.edu.cn/idp/shibboleth",
      "baseURL": "https://jaccount.sjtu.edu.cn/idp",
      "operator": "institution"
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "Jiao Wo Ban (交我办) Process Platform",
      "humanURL": "https://developer.sjtu.edu.cn/form/guide/introduce.html",
      "baseURL": "https://my.sjtu.edu.cn/",
      "operator": "institution"
    }
  ],
  "method": "derived",
  "identityFederation": "https://jaccount.sjtu.edu.cn/idp/shibboleth"
}