@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/46-2003> rdf:type ns0:Room ,
                                                    ns1:CentrallyBookableSyllabusLocation ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Lecture Theatre B" ,
                                                      "46 / 2003 (L/T B)" ;
                                           ns2:within <http://id.southampton.ac.uk/building/46> ,
                                                      <http://id.southampton.ac.uk/floor/46-2> ;
                                           dcterms:description "Common Learning Space: Lecture Theatre B" ;
                                           skos:notation "46-2003"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B4602003A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B4602003B.jpg> ;
                                           geo:lat "50.93446742"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.399813612"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-VIS-REC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_SYM> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_DVD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_CHALKBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_SEATS_FIXED_TIERED> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_SCREEN> ;
                                           dcterms:spatial "POLYGON((-1.399906691 50.9344328622,-1.399841653 50.9345240085,-1.399764847 50.9345022127,-1.3997441858 50.9345309719,-1.3997131939 50.9345219139,-1.399799522 50.9344028009,-1.399906691 50.9344328622))" ;
                                           oo:capacity "115"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2003 (Lecture Theatre B)" .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 46 / 2003 (L/T B)" .

<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/004602003/RSC-VIS-REC> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-VIS-REC ;
                                                                          rdfs:label "Video overhead projector (Recordable) in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_VIS> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_VIS ;
                                                                       rdfs:label "Video overhead projector (Video OHP) in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_IND> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_IND ;
                                                                       rdfs:label "Induction loop for hearing aid users in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_DVD> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_DVD ;
                                                                       rdfs:label "DVD player in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns3:RSC-_WIRELESS_NETWORK ;
                                                                                    rdfs:label "Wireless internet access in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_CHALKBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_CHALKBOARD ;
                                                                              rdfs:label "Chalk board in 46 / 2003 (L/T B)" .

<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/004602003/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 46 / 2003 (L/T B)" .

<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/syllabus/room-feature/004602003/RSC-_SEATS_FIXED_TIERED> rdf:type ns1:RoomFeature ,
                                                                                               ns3:RSC-_SEATS_FIXED_TIERED ;
                                                                                      rdfs:label "Fixed seats - tiered in 46 / 2003 (L/T B)" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/004602003/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in 46 / 2003 (L/T B)" .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260310090000/20260310090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-10T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-10T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260310100000/20260310100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-10T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-10T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310110000/20260310110000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 11:00am to 12:00pm on 10th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260310110000/20260310110000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310110000/20260310110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-10T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-10T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310120000/20260310120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 12:00pm to 1:00pm on 10th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260310120000/20260310120000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310120000/20260310120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-10T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-10T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310130000/20260310130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 2:00pm on 10th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260310130000/20260310130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310130000/20260310130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-10T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-10T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310140000/20260310140000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 2:00pm to 4:00pm on 10th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260310140000/20260310140000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310140000/20260310140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-10T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-10T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310160000/20260310160000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 4:00pm to 5:00pm on 10th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260310160000/20260310160000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260310160000/20260310160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-10T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-10T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260310170000/20260310170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-10T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-10T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260311090000/20260311090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-11T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-11T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260311100000/20260311100000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 10:00am to 12:00pm on 11th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260311100000/20260311100000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260311100000/20260311100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-11T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-11T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260311120000/20260311120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 12:00pm to 1:00pm on 11th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260311120000/20260311120000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260311120000/20260311120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-11T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-11T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260311140000/20260311140000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 2:00pm to 4:00pm on 11th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260311140000/20260311140000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260311140000/20260311140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-11T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-11T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260312090000/20260312090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-12T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-12T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260312100000/20260312100000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 10:00am to 11:00am on 12th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260312100000/20260312100000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260312100000/20260312100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-12T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-12T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260312110000/20260312110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-12T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-12T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260312120000/20260312120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-12T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-12T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260312130000/20260312130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 3:00pm on 12th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260312130000/20260312130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260312130000/20260312130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-12T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-12T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260312180000/20260312180000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 6:00pm to 10:00pm on 12th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260312180000/20260312180000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260312180000/20260312180000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-12T22:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-12T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313110000/20260313110000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 11:00am to 1:00pm on 13th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260313110000/20260313110000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313110000/20260313110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-13T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-13T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313130000/20260313130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 2:00pm on 13th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260313130000/20260313130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313130000/20260313130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-13T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-13T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313140000/20260313140000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 2:00pm to 3:00pm on 13th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260313140000/20260313140000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313140000/20260313140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-13T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-13T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313150000/20260313150000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 3:00pm to 4:00pm on 13th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260313150000/20260313150000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313150000/20260313150000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-13T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-13T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313160000/20260313160000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 4:00pm to 6:00pm on 13th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260313160000/20260313160000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313160000/20260313160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-13T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-13T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313180000/20260313180000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 6:00pm to 12:00am on 13th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260313180000/20260313180000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260313180000/20260313180000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-14T00:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-13T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260314080000/20260314080000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 8:00am to 7:00pm on 14th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260314080000/20260314080000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260314080000/20260314080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-14T19:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-14T08:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316090000/20260316090000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 9:00am to 10:00am on 16th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260316090000/20260316090000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316090000/20260316090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-16T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-16T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316100000/20260316100000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 10:00am to 12:00pm on 16th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260316100000/20260316100000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316100000/20260316100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-16T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-16T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316120000/20260316120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 12:00pm to 1:00pm on 16th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260316120000/20260316120000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316120000/20260316120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-16T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-16T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316130000/20260316130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 2:00pm on 16th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260316130000/20260316130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316130000/20260316130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-16T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-16T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316150000/20260316150000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 3:00pm to 4:00pm on 16th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260316150000/20260316150000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316150000/20260316150000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-16T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-16T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316160000/20260316160000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 4:00pm to 6:00pm on 16th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260316160000/20260316160000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316160000/20260316160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-16T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-16T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316180000/20260316180000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 6:00pm to 10:00pm on 16th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260316180000/20260316180000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260316180000/20260316180000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-16T22:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-16T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317090000/20260317090000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 9:00am to 10:00am on 17th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260317090000/20260317090000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317090000/20260317090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-17T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-17T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317110000/20260317110000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 11:00am to 12:00pm on 17th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260317110000/20260317110000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317110000/20260317110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-17T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-17T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317120000/20260317120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 12:00pm to 1:00pm on 17th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260317120000/20260317120000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317120000/20260317120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-17T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-17T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317130000/20260317130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 2:00pm on 17th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260317130000/20260317130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317130000/20260317130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-17T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-17T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317140000/20260317140000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 2:00pm to 4:00pm on 17th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260317140000/20260317140000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317140000/20260317140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-17T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-17T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317160000/20260317160000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 4:00pm to 5:00pm on 17th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260317160000/20260317160000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260317160000/20260317160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-17T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-17T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260317170000/20260317170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-17T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-17T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318090000/20260318090000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 9:00am to 10:00am on 18th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260318090000/20260318090000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318090000/20260318090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-18T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-18T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318100000/20260318100000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 10:00am to 12:00pm on 18th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260318100000/20260318100000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318100000/20260318100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-18T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-18T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318120000/20260318120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 12:00pm to 1:00pm on 18th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260318120000/20260318120000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318120000/20260318120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-18T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-18T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318130000/20260318130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 4:00pm on 18th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260318130000/20260318130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318130000/20260318130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-18T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-18T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319090000/20260319090000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 9:00am to 10:00am on 19th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260319090000/20260319090000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319090000/20260319090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-19T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-19T09:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319100000/20260319100000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 10:00am to 11:00am on 19th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260319100000/20260319100000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319100000/20260319100000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-19T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-19T10:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319110000/20260319110000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 11:00am to 12:00pm on 19th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260319110000/20260319110000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319110000/20260319110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-19T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-19T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319120000/20260319120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 12:00pm to 1:00pm on 19th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260319120000/20260319120000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319120000/20260319120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-19T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-19T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319130000/20260319130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 3:00pm on 19th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260319130000/20260319130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319130000/20260319130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-19T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-19T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319180000/20260319180000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 6:00pm to 10:00pm on 19th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260319180000/20260319180000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260319180000/20260319180000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-19T22:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-19T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320110000/20260320110000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 11:00am to 1:00pm on 20th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260320110000/20260320110000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320110000/20260320110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-20T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-20T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320130000/20260320130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 2:00pm on 20th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260320130000/20260320130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320130000/20260320130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-20T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-20T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320140000/20260320140000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 2:00pm to 3:00pm on 20th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260320140000/20260320140000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320140000/20260320140000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-20T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-20T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320150000/20260320150000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 3:00pm to 4:00pm on 20th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260320150000/20260320150000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320150000/20260320150000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-20T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-20T15:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260320160000/20260320160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-20T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-20T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320180000/20260320180000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 6:00pm to 9:00pm on 20th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260320180000/20260320180000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260320180000/20260320180000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-20T21:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-20T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260323160000/20260323160000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 4:00pm to 6:00pm on 23rd March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260323160000/20260323160000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260323160000/20260323160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-23T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-23T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260327120000/20260327120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-28T00:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-27T12:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260328080000/20260328080000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 8:00am to 6:00pm on 28th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260328080000/20260328080000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260328080000/20260328080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-28T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-28T08:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260326130000/20260326130000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 5:00pm on 26th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260326130000/20260326130000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260326130000/20260326130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-26T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-26T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260318160000/20260318160000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 4:00pm to 9:00pm on 18th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260318160000/20260318160000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260318160000/20260318160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-18T21:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-18T16:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260420080000/20260420080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-20T10: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/46-2003/20260420090000/20260420090000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 10:00am to 12:00pm on 20th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260420090000/20260420090000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260420090000/20260420090000#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-20T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260420110000/20260420110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-20T13: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/46-2003/20260420120000/20260420120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 3:00pm on 20th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260420120000/20260420120000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260420120000/20260420120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-20T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-20T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/46-2003/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/46-2003/20260421150000/20260421150000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 4:00pm to 5:00pm on 21st April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260421150000/20260421150000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260421150000/20260421150000#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-21T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/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/46-2003/20260422080000/20260422080000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 9:00am to 10:00am on 22nd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260422080000/20260422080000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260422080000/20260422080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-22T10: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/46-2003/20260422090000/20260422090000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 10:00am to 12:00pm on 22nd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260422090000/20260422090000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260422090000/20260422090000#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-22T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/46-2003/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/46-2003/20260422120000/20260422120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 4:00pm on 22nd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260422120000/20260422120000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260422120000/20260422120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-22T16: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/46-2003/20260422150000/20260422150000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 4:00pm to 6:00pm on 22nd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260422150000/20260422150000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260422150000/20260422150000#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-22T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260311180000/20260311180000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 6:00pm to 8:00pm on 11th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260311180000/20260311180000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260311180000/20260311180000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-11T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-11T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260315180000/20260315180000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 6:00pm to 8:00pm on 15th March" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260315180000/20260315180000#time> .

<http://id.southampton.ac.uk/ttevent/46-2003/20260315180000/20260315180000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-03-15T20:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-03-15T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/46-2003/20260423110000/20260423110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-23T13: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/46-2003/20260423120000/20260423120000> ns4:place <http://id.southampton.ac.uk/room/46-2003> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 46/2003 booked from 1:00pm to 3:00pm on 23rd April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/46-2003/20260423120000/20260423120000#time> .

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