@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/82A-I> rdf:type ns0:BuildingEntrance ;
                                                    rdfs:label "Flats 3, 4, 11 & 18" ;
                                                    geo:lat "50.91707"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    geo:long "-1.40763"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    ns0:connectsBuilding <http://id.southampton.ac.uk/building/82A> .

<http://id.southampton.ac.uk/building/82A> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/67> ;
                                           skos:notation "82A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Gateley Hall" ;
                                           geo:lat "50.917"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40758"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/82A#residential> ;
                                           dcterms:spatial "POLYGON((-1.4071755 50.9168965,-1.4072034 50.9168942,-1.4072336 50.9170352,-1.4073447 50.9170257,-1.4073156 50.9168896,-1.4075818 50.9168669,-1.4076355 50.9171178,-1.4072352 50.9171518,-1.4072681 50.9173055,-1.4073086 50.9173020,-1.4073000 50.9172617,-1.4077525 50.9172232,-1.4077404 50.9171667,-1.4078473 50.9171576,-1.4078514 50.9171768,-1.4079734 50.9171664,-1.4079689 50.9171452,-1.4079816 50.9171442,-1.4079660 50.9170713,-1.4078243 50.9170833,-1.4078233 50.9170786,-1.4077943 50.9169434,-1.4077838 50.9168943,-1.4079202 50.9168828,-1.4078963 50.9167711,-1.4071620 50.9168335,-1.4071755 50.9168965))" .