@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix ns3: <http://id.southampton.ac.uk/syllabus/feature/> .
@prefix ns4: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/58-1065> rdf:type ns0:Room ,
                                                    ns1:CentrallyBookableSyllabusLocation ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Murray Conference Room" ,
                                                      "58 / 1065" ;
                                           ns2:within <http://id.southampton.ac.uk/building/58> ,
                                                      <http://id.southampton.ac.uk/floor/58-1> ;
                                           dcterms:description "Common Learning Space" ;
                                           skos:notation "58-1065"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801065A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5801065B.jpg> ;
                                           geo:lat "50.93650554"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398837191"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_DVD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_SYM> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_BENCH_PC> ;
                                           dcterms:spatial "POLYGON((-1.3988999491 50.9364896681,-1.3988593452 50.9365466745,-1.3987987988 50.9365285027,-1.3987727476 50.9365205773,-1.3988176634 50.9364643634,-1.3988999491 50.9364896681))" ;
                                           oo:capacity "34"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1065" .

<http://id.southampton.ac.uk/building/58> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Murray" ;
                                          geo:lat "50.93662"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39864"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/floor/58-1> rdf:type ns0:Floor ;
                                         rdfs:label "Building 58 / Level 1" ,
                                                    "Floor 1, Building 58" .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_IND> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_IND ;
                                                                       rdfs:label "Induction loop for hearing aid users in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_IND> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Induction loop for hearing aid users" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type rdfs:Class ,
                                                                                              ns1:RoomFeatureClass ;
                                                                                     rdfs:label "Data and Video Projection" ;
                                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_DVD> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_DVD ;
                                                                       rdfs:label "DVD player in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DVD> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "DVD player" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SYM> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Sympodium (Smartscreen for the PC)" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                  ns3:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible ;
                                                                                                                                         rdfs:label "RSC- ACCESS - AUDIENCE (A) Ground Floor Room Fully Accessible in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type rdfs:Class ,
                                                                                                                                   ns1:RoomFeatureClass ;
                                                                                                                          rdfs:label "RSC- ACCESS - AUDIENCE (A) Ground Floor Room Fully Accessible" ;
                                                                                                                          rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                    ns3:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible ;
                                                                                                                                           rdfs:label "RSC- ACCESS - INSTRUCTOR (A) Ground Floor Room Fully Accessible in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type rdfs:Class ,
                                                                                                                                     ns1:RoomFeatureClass ;
                                                                                                                            rdfs:label "RSC- ACCESS - INSTRUCTOR (A) Ground Floor Room Fully Accessible" ;
                                                                                                                            rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_LAP> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Network connection for laptops" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_WHITEBOARD> rdf:type rdfs:Class ,
                                                                        ns1:RoomFeatureClass ;
                                                               rdfs:label "Whiteboard" ;
                                                               rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns3:RSC-_WIRELESS_NETWORK ;
                                                                                    rdfs:label "Wireless internet access in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_WIRELESS_NETWORK> rdf:type rdfs:Class ,
                                                                              ns1:RoomFeatureClass ;
                                                                     rdfs:label "Wireless internet access" ;
                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SEATS_MOVEABLE> rdf:type rdfs:Class ,
                                                                            ns1:RoomFeatureClass ;
                                                                   rdfs:label "Movable seats" ;
                                                                   rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005801065/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 58 / 1065" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_BENCH_PC> rdf:type rdfs:Class ,
                                                                      ns1:RoomFeatureClass ;
                                                             rdfs:label "Bench PC" ;
                                                             rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/ttevent/58-1065/20260415080000/20260415080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 3:00pm on 15th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260415080000/20260415080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260415080000/20260415080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-15T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-15T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260416080000/20260416080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 3:00pm on 16th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260416080000/20260416080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260416080000/20260416080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-16T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-16T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260420080000/20260420080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 11:00am on 20th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260420080000/20260420080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260420080000/20260420080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-20T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-20T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260420100000/20260420100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 20th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260420100000/20260420100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260420100000/20260420100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-20T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-20T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260420110000/20260420110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 20th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260420110000/20260420110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260420110000/20260420110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-20T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-20T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260420150000/20260420150000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 4:00pm to 6:00pm on 20th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260420150000/20260420150000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260420150000/20260420150000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-20T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-20T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421080000/20260421080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 10:00am on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260421080000/20260421080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421080000/20260421080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-21T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-21T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421090000/20260421090000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 10:00am to 11:00am on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260421090000/20260421090000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421090000/20260421090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-21T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-21T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421100000/20260421100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260421100000/20260421100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421100000/20260421100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-21T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-21T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421110000/20260421110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 1:00pm on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260421110000/20260421110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421110000/20260421110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-21T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-21T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421120000/20260421120000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 1:00pm to 2:00pm on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260421120000/20260421120000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421120000/20260421120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-21T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-21T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421130000/20260421130000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 2:00pm to 3:00pm on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260421130000/20260421130000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421130000/20260421130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-21T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-21T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421140000/20260421140000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 3:00pm to 5:00pm on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260421140000/20260421140000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421140000/20260421140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-21T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-21T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421160000/20260421160000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 5:00pm to 6:00pm on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260421160000/20260421160000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260421160000/20260421160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-21T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-21T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260422080000/20260422080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 11:00am on 22nd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260422080000/20260422080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260422080000/20260422080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-22T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-22T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260422100000/20260422100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 22nd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260422100000/20260422100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260422100000/20260422100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-22T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-22T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260422110000/20260422110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 1:00pm on 22nd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260422110000/20260422110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260422110000/20260422110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-22T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260422120000/20260422120000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 1:00pm to 6:00pm on 22nd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260422120000/20260422120000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260422120000/20260422120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-22T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423090000/20260423090000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 10:00am to 11:00am on 23rd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260423090000/20260423090000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423090000/20260423090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-23T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-23T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423100000/20260423100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 23rd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260423100000/20260423100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423100000/20260423100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-23T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423110000/20260423110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 23rd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260423110000/20260423110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423110000/20260423110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-23T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423140000/20260423140000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 3:00pm to 4:00pm on 23rd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260423140000/20260423140000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423140000/20260423140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-23T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-23T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423170000/20260423170000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 6:00pm to 9:00pm on 23rd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260423170000/20260423170000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260423170000/20260423170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-23T21:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-23T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260424100000/20260424100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 24th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260424100000/20260424100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260424100000/20260424100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-24T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-24T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260424110000/20260424110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 24th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260424110000/20260424110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260424110000/20260424110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-24T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-24T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260424130000/20260424130000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 2:00pm to 4:00pm on 24th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260424130000/20260424130000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260424130000/20260424130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-24T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-24T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260424170000/20260424170000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 6:00pm to 10:00pm on 24th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260424170000/20260424170000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260424170000/20260424170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-24T22:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-24T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260418070000/20260418070000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 8:00am to 5:00pm on 18th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260418070000/20260418070000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260418070000/20260418070000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-18T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-18T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260427080000/20260427080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 11:00am on 27th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260427080000/20260427080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260427080000/20260427080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-27T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-27T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260427100000/20260427100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 27th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260427100000/20260427100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260427100000/20260427100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-27T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-27T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260427110000/20260427110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 27th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260427110000/20260427110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260427110000/20260427110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-27T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-27T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260427150000/20260427150000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 4:00pm to 6:00pm on 27th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260427150000/20260427150000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260427150000/20260427150000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-27T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-27T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428080000/20260428080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 10:00am on 28th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260428080000/20260428080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428080000/20260428080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-28T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-28T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428100000/20260428100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 28th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260428100000/20260428100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428100000/20260428100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-28T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-28T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428110000/20260428110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 1:00pm on 28th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260428110000/20260428110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428110000/20260428110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-28T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-28T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428120000/20260428120000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 1:00pm to 2:00pm on 28th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260428120000/20260428120000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428120000/20260428120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-28T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-28T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428130000/20260428130000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 2:00pm to 3:00pm on 28th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260428130000/20260428130000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428130000/20260428130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-28T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-28T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428140000/20260428140000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 3:00pm to 5:00pm on 28th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260428140000/20260428140000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428140000/20260428140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-28T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-28T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428160000/20260428160000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 5:00pm to 6:00pm on 28th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260428160000/20260428160000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260428160000/20260428160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-28T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-28T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260429080000/20260429080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 11:00am on 29th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260429080000/20260429080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260429080000/20260429080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-29T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-29T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260429100000/20260429100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 29th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260429100000/20260429100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260429100000/20260429100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-29T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-29T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260429110000/20260429110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 1:00pm on 29th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260429110000/20260429110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260429110000/20260429110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-29T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-29T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430090000/20260430090000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 10:00am to 11:00am on 30th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260430090000/20260430090000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430090000/20260430090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-30T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-30T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430100000/20260430100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 30th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260430100000/20260430100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430100000/20260430100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-30T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-30T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430110000/20260430110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 30th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260430110000/20260430110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430110000/20260430110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-30T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-30T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430130000/20260430130000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 2:00pm to 3:00pm on 30th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260430130000/20260430130000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430130000/20260430130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-30T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-30T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430140000/20260430140000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 3:00pm to 4:00pm on 30th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260430140000/20260430140000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260430140000/20260430140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-30T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-30T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260501100000/20260501100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 1st May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260501100000/20260501100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260501100000/20260501100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-01T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-01T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260501110000/20260501110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 1st May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260501110000/20260501110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260501110000/20260501110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-01T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-01T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260501130000/20260501130000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 2:00pm to 4:00pm on 1st May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260501130000/20260501130000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260501130000/20260501130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-01T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-01T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505080000/20260505080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 10:00am on 5th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260505080000/20260505080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505080000/20260505080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-05T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-05T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505090000/20260505090000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 10:00am to 11:00am on 5th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260505090000/20260505090000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505090000/20260505090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-05T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-05T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505130000/20260505130000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 2:00pm to 3:00pm on 5th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260505130000/20260505130000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505130000/20260505130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-05T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-05T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505140000/20260505140000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 3:00pm to 5:00pm on 5th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260505140000/20260505140000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505140000/20260505140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-05T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-05T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505160000/20260505160000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 5:00pm to 6:00pm on 5th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260505160000/20260505160000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505160000/20260505160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-05T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-05T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260506080000/20260506080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 10:00am on 6th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260506080000/20260506080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260506080000/20260506080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-06T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-06T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260506110000/20260506110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 1:00pm on 6th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260506110000/20260506110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260506110000/20260506110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-06T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-06T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260507090000/20260507090000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 10:00am to 11:00am on 7th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260507090000/20260507090000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260507090000/20260507090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-07T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-07T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260507100000/20260507100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 7th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260507100000/20260507100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260507100000/20260507100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-07T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-07T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260507110000/20260507110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 7th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260507110000/20260507110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260507110000/20260507110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-07T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-07T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260507140000/20260507140000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 3:00pm to 4:00pm on 7th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260507140000/20260507140000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260507140000/20260507140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-07T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-07T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260426080000/20260426080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 6:00pm on 26th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260426080000/20260426080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260426080000/20260426080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-26T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-26T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260508090000/20260508090000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 10:00am to 11:00am on 8th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260508090000/20260508090000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260508090000/20260508090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-08T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-08T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260508100000/20260508100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 8th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260508100000/20260508100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260508100000/20260508100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-08T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-08T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260508130000/20260508130000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 2:00pm to 4:00pm on 8th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260508130000/20260508130000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260508130000/20260508130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-08T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-08T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260508150000/20260508150000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 4:00pm to 12:00am on 8th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260508150000/20260508150000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260508150000/20260508150000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-09T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-08T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260509070000/20260509070000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 8:00am to 6:00pm on 9th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260509070000/20260509070000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260509070000/20260509070000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-09T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-09T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260511080000/20260511080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 11:00am on 11th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260511080000/20260511080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260511080000/20260511080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-11T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-11T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260511110000/20260511110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 11th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260511110000/20260511110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260511110000/20260511110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-11T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-11T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260512080000/20260512080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 10:00am on 12th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260512080000/20260512080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260512080000/20260512080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-12T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-12T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260512140000/20260512140000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 3:00pm to 5:00pm on 12th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260512140000/20260512140000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260512140000/20260512140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-12T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-12T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260512160000/20260512160000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 5:00pm to 6:00pm on 12th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260512160000/20260512160000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260512160000/20260512160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-12T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-12T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260425080000/20260425080000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 9:00am to 12:00pm on 25th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260425080000/20260425080000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260425080000/20260425080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-25T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-25T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260513090000/20260513090000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 10:00am to 11:00am on 13th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260513090000/20260513090000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260513090000/20260513090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-13T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-13T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514090000/20260514090000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 10:00am to 11:00am on 14th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260514090000/20260514090000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514090000/20260514090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-14T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-14T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514100000/20260514100000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 11:00am to 12:00pm on 14th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260514100000/20260514100000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514100000/20260514100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-14T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-14T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514110000/20260514110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 14th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260514110000/20260514110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514110000/20260514110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-14T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-14T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514130000/20260514130000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 2:00pm to 3:00pm on 14th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260514130000/20260514130000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514130000/20260514130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-14T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-14T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514140000/20260514140000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 3:00pm to 4:00pm on 14th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260514140000/20260514140000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260514140000/20260514140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-14T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-14T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260515110000/20260515110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 2:00pm on 15th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260515110000/20260515110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260515110000/20260515110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-15T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-15T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/58-1065/20260516000000/20260516000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-17T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-16T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/58-1065/20260517000000/20260517000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-18T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-17T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/58-1065/20260518000000/20260518000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-19T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-18T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/58-1065/20260519000000/20260519000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-20T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-19T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/58-1065/20260520000000/20260520000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-21T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-20T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260521000000/20260521000000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 1:00am to 12:00am on 21st May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260521000000/20260521000000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260521000000/20260521000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-22T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-21T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260522000000/20260522000000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 1:00am to 12:00am on 22nd May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260522000000/20260522000000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260522000000/20260522000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-23T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-22T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260523000000/20260523000000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 1:00am to 12:00am on 23rd May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260523000000/20260523000000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260523000000/20260523000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-24T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-23T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/58-1065/20260524000000/20260524000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-25T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-24T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/58-1065/20260528000000/20260528000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-29T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-28T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505110000/20260505110000> ns4:place <http://id.southampton.ac.uk/room/58-1065> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 58/1065 booked from 12:00pm to 1:00pm on 5th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/58-1065/20260505110000/20260505110000#time> .

<http://id.southampton.ac.uk/ttevent/58-1065/20260505110000/20260505110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-05T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-05T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/58-1065/20260529000000/20260529000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-30T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-29T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .