@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/18a174753c72403cccf4908784eed498> rdf:type ns0:Event ;
                                                                     rdfs:label "UoS Music Presents | Why the Whales Came – MT Project" ;
                                                                     dcterms:description '<p><span style="font-size:17.3333px;font-family:arial;">​<span style="color:#091f2c;">T</span><span style="color:#091f2c;">he </span><span style="color:#091f2c;">Musical Theatre ensemble is made up of University of Southampton music students specializing in musical theatre voice and performance. They present an ‘in concert’ excerpt from ‘Why The Whales Came, A New Musical’, with book and lyrics by Nikki Racklin and music by Bella Barlow.</span></span></p><p style="background-repeat:no-repeat;font-size:15px;line-height:1.4;margin-bottom:1em;color:#091f2c;font-family:figtree, sans-serif;"><span style="font-size:17.3333px;font-family:arial;">Based on Michael Morpurgo’s book of the same name, and directed by Simon Kane (‘Adrian Mole’/’In The Heights’).</span><br /></p><p><br /></p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.turnersims.co.uk/whats-on/uos-music-presents-student-showcase-bella-barlow-project-tbc/> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/52> ,
                                                                               <http://id.southampton.ac.uk/event/18a174753c72403cccf4908784eed498#place> ;
                                                                     ns0:agent <http://id.southampton.ac.uk/org/NC> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/18a174753c72403cccf4908784eed498#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/18a174753c72403cccf4908784eed498#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/18a174753c72403cccf4908784eed498#time-1> rdf:type ns5:Interval ;
                                                                            ns5:end "2025-03-17T14:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns5:start "2025-03-17T13:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .