@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/f66b02feb8a9f3890f80494822424b08> rdf:type ns0:Event ;
                                                                     rdfs:label "Maxwell Quartet with Cordelia Williams" ;
                                                                     dcterms:description '<p><span style="font-size:14.6667px;font-family:arial;">​<span style="color:#091f2c;font-weight:700;">A beautiful blend of piano and strings, combining classical and folk traditions.</span></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-size:14.6667px;font-family:arial;">This special collaboration between the Maxwells and Cordelia Williams integrates music from and inspired by the quartet’s Scottish homeland with iconic classical music works. Alongside traditional folk music is Maxwell Davies’ work, written as a protest against a proposed uranium mine on the remote Orkney Islands where the composer lived, and featuring beautifully simple melodies. Arvo Part’s masterpiece ‘Fratres’ is a series of variations on a similarly simple stepwise theme, creating a meditative effect. With Schumann’s work, dedicated to his wife Clara, the composer effectively ‘invented’ the piano quintet, a combination of instruments never written for before.</span><br /></p><p><br /></p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.turnersims.co.uk/whats-on/maxwell-quartet-with-cordelia-williams/> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/52> ,
                                                                               <http://id.southampton.ac.uk/event/f66b02feb8a9f3890f80494822424b08#place> ;
                                                                     ns0:agent <http://id.southampton.ac.uk/org/P2GR020000> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/f66b02feb8a9f3890f80494822424b08#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/f66b02feb8a9f3890f80494822424b08#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/f66b02feb8a9f3890f80494822424b08#time-1> rdf:type ns5:Interval ;
                                                                            ns5:end "2025-05-15T21:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns5:start "2025-05-15T18:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .