@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/c0e95d8eb3a23ab2ad25d5ee739c34eb> rdf:type ns0:Event ;
                                                                     rdfs:label "APNA Awards Ceremony 2025" ;
                                                                     dcterms:description '<p><span style="font-size:14.6667px;">​</span><span style="color:#091f2c;font-family:figtree, sans-serif;font-size:14.6667px;">A night of fun with the APNA (Asian Personality Nomination Awards). Picture Oscars meet IIFA with epic performances, hilarious roasts, awards, photo-booths, entertainment, and non-stop laughs.</span><br /></p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.turnersims.co.uk/whats-on/apna-awards-ceremony-2025/> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/52> ,
                                                                               <http://id.southampton.ac.uk/event/c0e95d8eb3a23ab2ad25d5ee739c34eb#place> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/c0e95d8eb3a23ab2ad25d5ee739c34eb#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/c0e95d8eb3a23ab2ad25d5ee739c34eb#place> rdf:type geo:SpatialThing ;
                                                                           rdfs:label "Turner Sims" .

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