Cornell University · JSON-LD Context

Cornell Context

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

18 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

cornell: https://www.cornell.edu/ns/
schema: https://schema.org/

Classes

CollegeOrUniversity Course Dataset Book name url subject catalogNbr titleLong titleShort description crseId acadCareer acadGroup strm document dct_creator_sm dct_spatial_sm

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "cornell": "https://www.cornell.edu/ns/",
    "schema": "https://schema.org/",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "Course": "schema:Course",
    "Dataset": "schema:Dataset",
    "Book": "schema:Book",
    "name": "schema:name",
    "url": "schema:url",

    "subject": "cornell:subject",
    "catalogNbr": "schema:courseCode",
    "titleLong": "schema:name",
    "titleShort": "schema:alternateName",
    "description": "schema:description",
    "crseId": "schema:identifier",
    "acadCareer": "cornell:academicCareer",
    "acadGroup": "cornell:academicGroup",
    "strm": "cornell:termCode",

    "document": "schema:CreativeWork",
    "dct_creator_sm": "schema:creator",
    "dct_spatial_sm": "schema:spatialCoverage"
  },
  "@type": "CollegeOrUniversity",
  "name": "Cornell University",
  "url": "https://www.cornell.edu/",
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "source": "openapi/cornell-class-roster-api-openapi.yml, openapi/cornell-library-catalog-api-openapi.yml, openapi/cugir-geospatial-api-openapi.yml",
    "notes": "Eatery, Localist event and campus-map term mappings removed on 2026-08-19: those surfaces are dead or vendor-operated, so mapping their fields credited Cornell for interfaces it does not run."
  }
}