@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/27-2040> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "27 / 2040" ;
                                           ns2:within <http://id.southampton.ac.uk/building/27> ,
                                                      <http://id.southampton.ac.uk/floor/27-2> ;
                                           dcterms:description "Chemistry School Owned Room" ;
                                           skos:notation "27-2040"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/002702040/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002702040/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002702040/RSC-_BENCH_PC> ;
                                           oo:capacity "8"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2040" .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/002702040/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in 27 / 2040" .

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

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

<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/syllabus/room-feature/002702040/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 27 / 2040" .

<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/ttevent/27-2040/20260617130000/20260617130000> ns4:place <http://id.southampton.ac.uk/room/27-2040> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2040 booked from 2:00pm to 3:00pm on 17th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2040/20260617130000/20260617130000#time> .

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/27-2040/20260630070000/20260630070000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-30T18: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/27-2040/20260701070000/20260701070000> ns4:place <http://id.southampton.ac.uk/room/27-2040> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2040 booked from 8:00am to 6:00pm on 1st July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2040/20260701070000/20260701070000#time> .

<http://id.southampton.ac.uk/ttevent/27-2040/20260701070000/20260701070000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-01T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-01T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/27-2040/20260702070000/20260702070000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-02T18: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/27-2040/20260703070000/20260703070000> ns4:place <http://id.southampton.ac.uk/room/27-2040> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2040 booked from 8:00am to 6:00pm on 3rd July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2040/20260703070000/20260703070000#time> .

<http://id.southampton.ac.uk/ttevent/27-2040/20260703070000/20260703070000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-03T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-03T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/27-2040/20260616080000/20260616080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-16T11: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/27-2040/20260714120000/20260714120000> ns4:place <http://id.southampton.ac.uk/room/27-2040> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2040 booked from 1:00pm to 3:00pm on 14th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2040/20260714120000/20260714120000#time> .

<http://id.southampton.ac.uk/ttevent/27-2040/20260714120000/20260714120000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-14T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-07-14T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/27-2040/20260623090000/20260623090000#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-23T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/27-2040/20260618080000/20260618080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-18T16: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> .