{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "psu": "https://docs.developer.psu.edu/vocab#", "name": "schema:name", "url": "schema:url", "description": "schema:description", "CollegeOrUniversity": "schema:CollegeOrUniversity", "address": "schema:address", "city": "schema:addressLocality", "state": "schema:addressRegion", "zipCode": "schema:postalCode", "county": "psu:county", "latLong": "schema:geo", "latitude": "schema:latitude", "longitude": "schema:longitude", "Building": "schema:CivicStructure", "Room": "schema:Room", "Campus": "schema:EducationalOrganization", "campus": "psu:campus", "building": "psu:building", "abbreviation": "schema:alternateName", "capacity": "schema:maximumAttendeeCapacity", "occupancy": "psu:occupancy", "floor": "schema:floorLevel", "netArea": "schema:floorSize", "id": "schema:identifier", "lastUpdateDate": "schema:dateModified" }, "@type": "CollegeOrUniversity", "name": "Pennsylvania State University", "url": "https://www.psu.edu/", "description": "Public, land-grant research university with its primary campus at University Park, PA. Penn State's facilities data is exposed via the Office of Physical Plant LionSpaceFIS REST API." }