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

<http://id.southampton.ac.uk/building/75A> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/56> ;
                                           skos:notation "75A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Highfield Hall, Aubrey House" ;
                                           geo:lat "50.92992"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40177"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/highfield-halls> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/75A#residential> ;
                                           dcterms:spatial "POLYGON((-1.4024167 50.9298916,-1.4020114 50.9297781,-1.4020274 50.9297586,-1.4018916 50.9297088,-1.40175 50.9298495,-1.4016149 50.9297945,-1.4015242 50.929897,-1.401664 50.9299484,-1.4015352 50.9300865,-1.4020898 50.9302757,-1.4021725 50.9301875,-1.4018026 50.9300368,-1.4019441 50.9298781,-1.4023428 50.9299897,-1.4024167 50.9298916))" .