{ "@context": { "@vocab": "https://schema.org/", "jambase": "https://data.jambase.com/v3/", "Concert": "MusicEvent", "Festival": "MusicEvent", "Stream": "BroadcastEvent", "MusicGroup": "MusicGroup", "MusicVenue": "MusicVenue", "Event": "Event", "Genre": "MusicGenre", "Offer": "Offer", "GeoCoordinates": "GeoCoordinates", "PostalAddress": "PostalAddress", "Organization": "Organization", "City": "City", "Country": "Country", "State": "State", "AdministrativeArea": "AdministrativeArea", "eventId": "@id", "artistId": "@id", "venueId": "@id", "eventType": "@type", "eventStatus": "eventStatus", "startDate": "startDate", "endDate": "endDate", "name": "name", "description": "description", "image": "image", "url": "url", "location": "location", "performer": "performer", "offers": "offers", "price": "price", "priceCurrency": "priceCurrency", "latitude": "latitude", "longitude": "longitude", "addressLocality": "addressLocality", "addressRegion": "addressRegion", "addressCountry": "addressCountry", "postalCode": "postalCode", "genre": "genre", "identifier": "identifier", "sameAs": "sameAs", "pagination": { "@id": "jambase:pagination", "@type": "@id" }, "totalItems": "numberOfItems", "nextPage": { "@id": "schema:nextItem", "@type": "@id" } } }