Bandsintown Context
JSON-LD context defining the semantic vocabulary for Bandsintown from Bandsintown.
8 Classes
19 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
bit:
https://rest.bandsintown.com/vocab/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
ArtistData
EventData
VenueData
OfferData
id
name
description
type
Properties
| Property |
Type |
Container |
| url |
reference |
|
| image_url |
reference |
|
| thumb_url |
reference |
|
| facebook_page_url |
reference |
|
| mbid |
reference |
|
| tracker_count |
integer |
|
| upcoming_event_count |
integer |
|
| artist_id |
|
|
| datetime |
dateTime |
|
| on_sale_datetime |
dateTime |
|
| venue |
schema:MusicVenue |
|
| offers |
schema:Offer |
set |
| lineup |
|
set |
| latitude |
|
|
| longitude |
|
|
| city |
|
|
| region |
|
|
| country |
|
|
| status |
|
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"bit": "https://rest.bandsintown.com/vocab/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ArtistData": "schema:MusicGroup",
"EventData": "schema:MusicEvent",
"VenueData": "schema:MusicVenue",
"OfferData": "schema:Offer",
"id": "@id",
"name": "schema:name",
"url": {
"@id": "schema:url",
"@type": "@id"
},
"image_url": {
"@id": "schema:image",
"@type": "@id"
},
"thumb_url": {
"@id": "schema:thumbnail",
"@type": "@id"
},
"facebook_page_url": {
"@id": "schema:sameAs",
"@type": "@id"
},
"mbid": {
"@id": "schema:sameAs",
"@type": "@id"
},
"tracker_count": {
"@id": "bit:trackerCount",
"@type": "xsd:integer"
},
"upcoming_event_count": {
"@id": "bit:upcomingEventCount",
"@type": "xsd:integer"
},
"artist_id": {
"@id": "bit:artistId"
},
"datetime": {
"@id": "schema:startDate",
"@type": "xsd:dateTime"
},
"on_sale_datetime": {
"@id": "schema:availabilityStarts",
"@type": "xsd:dateTime"
},
"description": "schema:description",
"venue": {
"@id": "schema:location",
"@type": "schema:MusicVenue"
},
"offers": {
"@id": "schema:offers",
"@type": "schema:Offer",
"@container": "@set"
},
"lineup": {
"@id": "bit:lineup",
"@container": "@set"
},
"latitude": {
"@id": "schema:latitude"
},
"longitude": {
"@id": "schema:longitude"
},
"city": {
"@id": "schema:addressLocality"
},
"region": {
"@id": "schema:addressRegion"
},
"country": {
"@id": "schema:addressCountry"
},
"type": "schema:additionalType",
"status": {
"@id": "schema:availability"
}
}
}