@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/org#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix ns2: <http://vocab.deri.ie/rooms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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://purl.org/vocab/aiiso/schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns4: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .

<http://id.southampton.ac.uk/site/24> rdf:type ns0:Site ,
                                               ns1:UoSSite ,
                                               ns2:Site ;
                                      rdfs:label "St. Mary's Hospital, Isle of Wight" ;
                                      skos:notation "24"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                      oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                      geo:lat "50.712"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.301"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/building/9596> ns4:within <http://id.southampton.ac.uk/site/24> ;
                                            rdf:type ns2:Building ,
                                                     ns1:UoSBuilding ;
                                            skos:notation "9596"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            rdfs:label "St Mary's Hospital IOW, Admin Cottage" ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/9596#residential> .

<http://id.southampton.ac.uk/building/9596#residential> rdfs:label "Building 9596 is non-residential" .

<http://id.southampton.ac.uk/building/9594> ns4:within <http://id.southampton.ac.uk/site/24> ;
                                            rdf:type ns2:Building ,
                                                     ns1:UoSBuilding ;
                                            skos:notation "9594"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            rdfs:label "St Mary's Hospital IOW, Recption & Education Block" ;
                                            geo:lat "50.71135"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.30059"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/9594#residential> .

<http://id.southampton.ac.uk/building/9594#residential> rdfs:label "Building 9594 is non-residential" .