{ "@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)." }