@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/73J-B> rdf:type ns0:BuildingEntrance ;
                                                    rdfs:label "South West" ;
                                                    geo:lat "50.94376"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    geo:long "-1.40139"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    ns0:connectsBuilding <http://id.southampton.ac.uk/building/73J> .

<http://id.southampton.ac.uk/building/73J> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/57> ;
                                           skos:notation "73J"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Glen Eyre Hall Block J" ;
                                           geo:lat "50.94393"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40148"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/73J#residential> ;
                                           dcterms:spatial "POLYGON((-1.4017643 50.9440878,-1.4016547 50.9441327,-1.4012224 50.9437139,-1.4013368 50.9436670,-1.4014174 50.9437419,-1.4014829 50.9437137,-1.4014807 50.9436979,-1.4015003 50.9436759,-1.4015233 50.9436670,-1.4015538 50.9436649,-1.4015833 50.9436683,-1.4015997 50.9436773,-1.4016161 50.9436938,-1.4016193 50.9437137,-1.4016117 50.9437330,-1.4015866 50.9437488,-1.4015517 50.9437530,-1.4015200 50.9437461,-1.4014439 50.9437774,-1.4017643 50.9440878))" .