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

<http://id.southampton.ac.uk/building/76X> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/64> ;
                                           skos:notation "76X"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Montefiore Hall Block X" ;
                                           geo:lat "50.937"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37845"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/montefiore-4-halls-of-residence> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/76X#residential> ;
                                           dcterms:spatial "POLYGON((-1.3786422 50.937091,-1.3784895 50.936837,-1.3782492 50.9368944,-1.3783252 50.9370207,-1.3783314 50.9370311,-1.3783608 50.93708,-1.3784019 50.9371484,-1.3786422 50.937091))" .