@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix ns2: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns3: <http://id.southampton.ac.uk/location-feature/> .

<http://id.southampton.ac.uk/room/37-3107> rdf:type ns0:Room ;
                                           rdfs:label "37 / 3107" ;
                                           ns1:within <http://id.southampton.ac.uk/building/37> ,
                                                      <http://id.southampton.ac.uk/floor/37-3> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID301080> ,
                                                         <http://id.southampton.ac.uk/mfd/PR-ID298175> ,
                                                         <http://id.southampton.ac.uk/mfd/PR-ID301553> ;
                                           ns2:roomNumber "3107" .

<http://id.southampton.ac.uk/building/37> rdf:type ns0:Building ,
                                                   ns2:UoSBuilding ;
                                          rdfs:label "George Thomas" ;
                                          geo:lat "50.93403"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-37-george-thomas> ;
                                          geo:long "-1.39566"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/location-feature/MFD> rdf:type rdfs:Class ,
                                                            ns2:RoomFeatureClass ;
                                                   rdfs:label "MFD" ;
                                                   rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/mfd/PR-ID301080> rdf:type ns3:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID301080" .

<http://id.southampton.ac.uk/mfd/PR-ID298175> rdf:type ns3:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID298175" .

<http://id.southampton.ac.uk/mfd/PR-ID301553> rdf:type ns3:MFD ;
                                              rdfs:label "Multi-function Device (MFD) #PR-ID301553" .