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

<http://id.southampton.ac.uk/building/76E> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/64> ;
                                           skos:notation "76E"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Montefiore Hall Block E" ;
                                           geo:lat "50.93786"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37615"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/76E#residential> ;
                                           dcterms:spatial "POLYGON((-1.3763276 50.9379716,-1.3762865 50.9379818,-1.3762025 50.9380011,-1.3761695 50.9380086,-1.3761673 50.9380049,-1.3761108 50.9379089,-1.3760456 50.9379241,-1.3760161 50.9378741,-1.3760779 50.9378596,-1.3760029 50.9377323,-1.3760418 50.9377233,-1.3761264 50.9377032,-1.3761661 50.9376941,-1.3762391 50.9378178,-1.3761928 50.9378287,-1.3762047 50.9378489,-1.376211 50.9378596,-1.3762555 50.9378492,-1.3763276 50.9379716))" .