@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 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 dcterms: <http://purl.org/dc/terms/> .
@prefix ns3: <http://www.w3.org/ns/org#> .
@prefix ns4: <http://purl.org/vocab/aiiso/schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns5: <http://id.southampton.ac.uk/location-feature/> .

<http://id.southampton.ac.uk/building/92> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Alpha House" ;
                                          ns2:within <http://id.southampton.ac.uk/site/5> ;
                                          skos:notation "92"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          geo:lat "50.96212"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.42543"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/alpha-house-southampton> ;
                                          ns0:occupant <http://id.southampton.ac.uk/org/CW> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298142> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID311553> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID304182> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID303711> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/92#residential> ;
                                          dcterms:spatial "POLYGON((-1.4256933799594387 50.96216010577432,-1.4252315669489457 50.962264852513506,-1.4251607578641803 50.962121841349514,-1.4257171003967082 50.961989799577424,-1.4257579099340514 50.9620603607663,-1.425711311923423 50.96209084053569,-1.4256933799594387 50.96216010577432))" .

<http://id.southampton.ac.uk/site/5> rdf:type ns3:Site ,
                                              ns1:UoSSite ,
                                              ns0:Site ;
                                     rdfs:label "The University of Southampton Science Park" .

<http://id.southampton.ac.uk/> rdf:type ns3:Organization ,
                                        ns4:Institution ,
                                        ns3:FormalOrganization ,
                                        foaf:Organization ;
                               rdfs:label "University of Southampton" .

<http://id.southampton.ac.uk/org/CW> rdf:type ns3:OrganizationalUnit ,
                                              ns3:Organization ;
                                     rdfs:label "University of Southampton Science Park Ltd (The)" .

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

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

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

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

<http://id.southampton.ac.uk/building/92#residential> rdf:type ns1:PlaceFeature-ResidentialUse ;
                                                      rdfs:label "Building 92 is non-residential" .

<http://id.southampton.ac.uk/floor/92-1> ns2:within <http://id.southampton.ac.uk/building/92> ;
                                         rdf:type ns0:Floor ;
                                         rdfs:label "Building 92 / Level 1" ;
                                         oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID305757> ;
                                         ns1:levelNumber "1" .