Stanford University · JSON-LD Context

Stanford Context

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

30 Classes 5 Properties 2 Namespaces
View Context View on GitHub

Namespaces

stanford: https://www.stanford.edu/ns#
schema: https://schema.org/

Classes

name url description logo sameAs address CollegeOrUniversity api apiName documentation baseURL library libraryId primaryLocation day weekday opensAt closesAt closed manifest purl metadata course profile person druid cocina sunetId workgroup operator

Properties

Property Type Container
hours set
courseCatalog set
iiifManifest reference
entityID reference
samlMetadata reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stanford": "https://www.stanford.edu/ns#",
    "schema": "https://schema.org/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "logo": "schema:logo",
    "sameAs": "schema:sameAs",
    "address": "schema:address",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "api": "stanford:api",
    "apiName": "schema:name",
    "documentation": "schema:url",
    "baseURL": "stanford:baseURL",
    "library": "stanford:library",
    "libraryId": "stanford:libraryId",
    "primaryLocation": "stanford:primaryLocation",
    "hours": {
      "@id": "schema:openingHoursSpecification",
      "@container": "@set"
    },
    "day": "stanford:day",
    "weekday": "schema:dayOfWeek",
    "opensAt": "schema:opens",
    "closesAt": "schema:closes",
    "closed": "stanford:closed",
    "manifest": "stanford:iiifManifest",
    "purl": "stanford:persistentUrl",
    "metadata": "stanford:metadata",
    "course": "stanford:course",
    "courseCatalog": {
      "@id": "schema:hasCourse",
      "@container": "@set"
    },
    "profile": "stanford:profile",
    "person": "schema:Person",
    "druid": "stanford:druid",
    "cocina": "stanford:cocinaVersion",
    "iiifManifest": {
      "@id": "stanford:iiifManifest",
      "@type": "@id"
    },
    "entityID": {
      "@id": "stanford:entityID",
      "@type": "@id"
    },
    "samlMetadata": {
      "@id": "stanford:samlMetadata",
      "@type": "@id"
    },
    "sunetId": "stanford:sunetId",
    "workgroup": "stanford:workgroup",
    "operator": "stanford:operator"
  },
  "@type": "CollegeOrUniversity",
  "@id": "https://www.stanford.edu/",
  "name": "Stanford University",
  "url": "https://www.stanford.edu/",
  "description": "Private research university in Stanford, California with a multi-pronged developer footprint spanning University IT (UIT) MaIS Registry APIs, an AI API Gateway, Stanford Libraries (DLSS) IIIF/PURL/Hours APIs backing the Stanford Digital Repository, the Registrar's ExploreCourses course-data interface, and the CAP / Stanford Profiles directory.",
  "logo": "https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg",
  "sameAs": [
    "https://twitter.com/Stanford",
    "https://www.linkedin.com/school/stanford-university/",
    "https://github.com/sul-dlss",
    "https://github.com/SU-SWS"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Stanford",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "x-generated": "2026-08-19",
  "x-method": "derived",
  "x-source": "Derived from live Stanford payloads (purl.stanford.edu publicObject, library-hours.stanford.edu JSON:API, purl IIIF manifest, idp.stanford.edu SAML metadata) and the five sul-dlss OpenAPI contracts.",
  "x-operator": "institution"
}