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

<http://id.southampton.ac.uk/building/76Q> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/64> ;
                                           skos:notation "76Q"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Montefiore Hall Block Q" ;
                                           geo:lat "50.93902"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37651"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/76Q#residential> ;
                                           dcterms:spatial "POLYGON((-1.3766807 50.9391283,-1.3766117 50.9390056,-1.3765604 50.9390171,-1.3765569 50.9390108,-1.3765527 50.9390034,-1.3765475 50.938994,-1.3765418 50.9389839,-1.3765894 50.9389733,-1.3765199 50.938858,-1.3764769 50.9388649,-1.3763971 50.9388827,-1.3763582 50.9388912,-1.3764212 50.9390043,-1.3763536 50.9390192,-1.3763838 50.9390735,-1.3764567 50.9390573,-1.3765166 50.9391648,-1.3765531 50.9391569,-1.3766395 50.9391375,-1.3766807 50.9391283))" .