@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/28-1019> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "28 / 1019" ;
                                           ns2:within <http://id.southampton.ac.uk/building/28> ,
                                                      <http://id.southampton.ac.uk/floor/28-1> ;
                                           dcterms:description "Common Learning Space: Lecture Room" ;
                                           skos:notation "28-1019"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/00258PGSR2/RSC-_PIANO> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/00258PGSR2/RSC-_SEATS_MOVEABLE> ;
                                           oo:capacity "30"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "1019" .

<http://id.southampton.ac.uk/building/28> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Froude" ;
                                          geo:lat "50.93471"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-28-froude> ;
                                          geo:long "-1.39452"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/syllabus/room-feature/00258PGSR2/RSC-_PIANO> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_PIANO ;
                                                                          rdfs:label "Piano in 28 / 1019" .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260609070000/20260609070000#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-09T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260612160000/20260612160000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 5:00pm to 7:00pm on 12th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260612160000/20260612160000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260612160000/20260612160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-12T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-12T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260613130000/20260613130000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 2:00pm to 6:00pm on 13th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260613130000/20260613130000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260613130000/20260613130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-13T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-13T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260617090000/20260617090000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 10:00am to 2:00pm on 17th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260617090000/20260617090000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260617090000/20260617090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-17T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-17T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260619160000/20260619160000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 5:00pm to 7:00pm on 19th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260619160000/20260619160000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260619160000/20260619160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-19T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-19T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260620130000/20260620130000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 2:00pm to 6:00pm on 20th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260620130000/20260620130000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260620130000/20260620130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-20T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-20T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260626160000/20260626160000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 5:00pm to 7:00pm on 26th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260626160000/20260626160000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260626160000/20260626160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-26T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-26T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/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/28-1019/20260630070000/20260630070000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 8:00am to 3:00pm on 30th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260630070000/20260630070000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260630070000/20260630070000#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-30T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260702070000/20260702070000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 8:00am to 3:00pm on 2nd July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260702070000/20260702070000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260702070000/20260702070000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-02T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-02T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260703160000/20260703160000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 5:00pm to 7:00pm on 3rd July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260703160000/20260703160000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260703160000/20260703160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-03T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-03T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260704130000/20260704130000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 2:00pm to 7:00pm on 4th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260704130000/20260704130000#time> .

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

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

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

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260709110000/20260709110000#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-09T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260710160000/20260710160000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 5:00pm to 7:00pm on 10th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260710160000/20260710160000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260710160000/20260710160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-10T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-10T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260711130000/20260711130000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 2:00pm to 7:00pm on 11th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260711130000/20260711130000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260711130000/20260711130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-11T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-11T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260717160000/20260717160000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 5:00pm to 7:00pm on 17th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260717160000/20260717160000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260717160000/20260717160000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-17T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-17T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260717080000/20260717080000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 9:00am to 2:00pm on 17th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260717080000/20260717080000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260717080000/20260717080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-17T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-17T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260718130000/20260718130000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 2:00pm to 7:00pm on 18th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260718130000/20260718130000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260718130000/20260718130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-18T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-18T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260608170000/20260608170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-08T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-08T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260610170000/20260610170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-10T20:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-10T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260721090000/20260721090000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 10:00am to 4:00pm on 21st July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260721090000/20260721090000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260721090000/20260721090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-21T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-21T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/28-1019/20260608180000/20260608180000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 7:00pm to 11:00pm on 8th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260608180000/20260608180000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260608180000/20260608180000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-08T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-08T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260722090000/20260722090000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 10:00am to 4:00pm on 22nd July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260722090000/20260722090000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260722090000/20260722090000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-22T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-22T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260609170000/20260609170000> ns4:place <http://id.southampton.ac.uk/room/28-1019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 28/1019 booked from 6:00pm to 7:00pm on 9th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/28-1019/20260609170000/20260609170000#time> .

<http://id.southampton.ac.uk/ttevent/28-1019/20260609170000/20260609170000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-09T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-06-09T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .