@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/9500-AB225> rdf:type ns0:Room ,
                                                       ns1:SyllabusLocation ;
                                              rdfs:label "SGH 9500 SAB / AB225" ;
                                              ns2:within <http://id.southampton.ac.uk/building/9500> ;
                                              dcterms:description "South Academic Block - Common Learning Space" ;
                                              skos:notation "9500-AB225"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                              oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/9500AB225/RSC-_BENCH_PC> ,
                                                            <http://id.southampton.ac.uk/syllabus/room-feature/9500AB225/RSC-_DVDPC> ,
                                                            <http://id.southampton.ac.uk/syllabus/room-feature/9500AB225/RSC-_SYM> ,
                                                            <http://id.southampton.ac.uk/syllabus/room-feature/9500AB225/RSC-_LAP> ;
                                              oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                              ns1:shortName "AB225" .

<http://id.southampton.ac.uk/building/9500> rdf:type ns0:Building ,
                                                     ns1:UoSBuilding ;
                                            rdfs:label "South Academic Block" ;
                                            geo:lat "50.93236"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.43644"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<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/9500AB225/RSC-_DVDPC> rdf:type ns1:RoomFeature ,
                                                                                  ns3:RSC-_DVDPC ;
                                                                         rdfs:label "DVD playback via PC in SGH 9500 SAB / AB225" .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260624070000/20260624070000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 8:00am to 6:00pm on 24th June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260624070000/20260624070000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260624070000/20260624070000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-24T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-24T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260617160000/20260617160000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 5:00pm to 8:00pm on 17th June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260617160000/20260617160000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260617160000/20260617160000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-17T20:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-17T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260626070000/20260626070000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 8:00am to 12:00pm on 26th June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260626070000/20260626070000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260626070000/20260626070000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-26T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-26T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260609090000/20260609090000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-09T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-09T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260623110000/20260623110000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 12:00pm to 9:00pm on 23rd June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260623110000/20260623110000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260623110000/20260623110000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-23T21:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260625070000/20260625070000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 8:00am to 6:00pm on 25th June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260625070000/20260625070000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260625070000/20260625070000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-25T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-25T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260622080000/20260622080000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-22T17: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/9500-AB225/20260630120000/20260630120000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 1:00pm to 3:00pm on 30th June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260630120000/20260630120000#time> .

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260702150000/20260702150000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 4:00pm to 5:00pm on 2nd July" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260702150000/20260702150000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260702150000/20260702150000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-07-02T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-07-02T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260611150000/20260611150000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 4:00pm to 5:00pm on 11th June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260611150000/20260611150000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260611150000/20260611150000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-11T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-11T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260618150000/20260618150000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 4:00pm to 5:00pm on 18th June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260618150000/20260618150000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260618150000/20260618150000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-18T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-18T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260708080000/20260708080000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 9:00am to 12:00pm on 8th July" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260708080000/20260708080000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260708080000/20260708080000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-07-08T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-07-08T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260709150000/20260709150000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 4:00pm to 5:00pm on 9th July" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260709150000/20260709150000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260709150000/20260709150000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-07-09T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-07-09T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260716150000/20260716150000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 4:00pm to 5:00pm on 16th July" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260716150000/20260716150000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260716150000/20260716150000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-07-16T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-07-16T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260612120000/20260612120000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-12T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-12T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260616080000/20260616080000#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-16T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260723150000/20260723150000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 4:00pm to 5:00pm on 23rd July" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260723150000/20260723150000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260723150000/20260723150000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-07-23T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-07-23T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260623090000/20260623090000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 10:00am to 12:00pm on 23rd June" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260623090000/20260623090000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260623090000/20260623090000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-06-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-06-23T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260720070000/20260720070000> ns4:place <http://id.southampton.ac.uk/room/9500-AB225> ;
                                                                               rdf:type ns4:Event ,
                                                                                        ns1:RoomBookedEvent ;
                                                                               rdfs:label "Room 9500/AB225 booked from 8:00am to 5:00pm on 20th July" ;
                                                                               ns4:time <http://id.southampton.ac.uk/ttevent/9500-AB225/20260720070000/20260720070000#time> .

<http://id.southampton.ac.uk/ttevent/9500-AB225/20260720070000/20260720070000#time> rdf:type ns5:Interval ;
                                                                                    ns5:end "2026-07-20T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns5:start "2026-07-20T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .