Johns Hopkins University · JSON-LD Context

Johns Hopkins University Context

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

19 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

jhu: https://www.jhu.edu/ns#
sis: https://sis.jhu.edu/api/ns#

Classes

name url Organization OfferingName Title SchoolName Department Credits InstructorsFullName Level InstructionMethod Term Location Building Meetings MaxSeats OpenSeats Prerequisites Description

Properties

Property Type Container
institution CollegeOrUniversity
Course reference
Instructors Person
isPartOf reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "jhu": "https://www.jhu.edu/ns#",
    "sis": "https://sis.jhu.edu/api/ns#",
    "name": "name",
    "url": "url",
    "Organization": "CollegeOrUniversity",
    "institution": {
      "@id": "jhu:institution",
      "@type": "CollegeOrUniversity"
    },
    "Course": {
      "@id": "Course",
      "@type": "@id"
    },
    "OfferingName": "courseCode",
    "Title": "name",
    "SchoolName": "provider",
    "Department": "department",
    "Credits": "numberOfCredits",
    "Instructors": {
      "@id": "instructor",
      "@type": "Person"
    },
    "InstructorsFullName": "instructor",
    "Level": "educationalLevel",
    "InstructionMethod": "courseMode",
    "Term": "academicTerm",
    "Location": "location",
    "Building": "location",
    "Meetings": "eventSchedule",
    "MaxSeats": "maximumAttendeeCapacity",
    "OpenSeats": "remainingAttendeeCapacity",
    "Prerequisites": "coursePrerequisites",
    "Description": "description",
    "isPartOf": {
      "@id": "isPartOf",
      "@type": "@id"
    }
  },
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "source": "https://sis.jhu.edu/api/help",
    "x-operator": "institution",
    "note": "JSON-LD context mapping the SIS course vocabulary onto schema.org. Derived by API Evangelist from https://sis.jhu.edu/api/help; not published by Johns Hopkins University."
  },
  "@type": "CollegeOrUniversity",
  "name": "Johns Hopkins University",
  "url": "https://www.jhu.edu/",
  "sameAs": [
    "https://en.wikipedia.org/wiki/Johns_Hopkins_University",
    "https://www.linkedin.com/school/johns-hopkins-university/"
  ],
  "subjectOf": [
    {
      "@type": "WebAPI",
      "name": "Self-Service Public Course Search API (SIS)",
      "url": "https://sis.jhu.edu/api/help",
      "documentation": "https://sis.jhu.edu/api/help"
    },
    {
      "@type": "WebAPI",
      "name": "JHU Hub API",
      "url": "https://api.hub.jhu.edu/docs/"
    }
  ]
}