@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://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/event/a63e45d49b4e0fecd7c5436f0a8abc74> rdf:type ns0:Event ;
                                                                     rdfs:label "Chloë Hanslip and Danny Driver | Bach and Beyond I" ;
                                                                     dcterms:description '<p><span style="font-size:14.6667px;font-family:arial;">​<span style="color:#091f2c;font-weight:700;">T</span><span style="color:#091f2c;font-weight:700;">he first in an exclusive series of concerts celebrating the creative genius of Johann Sebastian Bach.</span></span></p><p style="background-repeat:no-repeat;line-height:1.4;margin-bottom:1em;color:#091f2c;"><span style="font-size:14.6667px;font-family:arial;">JS Bach is regarded as one of the greatest composers of all time. Part of a large family of German musicians, he was an outstanding harpsichordist and organist. His compositions, such as the Brandenburg Concertos and ‘The Well-Tempered Clavier’, are revered all over the world.</span></p><p style="background-repeat:no-repeat;line-height:1.4;margin-bottom:1em;color:#091f2c;"><span style="font-size:14.6667px;font-family:arial;">In the first of their Bach series for Turner Sims, ‘Bach and Beyond’, violinist Chloë Hanslip and pianist Danny Driver delve into JS Bach’s works for solo violin. His six sonatas and partitas have inspired many composers, including Ysaÿe and Cesar Franck.</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;">Join us to hear these intricate and emotional works performed by two Turner Sims favourites.</span><br /></p><p><br /></p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.turnersims.co.uk/whats-on/chloe-hanslip-and-danny-driver-bach-series-i-2/> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/52> ,
                                                                               <http://id.southampton.ac.uk/event/a63e45d49b4e0fecd7c5436f0a8abc74#place> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/a63e45d49b4e0fecd7c5436f0a8abc74#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/a63e45d49b4e0fecd7c5436f0a8abc74#place> rdf:type geo:SpatialThing ;
                                                                           rdfs:label "Turner Sims" .

<http://id.southampton.ac.uk/event/a63e45d49b4e0fecd7c5436f0a8abc74#time-1> rdf:type ns4:Interval ;
                                                                            ns4:end "2025-03-21T21:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns4:start "2025-03-21T19:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .