@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/73A-A> rdf:type ns0:BuildingEntrance ;
                                                    rdfs:label "North" ;
                                                    geo:lat "50.94342"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    geo:long "-1.40299"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    ns0:connectsBuilding <http://id.southampton.ac.uk/building/73A> .

<http://id.southampton.ac.uk/building/73A> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/57> ;
                                           skos:notation "73A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Glen Eyre Hall Block A Richard Newitt" ;
                                           geo:lat "50.94338"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40295"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/73A#residential> ;
                                           dcterms:spatial "POLYGON((-1.4031150 50.9433490,-1.4030468 50.9432829,-1.4027724 50.9433954,-1.4028407 50.9434615,-1.4031150 50.9433490))" .