Cornell University · JSON-LD Context

Cornell Context

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

36 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Classes

name url CollegeOrUniversity Course Event FoodEstablishment Place GeoCoordinates subject catalogNbr titleLong titleShort description crseId acadCareer acadGroup Eatery contactPhone contactEmail operatingHours onlineOrderUrl latitude longitude title first_date last_date location location_name ticket_url ticket_cost Location Name Address Lat Lng AKA

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "cornell": "https://www.cornell.edu/ns/",
    "schema": "https://schema.org/",
    "name": "schema:name",
    "url": "schema:url",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "Course": "schema:Course",
    "Event": "schema:Event",
    "FoodEstablishment": "schema:FoodEstablishment",
    "Place": "schema:Place",
    "GeoCoordinates": "schema:GeoCoordinates",

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

    "Eatery": "schema:FoodEstablishment",
    "contactPhone": "schema:telephone",
    "contactEmail": "schema:email",
    "operatingHours": "schema:openingHours",
    "onlineOrderUrl": "schema:potentialAction",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",

    "title": "schema:name",
    "first_date": "schema:startDate",
    "last_date": "schema:endDate",
    "location": "schema:location",
    "location_name": "schema:name",
    "ticket_url": "schema:offers",
    "ticket_cost": "schema:price",

    "Location": "schema:Place",
    "Name": "schema:name",
    "Address": "schema:address",
    "Lat": "schema:latitude",
    "Lng": "schema:longitude",
    "AKA": "schema:alternateName"
  },
  "@type": "CollegeOrUniversity",
  "name": "Cornell University",
  "url": "https://www.cornell.edu/"
}