@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/65B-1007> rdf:type ns0:Room ,
                                                     ns1:CentrallyBookableSyllabusLocation ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "Avenue 65b / 1007" ;
                                            ns2:within <http://id.southampton.ac.uk/building/65B> ,
                                                       <http://id.southampton.ac.uk/floor/65B-1> ;
                                            dcterms:description "Common Learning Space: Avenue Seminar Room" ;
                                            skos:notation "65B-1007"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/065B01007/RSC-_BENCH_PC> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/065B01007/RSC-_SYM> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/065B01007/RSC-_SEATS_MOVEABLE> ;
                                            oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "1007" .

<http://id.southampton.ac.uk/building/65B> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "Burgess" ;
                                           geo:lat "50.92884"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40363"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/syllabus/room-feature/065B01007/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in Avenue 65b / 1007" .

<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/065B01007/RSC-_SYM> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_SYM ;
                                                                       rdfs:label "Sympodium (Smartscreen for the PC) in Avenue 65b / 1007" .

<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/065B01007/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in Avenue 65b / 1007" .

<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/65B-1007/20260623080000/20260623080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 23rd June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260623080000/20260623080000#time> .

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

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

<http://id.southampton.ac.uk/ttevent/65B-1007/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/65B-1007/20260625080000/20260625080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 25th June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260625080000/20260625080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260625080000/20260625080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-25T17: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> .

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/65B-1007/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/65B-1007/20260618080000/20260618080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 18th June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260618080000/20260618080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260618080000/20260618080000#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-18T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260619080000/20260619080000#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-19T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260615080000/20260615080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-15T17: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/65B-1007/20260629080000/20260629080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 29th June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260629080000/20260629080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260629080000/20260629080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-29T17: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/65B-1007/20260630080000/20260630080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 30th June" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260630080000/20260630080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260630080000/20260630080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-06-30T17: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/65B-1007/20260701080000/20260701080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 1st July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260701080000/20260701080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/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/65B-1007/20260702080000/20260702080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 2nd July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260702080000/20260702080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260702080000/20260702080000#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-02T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260703080000/20260703080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 3rd July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260703080000/20260703080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260703080000/20260703080000#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-03T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260706080000/20260706080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 6th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260706080000/20260706080000#time> .

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260707080000/20260707080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 7th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260707080000/20260707080000#time> .

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

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260708080000/20260708080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-08T17: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/65B-1007/20260709080000/20260709080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 9th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260709080000/20260709080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260709080000/20260709080000#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-09T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260710080000/20260710080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-10T17: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/65B-1007/20260713080000/20260713080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 13th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260713080000/20260713080000#time> .

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260714080000/20260714080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 14th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260714080000/20260714080000#time> .

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260715080000/20260715080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 15th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260715080000/20260715080000#time> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260717080000/20260717080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-17T17: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/65B-1007/20260720080000/20260720080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 20th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260720080000/20260720080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260720080000/20260720080000#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-20T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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

<http://id.southampton.ac.uk/ttevent/65B-1007/20260723080000/20260723080000> ns4:place <http://id.southampton.ac.uk/room/65B-1007> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 65B/1007 booked from 9:00am to 5:00pm on 23rd July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/65B-1007/20260723080000/20260723080000#time> .

<http://id.southampton.ac.uk/ttevent/65B-1007/20260723080000/20260723080000#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-23T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .