@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-2042> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "27 / 2042" ;
                                           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-2042"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/002702042/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002702042/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/002702042/RSC-_WHITEBOARD> ;
                                           oo:capacity "8"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2042" .

<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/002702042/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in 27 / 2042" .

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

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

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

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

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

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

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

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

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

<http://id.southampton.ac.uk/ttevent/27-2042/20260720080000/20260720080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-20T10: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/27-2042/20260721120000/20260721120000> ns4:place <http://id.southampton.ac.uk/room/27-2042> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2042 booked from 1:00pm to 3:00pm on 21st July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2042/20260721120000/20260721120000#time> .

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

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

<http://id.southampton.ac.uk/ttevent/27-2042/20260617130000/20260617130000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-17T16: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-2042/20260721080000/20260721080000> ns4:place <http://id.southampton.ac.uk/room/27-2042> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2042 booked from 9:00am to 11:00am on 21st July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2042/20260721080000/20260721080000#time> .

<http://id.southampton.ac.uk/ttevent/27-2042/20260721080000/20260721080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-21T11: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/27-2042/20260707080000/20260707080000> ns4:place <http://id.southampton.ac.uk/room/27-2042> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2042 booked from 9:00am to 11:00am on 7th July" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2042/20260707080000/20260707080000#time> .

<http://id.southampton.ac.uk/ttevent/27-2042/20260707080000/20260707080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-07-07T11: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/27-2042/20260623080000/20260623080000> ns4:place <http://id.southampton.ac.uk/room/27-2042> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2042 booked from 9:00am to 11:00am on 23rd June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2042/20260623080000/20260623080000#time> .

<http://id.southampton.ac.uk/ttevent/27-2042/20260623080000/20260623080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-06-23T11: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/27-2042/20260615090000/20260615090000> ns4:place <http://id.southampton.ac.uk/room/27-2042> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 27/2042 booked from 10:00am to 2:00pm on 15th June" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/27-2042/20260615090000/20260615090000#time> .

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