@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 ns3: <http://www.w3.org/ns/org#> .

<http://id.southampton.ac.uk/building/10> rdf:type ns0:Building ,
                                                   ns1:RetiredID ;
                                          rdfs:label "Building 10" ;
                                          ns2:within <http://id.southampton.ac.uk/site/1> ,
                                                     <http://id.southampton.ac.uk/building/36> ;
                                          skos:notation "10"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/10#residential> .

<http://id.southampton.ac.uk/site/1> rdf:type ns3:Site ,
                                              ns1:UoSSite ,
                                              ns0:Site ;
                                     rdfs:label "Highfield Campus" .

<http://id.southampton.ac.uk/building/36> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Library (inc. blds 10 12 & 14)" .

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