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

<http://id.southampton.ac.uk/building/76A> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/64> ;
                                           skos:notation "76A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Montefiore Hall Block A" ;
                                           geo:lat "50.93733"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37838"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/76A#residential> ;
                                           dcterms:spatial "POLYGON((-1.3783655 50.93716,-1.3782938 50.9371766,-1.3782763 50.9371464,-1.3782088 50.937162,-1.3782244 50.9371889,-1.3782076 50.9371928,-1.3782953 50.9373438,-1.3783042 50.9373591,-1.3783107 50.9373704,-1.3783924 50.937511,-1.378413 50.9375062,-1.3784291 50.937534,-1.378487 50.9375206,-1.3784733 50.937497,-1.3785509 50.9374791,-1.3783655 50.93716))" .