University Of Maryland College Park Context

JSON-LD context defining the semantic vocabulary for University Of Maryland College Park from University of Maryland College Park.

40 Classes 3 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
umd: https://api.umd.io/v1/vocab#

Classes

name url description Course course_id department dept_id credits semester gen_ed core grading_method relationships prereqs Section section_id seats open_seats waitlist meetings start_time end_time room building days classtype Professor taught Major major_id college Building code lat long Route route_id Stop stop_id directions

Properties

Property Type Container
institution schema:CollegeOrUniversity
instructors schema:Person
stops schema:BusStop

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "umd": "https://api.umd.io/v1/vocab#",
    "@vocab": "https://api.umd.io/v1/vocab#",

    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",

    "institution": {
      "@id": "umd:institution",
      "@type": "schema:CollegeOrUniversity"
    },

    "Course": "schema:Course",
    "course_id": "schema:courseCode",
    "department": "schema:department",
    "dept_id": "umd:deptId",
    "credits": "schema:numberOfCredits",
    "semester": "schema:academicTerm",
    "gen_ed": "umd:genEd",
    "core": "umd:core",
    "grading_method": "umd:gradingMethod",
    "relationships": "umd:relationships",
    "prereqs": "schema:coursePrerequisites",

    "Section": "schema:CourseInstance",
    "section_id": "umd:sectionId",
    "instructors": { "@id": "schema:instructor", "@type": "schema:Person" },
    "seats": "schema:maximumAttendeeCapacity",
    "open_seats": "umd:openSeats",
    "waitlist": "umd:waitlist",
    "meetings": "umd:meetings",
    "start_time": "schema:startTime",
    "end_time": "schema:endTime",
    "room": "umd:room",
    "building": "umd:building",
    "days": "umd:days",
    "classtype": "umd:classType",

    "Professor": "schema:Person",
    "taught": "umd:taught",

    "Major": "schema:Course",
    "major_id": "umd:majorId",
    "college": "umd:college",

    "Building": "schema:Place",
    "code": "umd:buildingCode",
    "lat": "schema:latitude",
    "long": "schema:longitude",

    "Route": "schema:BusTrip",
    "route_id": "umd:routeId",
    "stops": { "@id": "umd:stops", "@type": "schema:BusStop" },
    "Stop": "schema:BusStop",
    "stop_id": "umd:stopId",
    "directions": "umd:directions"
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "University of Maryland, College Park",
  "url": "https://www.umd.edu",
  "description": "The flagship public research university of the University System of Maryland. Programmatic access to course, professor, major, campus map, and bus data is provided by the student-run open-source umd.io API (https://api.umd.io/v1)."
}