@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/> .

<http://id.southampton.ac.uk/building/168> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "City Gateway A" ;
                                           ns2:within <http://id.southampton.ac.uk/site/80> ;
                                           skos:notation "168"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           geo:lat "50.94"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37864"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/168#residential> ;
                                           dcterms:spatial "POLYGON((-1.3788682724 50.9400749282,-1.37874397069 50.9401004931,-1.37856010773 50.9401374806,-1.37848414557 50.9399911622,-1.37872152732 50.9399432958,-1.37873408312 50.9399628842,-1.37879189408 50.9399458577,-1.37877590932 50.9399275216,-1.37882942811 50.939846475,-1.37899775335 50.9398894461,-1.3790452297 50.9399019566,-1.37906422024 50.939907396,-1.37908062116 50.939916099,-1.37909270605 50.9399291535,-1.37909529567 50.939941664,-1.37909443246 50.9399547184,-1.37908407399 50.939966685,-1.37906939948 50.9399770198,-1.3788682724 50.9400749282))" .

<http://id.southampton.ac.uk/site/80> rdf:type ns3:Site ,
                                               ns1:UoSSite ,
                                               ns0:Site ;
                                      rdfs:label "City Gateway" .

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