29 lines
No EOL
894 B
JSON
29 lines
No EOL
894 B
JSON
{
|
|
"@context": "http://schema.org",
|
|
"@type": "Event",
|
|
"name": "Kellerperle Fesseltreff",
|
|
"startDate": "2025-12-07T15:00:00",
|
|
"endDate": "2025-12-07T20:00:00",
|
|
"doorTime": "2025-12-07T15:00:00",
|
|
"eventStatus": "https://schema.org/EventScheduled",
|
|
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
|
|
"description": "",
|
|
"location": {
|
|
"@type": "Place",
|
|
"name": "Kellerperle",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "Am Studentenhaus 1",
|
|
"addressLocality": "Würzburg",
|
|
"postalCode": "97072",
|
|
"addressCountry": "DE"
|
|
}
|
|
},
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "spende",
|
|
"priceCurrency": "EUR",
|
|
"availability": "https://schema.org/InStock",
|
|
"url": "https://www.kellerperle.de"
|
|
}
|
|
} |