SeatGeek · JSON-LD Context

Seatgeek Context

JSON-LD context defining the semantic vocabulary for Seatgeek from SeatGeek.

27 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
seatgeek: https://seatgeek.com/vocab/

Classes

Event Performer Venue Taxonomy id title short_title datetime_utc datetime_local datetime_tbd status url score stats listing_count average_price lowest_price highest_price city state country address postal_code lat lon slug capacity

Properties

Property Type Container
venue schema:EventVenue
performers set
taxonomies set
genres set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "seatgeek": "https://seatgeek.com/vocab/",
    "Event": "schema:Event",
    "Performer": "schema:PerformingGroup",
    "Venue": "schema:EventVenue",
    "Taxonomy": "schema:Thing",
    "id": "@id",
    "title": "schema:name",
    "short_title": "schema:alternateName",
    "datetime_utc": "schema:startDate",
    "datetime_local": "seatgeek:localDateTime",
    "datetime_tbd": "seatgeek:dateTimeTBD",
    "status": "schema:eventStatus",
    "url": "schema:url",
    "score": "seatgeek:popularityScore",
    "venue": {
      "@id": "schema:location",
      "@type": "schema:EventVenue"
    },
    "performers": {
      "@id": "schema:performer",
      "@container": "@set"
    },
    "taxonomies": {
      "@id": "schema:genre",
      "@container": "@set"
    },
    "stats": "seatgeek:ticketStats",
    "listing_count": "seatgeek:listingCount",
    "average_price": "schema:price",
    "lowest_price": "seatgeek:lowestPrice",
    "highest_price": "seatgeek:highestPrice",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "country": "schema:addressCountry",
    "address": "schema:streetAddress",
    "postal_code": "schema:postalCode",
    "lat": "schema:latitude",
    "lon": "schema:longitude",
    "slug": "schema:identifier",
    "capacity": "schema:maximumAttendeeCapacity",
    "genres": {
      "@id": "schema:genre",
      "@container": "@set"
    }
  }
}