@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/54-5025> rdf:type ns0:Room ,
                                                    ns1:CentrallyBookableSyllabusLocation ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Lecture Room 5B" ,
                                                      "54 / 5025 (5B)" ;
                                           ns2:within <http://id.southampton.ac.uk/building/54> ,
                                                      <http://id.southampton.ac.uk/floor/54-5> ;
                                           dcterms:description "Common Learning Space" ;
                                           skos:notation "54-5025"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5405025A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B5405025B.jpg> ;
                                           geo:lat "50.9363866"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.398842788"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:access "Access is via stairs or lift (not egress standard)." ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_DVD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-VIS-REC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_CHALKBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_SEATS_FIXED_FLAT> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_BENCH_PC> ;
                                           dcterms:spatial "POLYGON((-1.3989356122 50.936374806,-1.3988842285 50.9364399644,-1.398751188 50.9363988087,-1.3987994276 50.9363331974,-1.3988208973 50.9363397642,-1.3989235748 50.9363710697,-1.3989356122 50.936374806))" ;
                                           oo:capacity "97"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "5025 (5B)" .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_DVD> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_DVD ;
                                                                       rdfs:label "DVD player in 54 / 5025 (5B)" .

<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/005405025/RSC-VIS-REC> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-VIS-REC ;
                                                                          rdfs:label "Video overhead projector (Recordable) in 54 / 5025 (5B)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-VIS-REC> rdf:type rdfs:Class ,
                                                                    ns1:RoomFeatureClass ;
                                                           rdfs:label "Video overhead projector (Recordable)" ;
                                                           rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_IND> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_IND ;
                                                                       rdfs:label "Induction loop for hearing aid users in 54 / 5025 (5B)" .

<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/005405025/RSC-_VIS> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_VIS ;
                                                                       rdfs:label "Video overhead projector (Video OHP) in 54 / 5025 (5B)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_VIS> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Video overhead projector (Video OHP)" ;
                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 54 / 5025 (5B)" .

<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/005405025/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 54 / 5025 (5B)" .

<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/005405025/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                                            ns3:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29 ;
                                                                                                                                                                                                   rdfs:label "RSC- ACCESS - INSTRUCTOR (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates) in 54 / 5025 (5B)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type rdfs:Class ,
                                                                                                                                                                                             ns1:RoomFeatureClass ;
                                                                                                                                                                                    rdfs:label "RSC- ACCESS - INSTRUCTOR (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates)" ;
                                                                                                                                                                                    rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in 54 / 5025 (5B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_CHALKBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_CHALKBOARD ;
                                                                              rdfs:label "Chalk board in 54 / 5025 (5B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_SEATS_FIXED_FLAT> rdf:type ns1:RoomFeature ,
                                                                                             ns3:RSC-_SEATS_FIXED_FLAT ;
                                                                                    rdfs:label "Fixed seats - flat in 54 / 5025 (5B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                                          ns3:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29 ;
                                                                                                                                                                                                 rdfs:label "RSC- ACCESS - AUDIENCE (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates) in 54 / 5025 (5B)" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28X%29_Not_Egress_Standard_%28No_access_for_wheelchairs%2C_difficult_access_for_semi-ambulates%29> rdf:type rdfs:Class ,
                                                                                                                                                                                           ns1:RoomFeatureClass ;
                                                                                                                                                                                  rdfs:label "RSC- ACCESS - AUDIENCE (X) Not Egress Standard (No access for wheelchairs, difficult access for semi-ambulates)" ;
                                                                                                                                                                                  rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/005405025/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 54 / 5025 (5B)" .

<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/54-5025/20260515080000/20260515080000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 9:00am to 10:00am on 15th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260515080000/20260515080000#time> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/54-5025/20260515150000/20260515150000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-15T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-15T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/54-5025/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> .

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

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

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

<http://id.southampton.ac.uk/ttevent/54-5025/20260531000000/20260531000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-01T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-31T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-5025/20260601000000/20260601000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-02T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-01T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260602000000/20260602000000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 1:00am to 12:00am on 2nd June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260602000000/20260602000000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260602000000/20260602000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-03T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-02T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260603000000/20260603000000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 1:00am to 12:00am on 3rd June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260603000000/20260603000000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260603000000/20260603000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-04T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-03T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260604000000/20260604000000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 1:00am to 12:00am on 4th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260604000000/20260604000000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260604000000/20260604000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-05T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-04T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260605000000/20260605000000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 1:00am to 12:00am on 5th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260605000000/20260605000000#time> .

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

<http://id.southampton.ac.uk/ttevent/54-5025/20260606000000/20260606000000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 1:00am to 12:00am on 6th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260606000000/20260606000000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260606000000/20260606000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-07T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-06T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260607000000/20260607000000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 1:00am to 12:00am on 7th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260607000000/20260607000000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260607000000/20260607000000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-08T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-07T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-5025/20260515070000/20260515070000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-15T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-15T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/54-5025/20260515110000/20260515110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-15T16: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/54-5025/20260515160000/20260515160000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 5:00pm to 12:00am on 15th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260515160000/20260515160000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260515160000/20260515160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-16T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-15T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260616120000/20260616120000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 1:00pm to 3:00pm on 16th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260616120000/20260616120000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260616120000/20260616120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-16T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-16T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260622090000/20260622090000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 10:00am to 11:00am on 22nd June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260622090000/20260622090000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260622090000/20260622090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-22T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-22T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260624130000/20260624130000> ns4:place <http://id.southampton.ac.uk/room/54-5025> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 54/5025 booked from 2:00pm to 3:00pm on 24th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/54-5025/20260624130000/20260624130000#time> .

<http://id.southampton.ac.uk/ttevent/54-5025/20260624130000/20260624130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-24T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-24T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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