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

<http://id.southampton.ac.uk/building/76J> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/64> ;
                                           skos:notation "76J"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Montefiore Hall Block J" ;
                                           geo:lat "50.93833"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37753"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/76J#residential> ;
                                           dcterms:spatial "POLYGON((-1.3776933 50.9384407,-1.377541 50.9384783,-1.37748 50.9383778,-1.3774089 50.9383909,-1.3773774 50.938341,-1.3774472 50.9383224,-1.3773852 50.9382107,-1.3773808 50.9382028,-1.3775081 50.9381741,-1.3775417 50.9381665,-1.3775568 50.9381924,-1.3776121 50.9382869,-1.3775732 50.9382958,-1.377578 50.938304,-1.3775827 50.938312,-1.3775878 50.9383206,-1.3775913 50.9383266,-1.3776269 50.9383182,-1.3776933 50.9384407))" .