@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/5bfef303b1b74bd7a4e00e75c9f791b1> rdf:type ns0:Event ;
                                                                     rdfs:label "Southampton University Concert Band | Open Rehearsal / Fire Drill" ;
                                                                     dcterms:description '<p>​<span style="color:#091f2c;font-family:figtree, sans-serif;font-weight:700;font-size:14.6667px;">Be our audience and help us make our Fire Drill as realistic as possible!</span></p><p style="background-repeat:no-repeat;line-height:1.4;margin-bottom:1em;color:#091f2c;font-family:figtree, sans-serif;"><span style="font-size:14.6667px;">You are invited to join us and hear the wonderful<span style="background-repeat:no-repeat;font-weight:700;"> Southampton University Concert Band</span> in rehearsal for their Spring Showcase concert on <span style="background-repeat:no-repeat;font-weight:700;margin-bottom:0px;">Sunday 11 May</span>. After half an hour or so, the fire alarm will sound and we will undertake a full venue evacuation.</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:14.6667px;">Come along and hear some fabulous live music! The bar will be open.</span><br /></p><p style="background-repeat:no-repeat;font-size:15px;line-height:1.4;margin-bottom:1em;color:#091f2c;font-family:figtree, sans-serif;">FREE event.<br /></p><p><br /></p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.turnersims.co.uk/whats-on/southampton-university-concert-band-rehearsal/> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/52> ,
                                                                               <http://id.southampton.ac.uk/event/5bfef303b1b74bd7a4e00e75c9f791b1#place> ;
                                                                     ns0:agent <http://id.southampton.ac.uk/org/P2GR020000> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/5bfef303b1b74bd7a4e00e75c9f791b1#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/5bfef303b1b74bd7a4e00e75c9f791b1#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/5bfef303b1b74bd7a4e00e75c9f791b1#time-1> rdf:type ns5:Interval ;
                                                                            ns5:end "2025-05-06T20:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns5:start "2025-05-06T18:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .