Nus Context

JSON-LD context defining the semantic vocabulary for Nus from National University of Singapore.

3 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
nus: https://raw.githubusercontent.com/api-evangelist/nus/refs/heads/main/json-ld/nus-context.jsonld#

Classes

operator entityID federation

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "schema": "https://schema.org/",
    "nus": "https://raw.githubusercontent.com/api-evangelist/nus/refs/heads/main/json-ld/nus-context.jsonld#",
    "operator": "nus:operator",
    "entityID": "nus:entityID",
    "federation": "nus:federation"
  },
  "@id": "https://ror.org/01tgyzw49",
  "@type": "CollegeOrUniversity",
  "name": "National University of Singapore",
  "alternateName": "NUS",
  "url": "https://nus.edu.sg/",
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "ROR",
      "value": "https://ror.org/01tgyzw49"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "SAML entityID",
      "value": "https://vafs.nus.edu.sg/adfs/services/trust"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "Handle prefix",
      "value": "10635"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "UEN",
      "value": "200604346E"
    }
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "SG",
    "addressLocality": "Singapore"
  },
  "sameAs": [
    "https://www.linkedin.com/school/national-university-of-singapore/",
    "https://en.wikipedia.org/wiki/National_University_of_Singapore"
  ],
  "subOrganization": [
    {
      "@type": "Organization",
      "name": "NUS Libraries",
      "url": "https://libguides.nus.edu.sg/"
    },
    {
      "@type": "Organization",
      "name": "NUS Information Technology",
      "url": "https://nusit.nus.edu.sg/"
    }
  ],
  "x-generated": "2026-08-19",
  "x-method": "derived",
  "x-source": "Identifiers verified from the NUS EV TLS certificate (serialNumber/UEN 200604346E), the live SAML federation metadata (entityID), and the ScholarBank@NUS REST API (Handle prefix 10635). ROR identifier is the public ROR registry value for NUS.",
  "x-operator": "institution",
  "x-note": "A descriptive organization record only. NUS publishes no JSON-LD API description of its own; nothing here is presented as an NUS artifact."
}