@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns3: <http://www.w3.org/ns/org#> .

<http://id.southampton.ac.uk/building/64> rdf:type ns0:Building ,
                                                   ns1:HiddenFromLists ,
                                                   ns1:FutureUoSBuilding ;
                                          rdfs:label "South Gower" ;
                                          ns2:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "64"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          geo:lat "50.93685"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39778"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/64#residential> ;
                                          dcterms:spatial "POLYGON((-1.39817 50.93678,-1.39808 50.93691,-1.39795 50.93687,-1.39788 50.93698,-1.39739 50.93702,-1.39736 50.93688,-1.39759 50.93687,-1.39773 50.93666,-1.39817 50.93678))" .

<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/64#residential> rdf:type ns1:PlaceFeature-ResidentialUse ;
                                                      rdfs:label "Building 64 is non-residential" .