24 lines
No EOL
582 B
JSON
24 lines
No EOL
582 B
JSON
{
|
|
"@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"
|
|
}
|
|
} |