@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/event/2674341a1fb82a00231bb70a74f9f456> rdf:type ns0:Event ;
                                                                     rdfs:label "UoS Music Presents | Staff Showcase: Duncan Honeybourne" ;
                                                                     dcterms:description '<p>​<span style="color:#091f2c;font-size:14.6667px;font-family:arial;">Commended for his ‘gripping performances’ (The Times), ‘glittering performances’ (International Piano) and ‘great technical facility and unfailing imagination’  (Musical Opinion), Duncan Honeybourne has toured extensively at home and abroad. He broadcasts frequently on BBC Radio 3 and worldwide, and has premiered new piano works written for him by leading composers. He teaches at the Royal Academy of Music Junior Academy and the University of Southampton. Today’s programme features Francis Pott’s dramatic tone poem ‘Drowned Summer’, which Duncan premiered in 2024. The recital concludes with Schubert’s great final Sonata in B Flat, D960, which Duncan’s former teacher, the University’s Resident Pianist Rosemarie Wright, played 50 years ago in her inaugural recital in the new Turner Sims Concert Hall. This concert also commemorates 25 years since Duncan’s own first Turner Sims recital in 1999.</span><br /></p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.turnersims.co.uk/whats-on/uos-music-presents-staff-showcase-duncan-honeybourne/> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/52> ,
                                                                               <http://id.southampton.ac.uk/event/2674341a1fb82a00231bb70a74f9f456#place> ;
                                                                     ns0:agent <http://id.southampton.ac.uk/org/NC> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/2674341a1fb82a00231bb70a74f9f456#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/2674341a1fb82a00231bb70a74f9f456#place> rdf:type geo:SpatialThing ;
                                                                           rdfs:label "Turner Sims" .

<http://id.southampton.ac.uk/org/NC> rdf:type ns4:Organization ;
                                     rdfs:label "Music" ;
                                     skos:notation "A1ARNC0000"^^<http://id.southampton.ac.uk/ns/10CharHRCode> ,
                                                   "NC"^^<http://id.southampton.ac.uk/ns/alphaCode> ;
                                     foaf:homepage <https://www.southampton.ac.uk/music> ;
                                     owl:sameAs <http://id.southampton.ac.uk/org/A1ARNC0000> .

<http://id.southampton.ac.uk/event/2674341a1fb82a00231bb70a74f9f456#time-1> rdf:type ns5:Interval ;
                                                                            ns5:end "2025-03-03T14:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns5:start "2025-03-03T13:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .