22 lines
564 B
JSON
22 lines
564 B
JSON
|
{
|
||
|
"@context": "https://schema.org",
|
||
|
"@type": "Event",
|
||
|
"name": "Hafensommer: Mighty Oaks",
|
||
|
"startDate": "2025-08-02T20:00:00",
|
||
|
"performer": {
|
||
|
"@type": "Person",
|
||
|
"name": "Mighty Oaks"
|
||
|
},
|
||
|
"location": {
|
||
|
"@type": "PostalAddress",
|
||
|
"name": "Freitreppe Alter Hafen",
|
||
|
"streetAddress": "Oskar-Laredo-Platz 1",
|
||
|
"postalCode": "97080",
|
||
|
"addressLocality": "Würzburg"
|
||
|
},
|
||
|
"superEvent": {
|
||
|
"@type": "Event",
|
||
|
"name": "Hafensommer Würzburg 2025"
|
||
|
},
|
||
|
"image": "https://cdn.adticket.de/core/img/event/detailEvent_2347266.jpg"
|
||
|
}
|