Ticketmaster · JSON-LD Context

Ticketmaster Context

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

31 Classes 7 Properties 1 Namespaces
View Context View on GitHub

Namespaces

tm: https://developer.ticketmaster.com/ontology/

Classes

Event id name url locale startDate endDate eventStatus Venue city state country postalCode address location longitude latitude Attraction PriceRange priceRanges min max currency Image images width height ratio totalElements totalPages size

Properties

Property Type Container
dates reference
Classification reference
segment reference
genre reference
subGenre reference
promoter reference
page reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "tm": "https://developer.ticketmaster.com/ontology/",

    "Event": "Event",
    "id": "@id",
    "name": "name",
    "url": "url",
    "locale": "inLanguage",

    "dates": {
      "@id": "tm:dates",
      "@type": "@id"
    },
    "startDate": "startDate",
    "endDate": "endDate",
    "eventStatus": "eventStatus",

    "Venue": "Place",
    "city": "addressLocality",
    "state": "addressRegion",
    "country": "addressCountry",
    "postalCode": "postalCode",
    "address": "address",
    "location": "geo",
    "longitude": "longitude",
    "latitude": "latitude",

    "Attraction": "Person",

    "Classification": {
      "@id": "tm:Classification",
      "@type": "@id"
    },
    "segment": {
      "@id": "tm:segment",
      "@type": "@id"
    },
    "genre": {
      "@id": "tm:genre",
      "@type": "@id"
    },
    "subGenre": {
      "@id": "tm:subGenre",
      "@type": "@id"
    },

    "PriceRange": "PriceSpecification",
    "priceRanges": "offers",
    "min": "minPrice",
    "max": "maxPrice",
    "currency": "priceCurrency",

    "Image": "ImageObject",
    "images": "image",
    "width": "width",
    "height": "height",
    "ratio": "tm:ratio",

    "promoter": {
      "@id": "tm:promoter",
      "@type": "@id"
    },

    "page": {
      "@id": "tm:page",
      "@type": "@id"
    },
    "totalElements": "tm:totalElements",
    "totalPages": "tm:totalPages",
    "size": "tm:pageSize"
  }
}