@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/185-3015> rdf:type ns0:Room ,
                                                     ns1:CentrallyBookableSyllabusLocation ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "Boldrewood 185 / 3015" ;
                                            ns2:within <http://id.southampton.ac.uk/building/185> ,
                                                       <http://id.southampton.ac.uk/floor/185-3> ;
                                            dcterms:description "Common Learning Space: Lecture Room" ;
                                            skos:notation "185-3015"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/018503015/RSC-_SCREEN> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/018503015/RSC-_WHITEBOARD> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/018503015/RSC-_BENCH_PC> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/018503015/RSC-_SEATS_MOVEABLE> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/018503015/RSC-_LAP> ;
                                            oo:capacity "32"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "3015" .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/018503015/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in Boldrewood 185 / 3015" .

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

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

<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/018503015/RSC-_BENCH_PC> rdf:type ns1:RoomFeature ,
                                                                                     ns3:RSC-_BENCH_PC ;
                                                                            rdfs:label "Bench PC in Boldrewood 185 / 3015" .

<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/018503015/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in Boldrewood 185 / 3015" .

<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/018503015/RSC-_LAP> rdf:type ns1:RoomFeature ,
                                                                                ns3:RSC-_LAP ;
                                                                       rdfs:label "Network connection for laptops in Boldrewood 185 / 3015" .

<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/185-3015/20260823110000/20260823110000> ns4:place <http://id.southampton.ac.uk/room/185-3015> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 185/3015 booked from 12:00pm to 7:00pm on 23rd August" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/185-3015/20260823110000/20260823110000#time> .

<http://id.southampton.ac.uk/ttevent/185-3015/20260823110000/20260823110000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-08-23T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-08-23T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .