@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 foaf: <http://xmlns.com/foaf/0.1/> .
@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/67-2019> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Tutorial Room 5" ,
                                                      "67 / 2019 T The Flat" ;
                                           ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-2> ;
                                           dcterms:description "The Flat" ;
                                           skos:notation "67-2019"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           foaf:depiction <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6702019A.jpg> ,
                                                          <http://www.southampton.ac.uk/studentadmin/academicprogmang/timetabling/learningspace/images/B6702019B.jpg> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_SEATS_MOVEABLE> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_WHITEBOARD> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_BENCH_PC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DVDPC> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> ,
                                                         <http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_LAP> ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2019 T The Flat" .

<http://id.southampton.ac.uk/building/67> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Nightingale" ;
                                          geo:lat "50.93674"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39658"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                                ns3:RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan ;
                                                                                                                                                                       rdfs:label "RSC- ACCESS - INSTRUCTOR (B) Upper Floor Room Egress Standard Lift & Evac Management Plan in 67 / 2019 T The Flat" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_INSTRUCTOR_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type rdfs:Class ,
                                                                                                                                                                 ns1:RoomFeatureClass ;
                                                                                                                                                        rdfs:label "RSC- ACCESS - INSTRUCTOR (B) Upper Floor Room Egress Standard Lift & Evac Management Plan" ;
                                                                                                                                                        rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in 67 / 2019 T The Flat" .

<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/006702019/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in 67 / 2019 T The Flat" .

<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/006702019/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type ns1:RoomFeature ,
                                                                                                                                                                              ns3:RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan ;
                                                                                                                                                                     rdfs:label "RSC- ACCESS - AUDIENCE (B) Upper Floor Room Egress Standard Lift & Evac Management Plan in 67 / 2019 T The Flat" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DISABLED_ACCESS_-_AUDIENCE_%28B%29_Upper_Floor_Room_Egress_Standard_Lift_%26_Evac_Management_Plan> rdf:type rdfs:Class ,
                                                                                                                                                               ns1:RoomFeatureClass ;
                                                                                                                                                      rdfs:label "RSC- ACCESS - AUDIENCE (B) Upper Floor Room Egress Standard Lift & Evac Management Plan" ;
                                                                                                                                                      rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in 67 / 2019 T The Flat" .

<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/006702019/RSC-_DVDPC> rdf:type ns1:RoomFeature ,
                                                                                  ns3:RSC-_DVDPC ;
                                                                         rdfs:label "DVD playback via PC in 67 / 2019 T The Flat" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type ns1:RoomFeature ,
                                                                                                             ns3:RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION ;
                                                                                                    rdfs:label "Data and Video Projection in 67 / 2019 T The Flat" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_DATA%2FVIDEO_REPLAY%2FPROJECTION> rdf:type rdfs:Class ,
                                                                                              ns1:RoomFeatureClass ;
                                                                                     rdfs:label "Data and Video Projection" ;
                                                                                     rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/006702019/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in 67 / 2019 T The Flat" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_LAP> rdf:type rdfs:Class ,
                                                                 ns1:RoomFeatureClass ;
                                                        rdfs:label "Network connection for laptops" ;
                                                        rdfs:subClassOf oo:Feature .

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

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

<http://id.southampton.ac.uk/ttevent/67-2019/20260420080000/20260420080000> ns4:place <http://id.southampton.ac.uk/room/67-2019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2019 booked from 9:00am to 4:00pm on 20th April" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-2019/20260420080000/20260420080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260420080000/20260420080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-20T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-20T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/67-2019/20260427080000/20260427080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-04-27T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-04-27T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260508110000/20260508110000> ns4:place <http://id.southampton.ac.uk/room/67-2019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2019 booked from 12:00pm to 6:00pm on 8th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-2019/20260508110000/20260508110000#time> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260508110000/20260508110000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-08T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-08T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260511080000/20260511080000> ns4:place <http://id.southampton.ac.uk/room/67-2019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2019 booked from 9:00am to 5:00pm on 11th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-2019/20260511080000/20260511080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260511080000/20260511080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-11T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-11T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/67-2019/20260512080000/20260512080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-12T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-12T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260513080000/20260513080000> ns4:place <http://id.southampton.ac.uk/room/67-2019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2019 booked from 9:00am to 5:00pm on 13th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-2019/20260513080000/20260513080000#time> .

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

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

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

<http://id.southampton.ac.uk/ttevent/67-2019/20260518080000/20260518080000> ns4:place <http://id.southampton.ac.uk/room/67-2019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2019 booked from 9:00am to 5:00pm on 18th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-2019/20260518080000/20260518080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260518080000/20260518080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-18T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-18T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/67-2019/20260519080000/20260519080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-19T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-19T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260520080000/20260520080000> ns4:place <http://id.southampton.ac.uk/room/67-2019> ;
                                                                            rdf:type ns4:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2019 booked from 9:00am to 5:00pm on 20th May" ;
                                                                            ns4:time <http://id.southampton.ac.uk/ttevent/67-2019/20260520080000/20260520080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2019/20260520080000/20260520080000#time> rdf:type ns5:Interval ;
                                                                                 ns5:end "2026-05-20T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns5:start "2026-05-20T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

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