@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/NET/c4dm/event.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://id.southampton.ac.uk/ns/diary/> .
@prefix ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns4: <http://www.w3.org/ns/org#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/event/c99c34559d2c41d5c7628b2adfac0eab> rdf:type ns0:Event ;
                                                                     rdfs:label "Welsh National Opera Orchestra | Summertime Soirée" ;
                                                                     dcterms:description '<p><span style="font-family:arial;font-size:14.6667px;">​<span style="color:#091f2c;font-weight:700;">J</span><span style="color:#091f2c;font-weight:700;">oin us for an unforgettable summertime concert of beautiful music and glorious singing.</span></span></p><p style="background-repeat:no-repeat;line-height:1.4;margin-bottom:1em;color:#091f2c;"><span style="font-family:arial;font-size:14.6667px;">Internationally renowned soprano <span style="background-repeat:no-repeat;font-weight:700;">Rebecca Evans</span> joins forces with the celebrated WNO Orchestra, with WNO Music Director <span style="background-repeat:no-repeat;font-weight:700;margin-bottom:0px;">Tomáš Hanus</span> at the podium, for a delightful summer concert.</span></p><p style="background-repeat:no-repeat;line-height:1.4;margin-bottom:1em;color:#091f2c;"><span style="font-family:arial;font-size:14.6667px;">With a wonderful mix of repertoire, the concert begins with the rousing overture to Weber’s Romantic opera ‘Der Freischütz’ (‘The Marksman’) and continues with the sublime Mozart concert aria ‘Ah, lo previdi’ sung by Rebecca Evans, which tells of the myth of Andromeda and her sacrifice.</span></p><p style="background-repeat:no-repeat;font-size:15px;line-height:1.4;margin-bottom:0px;color:#091f2c;font-family:figtree, sans-serif;"><span style="font-family:arial;font-size:14.6667px;">Leading to the interval, you will hear the wonderful Chamber Symphony in C Minor famously arranged for orchestra by the conductor Rudolf Barshai from Shostakovich’s String Quartet No 8. The concert concludes with the brilliance and enduring beauty of Beethoven and the magnificent Fifth Symphony, considered to be one of the cornerstones of western classical music.</span><br /></p><p><br /></p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.turnersims.co.uk/whats-on/welsh-national-opera-orchestra-2/> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/52> ,
                                                                               <http://id.southampton.ac.uk/event/c99c34559d2c41d5c7628b2adfac0eab#place> ;
                                                                     ns0:agent <http://id.southampton.ac.uk/org/P2GR020000> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/c99c34559d2c41d5c7628b2adfac0eab#time-1> ;
                                                                     ns1:event-type <http://id.southampton.ac.uk/ns/diary/Concert> .

<http://id.southampton.ac.uk/building/52> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "Turner Sims Concert Hall" .

<http://id.southampton.ac.uk/event/c99c34559d2c41d5c7628b2adfac0eab#place> rdf:type geo:SpatialThing ;
                                                                           rdfs:label "Turner Sims" .

<http://id.southampton.ac.uk/org/P2GR020000> rdf:type ns4:Organization ;
                                             foaf:homepage <http://www.turnersims.co.uk/> .

<http://id.southampton.ac.uk/event/c99c34559d2c41d5c7628b2adfac0eab#time-1> rdf:type ns5:Interval ;
                                                                            ns5:end "2025-07-10T20:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns5:start "2025-07-10T18:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .