This commit is contained in:
Björn Raupach 2025-07-27 17:06:21 +02:00
parent b4fc6842ef
commit b849ae0809

View file

@ -0,0 +1,24 @@
{
"@type": "MusicEvent",
"name": "Giganten",
"description": "Orgelkonzert zum 275. Todestag von Johann Sebastian Bach",
"performer": {
"@type": "Person",
"givenName": "Gabriel",
"familyName": "Dessauer"
},
"startDate": "2025-07-19T19:30",
"location": {
"@type": "PostalAddress",
"name": "Augustinerkirche",
"streetAddress": "Dominikanerplatz 2",
"postalCode": "97070",
"addressLocality": "Würzburg"
},
"composer": {
"@type": "Person",
"givenName": "Johann",
"additionalName": "Sebastian",
"familyName": "Bach"
}
}