@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/> .

<http://id.southampton.ac.uk/room/176-1039> rdf:type ns0:Room ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "Boldrewood 176 / 1039 (Lab)" ;
                                            ns2:within <http://id.southampton.ac.uk/building/176> ,
                                                       <http://id.southampton.ac.uk/floor/176-1> ;
                                            dcterms:description "Teaching Laboratory (Engineering only)" ;
                                            skos:notation "176-1039"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/017601039/RSC-_WHITEBOARD> ;
                                            oo:capacity "16"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "1039 (Lab)" .

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

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

<http://id.southampton.ac.uk/syllabus/room-feature/017601039/RSC-_WHITEBOARD> rdf:type ns1:RoomFeature ,
                                                                                       ns3:RSC-_WHITEBOARD ;
                                                                              rdfs:label "Whiteboard in Boldrewood 176 / 1039 (Lab)" .

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