@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/ttevent/58-1045/20260526000000/20260526000000> rdf:type ns0:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1045 booked from 1:00am to 12:00am on 26th May" ;
                                                                            ns0:place <http://id.southampton.ac.uk/room/58-1045> ;
                                                                            ns0:time <http://id.southampton.ac.uk/ttevent/58-1045/20260526000000/20260526000000#time> .

<http://id.southampton.ac.uk/room/58-1045> rdf:type ns2:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Bookable Workstation" ,
                                                      "58/1045" ,
                                                      "58 / 1045" ,
                                                      "58 / 1045 (Computer Workstation)" .

<http://id.southampton.ac.uk/ttevent/58-1045/20260526000000/20260526000000#time> rdf:type ns3:Interval ;
                                                                                 ns3:end "2026-05-27T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns3:start "2026-05-26T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .