29 lines
No EOL
925 B
JSON
29 lines
No EOL
925 B
JSON
{
|
|
"@context": "http://schema.org",
|
|
"@type": "Event",
|
|
"name": "RG6 Birthday Bash!",
|
|
"startDate": "2025-12-19T19:30:00",
|
|
"endDate": "2025-12-19T00:00:00",
|
|
"doorTime": "2025-12-19T19:30:00",
|
|
"eventStatus": "https://schema.org/EventScheduled",
|
|
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
|
|
"description": "5 Jahre Projekt RG6 - Infos folgen! ",
|
|
"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"
|
|
}
|
|
} |