@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 oo: <http://purl.org/openorg/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@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/67-1037> rdf:type ns0:Room ,
                                                    ns1:CentrallyBookableSyllabusLocation ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "67 / 1037" ;
                                           ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-1> ;
                                           dcterms:description "Common Learning Space: Lecture Theatre" ;
                                           skos:notation "67-1037"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_IND> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_VIS> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_WIRELESS_NETWORK> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_LAP> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_SCREEN> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_SEATS_FIXED_TIERED> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28A%29_Ground_Floor_Room_Fully_Accessible> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_DVD> ;
                                           oo:capacity "252"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1037" .

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

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

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

<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/006701037/RSC-_VIS> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_VIS ;
                                                                       rdfs:label "Video overhead projector (Video OHP) in 67 / 1037" .

<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/006701037/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 67 / 1037" .

<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/006701037/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in 67 / 1037" .

<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/006701037/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 67 / 1037" .

<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/006701037/RSC-_WIRELESS_NETWORK> rdf:type ns1:RoomFeature ,
                                                                                             ns3:RSC-_WIRELESS_NETWORK ;
                                                                                    rdfs:label "Wireless internet access in 67 / 1037" .

<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/006701037/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 67 / 1037" .

<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/006701037/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in 67 / 1037" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/006701037/RSC-_SEATS_FIXED_TIERED> rdf:type ns1:RoomFeature ,
                                                                                               ns3:RSC-_SEATS_FIXED_TIERED ;
                                                                                      rdfs:label "Fixed seats - tiered in 67 / 1037" .

<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/006701037/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible> rdf:type ns1:RoomFeature ,
                                                                                                                                                    ns3:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28A%29_Ground_Floor_Room_Fully_Accessible ;
                                                                                                                                           rdfs:label "RSC- ACCESS - INSTRUCTOR (A) Ground Floor Room Fully Accessible in 67 / 1037" .

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

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

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

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

<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/ttevent/67-1037/20260612170000/20260612170000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 6:00pm to 10:00pm on 12th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260612170000/20260612170000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260612170000/20260612170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-12T22:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-12T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/67-1037/20260618090000/20260618090000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 10:00am to 3:00pm on 18th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260618090000/20260618090000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260618090000/20260618090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-18T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-18T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/67-1037/20260619170000/20260619170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-19T22:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-19T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260624080000/20260624080000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 9:00am to 5:00pm on 24th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260624080000/20260624080000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260624080000/20260624080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-24T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-24T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260622080000/20260622080000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 9:00am to 12:00pm on 22nd June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260622080000/20260622080000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260622080000/20260622080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-22T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-22T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260622120000/20260622120000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 1:00pm to 4:00pm on 22nd June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260622120000/20260622120000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260622120000/20260622120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-22T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260626170000/20260626170000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 6:00pm to 10:00pm on 26th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260626170000/20260626170000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260626170000/20260626170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-26T22:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-26T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/67-1037/20260629080000/20260629080000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 9:00am to 12:00pm on 29th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260629080000/20260629080000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260629080000/20260629080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-29T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-29T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260701080000/20260701080000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 9:00am to 5:00pm on 1st July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260701080000/20260701080000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260701080000/20260701080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-01T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-01T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/67-1037/20260630080000/20260630080000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 9:00am to 2:00pm on 30th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260630080000/20260630080000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260630080000/20260630080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-30T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-30T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260703120000/20260703120000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 1:00pm to 2:00pm on 3rd July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260703120000/20260703120000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260703120000/20260703120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-03T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-03T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260708090000/20260708090000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 10:00am to 1:00pm on 8th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260708090000/20260708090000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260708090000/20260708090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-08T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-08T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260708120000/20260708120000> ns4:place <http://id.southampton.ac.uk/room/67-1037> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/1037 booked from 1:00pm to 4:00pm on 8th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-1037/20260708120000/20260708120000#time> .

<http://id.southampton.ac.uk/ttevent/67-1037/20260708120000/20260708120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-08T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-08T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/67-1037/20260710080000/20260710080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-10T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-10T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/67-1037/20260716090000/20260716090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-16T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-16T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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