Foursquare · JSON-LD Context

Foursquare Context

JSON-LD context defining the semantic vocabulary for Foursquare from Foursquare.

19 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/

Classes

Place name address locality region postcode country latitude longitude rating price website tel email fsq_place_id categories Tip text created_at

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://raw.githubusercontent.com/api-evangelist/foursquare/refs/heads/main/vocabulary/foursquare-vocabulary.yml#",
    "schema": "https://schema.org/",
    "Place": "schema:Place",
    "name": "schema:name",
    "address": "schema:streetAddress",
    "locality": "schema:addressLocality",
    "region": "schema:addressRegion",
    "postcode": "schema:postalCode",
    "country": "schema:addressCountry",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "rating": "schema:aggregateRating",
    "price": "schema:priceRange",
    "website": "schema:url",
    "tel": "schema:telephone",
    "email": "schema:email",
    "fsq_place_id": "schema:identifier",
    "categories": "schema:additionalType",
    "Tip": "schema:Review",
    "text": "schema:reviewBody",
    "created_at": "schema:dateCreated"
  }
}