Frisch aus dem Kellerperle-Collector

This commit is contained in:
Ralf Thees 2025-07-27 22:22:34 +02:00
parent c6dee0363f
commit 33ee3b9b40

View file

@ -0,0 +1,28 @@
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Perlenkino",
"startDate": "2025-07-28T20:15:00",
"endDate": "2025-07-28T22:30:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"description": "Es gibt jeden zweiten Montag einen Überraschungsfilm zum Monatsmotto. Hochglanz, Independent wie auch Vintage-Kult können dabei sein.\r\n\r\nFilm in Orginalfassung mit Untertiteln\r\nSnacks gegen Spende. Getränke gegen Bargeld.\r\n\r\n------------------------------------------------------------------------\r\n\r\nEvery other Monday there is a surprise film on the monthly theme. High gloss, independent as well as vintage cult can be there.\r\n\r\nFilm in original version with subtitles.\r\nSnacks for a donation. Drinks for cash.",
"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"
}
}