@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/openorg/portals/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns1: <http://vocab.deri.ie/rooms#> .
@prefix ns2: <http://id.southampton.ac.uk/ns/> .
@prefix ns3: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://id.southampton.ac.uk/building-portal/21-B> rdf:type ns0:BuildingEntrance ;
                                                   rdfs:label "South" ;
                                                   geo:lat "50.93517"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                   geo:long "-1.39286"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                   ns0:connectsBuilding <http://id.southampton.ac.uk/building/21> .

<http://id.southampton.ac.uk/building/21> rdf:type ns1:Building ,
                                                   ns2:UoSBuilding ;
                                          ns3:within <http://id.southampton.ac.uk/site/1> ;
                                          skos:notation "21"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "Faraday" ;
                                          geo:lat "50.93515"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39323"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/21#residential> ;
                                          ns2:buildingArchitect <http://id.southampton.ac.uk/building/21#architect> ;
                                          ns2:buildingDate "1963" ;
                                          ns2:buildingFeature "Iconic 1960s building which appeared on Royal Mail postage stamps" ;
                                          dcterms:spatial "POLYGON((-1.39347394508 50.9350859979868,-1.39333551469472 50.9352744019117,-1.3932823344299 50.9352588903193,-1.39321082853328 50.9353562622734,-1.39317013485091 50.9354116849399,-1.39276355735332 50.9352929705264,-1.39289560970009 50.9351131150651,-1.3930584742611 50.9351606689846,-1.3931770518786 50.9349993817436,-1.39347394508 50.9350859979868))" .