@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/7eefabce0a37a61ade869ea18a16e614> rdf:type ns0:Event ;
                                                                     rdfs:label "Belle Chen | Ravel in the Forest" ;
                                                                     dcterms:description '<p><span style="font-size:14.6667px;font-family:arial;">​<span style="color:#091f2c;font-weight:700;">Pianist and composer, Belle Chen performs her whimsical and imaginative album ‘Ravel In The Forest’ live.</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;">She is joined on stage by Engines Orchestra Strings and special guests.</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;">Belle is a musical storyteller with unmistakable influences of Maurice Ravel and Ryuichi Sakamoto. ‘Ravel In The Forest’ leads the listener through ancient woodland, quiet clearings and tropical canopies. We’re accompanied by birds, a chameleon, a dragonfly… an imaginary space filled with the wonder of the natural 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;">Belle’s approach blurs the lines between classical and electronic music. It is described as ‘original and provocative… feels like the sense of discovery’ (Brian Eno). Fresh off the 2024 EFG London Jazz Festival, Belle’s sonic explorations, classical virtuosity, and free flowing improvisations feel equally at home on jazz, classical, and experimental stages.</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;">Joining Belle is the award-winning Engines Orchestra Strings. They are led by Phil Meadows (Metropole Orkest, BBC Concert Orchestra, Royal Northern Sinfonia), and special guests.</span><br /></p><p><br /></p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.turnersims.co.uk/whats-on/belle-chen-ravel-in-the-forest/> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/52> ,
                                                                               <http://id.southampton.ac.uk/event/7eefabce0a37a61ade869ea18a16e614#place> ;
                                                                     ns0:agent <http://id.southampton.ac.uk/org/P2GR020000> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/7eefabce0a37a61ade869ea18a16e614#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/7eefabce0a37a61ade869ea18a16e614#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/7eefabce0a37a61ade869ea18a16e614#time-1> rdf:type ns5:Interval ;
                                                                            ns5:end "2025-03-04T22:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns5:start "2025-03-04T20:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .