Walk Score Context
JSON-LD context defining the semantic vocabulary for Walk Score from Walk Score.
28 Classes
7 Properties
5 Namespaces
Namespaces
schema:
https://schema.org/
geo:
http://www.w3.org/2003/01/geo/wgs84_pos#
xsd:
http://www.w3.org/2001/XMLSchema#
gtfs:
http://vocab.gtfs.org/terms#
ws:
https://www.walkscore.com/vocab/
Classes
WalkScore
TransitScore
BikeScore
walkscore
transit_score
bike_score
description
snapped_lat
snapped_lon
TransitStop
id
name
distance
summary_text
route_ids
TransitRoute
short_name
long_name
category
color
text_color
stop_ids
geometry_wkt
SupportedCity
city
state
country
population
Properties
| Property |
Type |
Container |
| updated |
dateTime |
|
| lat |
decimal |
|
| lon |
decimal |
|
| ws_link |
reference |
|
| logo_url |
reference |
|
| agency |
gtfs:Agency |
|
| agency_url |
reference |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"gtfs": "http://vocab.gtfs.org/terms#",
"ws": "https://www.walkscore.com/vocab/",
"WalkScore": "ws:WalkScore",
"TransitScore": "ws:TransitScore",
"BikeScore": "ws:BikeScore",
"walkscore": "ws:walkScore",
"transit_score": "ws:transitScore",
"bike_score": "ws:bikeScore",
"description": "schema:description",
"updated": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"lat": {
"@id": "geo:lat",
"@type": "xsd:decimal"
},
"lon": {
"@id": "geo:long",
"@type": "xsd:decimal"
},
"snapped_lat": "ws:snappedLat",
"snapped_lon": "ws:snappedLon",
"ws_link": {
"@id": "schema:url",
"@type": "@id"
},
"logo_url": {
"@id": "schema:logo",
"@type": "@id"
},
"TransitStop": "gtfs:Stop",
"id": "@id",
"name": "schema:name",
"distance": "schema:distance",
"summary_text": "schema:description",
"route_ids": "gtfs:routeIds",
"TransitRoute": "gtfs:Route",
"short_name": "gtfs:shortName",
"long_name": "gtfs:longName",
"category": "gtfs:routeType",
"agency": {
"@id": "gtfs:agency",
"@type": "gtfs:Agency"
},
"agency_url": {
"@id": "schema:url",
"@type": "@id"
},
"color": "gtfs:color",
"text_color": "gtfs:textColor",
"stop_ids": "gtfs:stopIds",
"geometry_wkt": "schema:polygon",
"SupportedCity": "schema:City",
"city": "schema:name",
"state": "schema:addressRegion",
"country": "schema:addressCountry",
"population": "schema:population"
}
}