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

<http://id.southampton.ac.uk/building/72C> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/63> ;
                                           skos:notation "72C"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Connaught C (Old Quad)" ;
                                           geo:lat "50.93757"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.37432"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/72C#residential> ;
                                           dcterms:spatial "POLYGON((-1.3752804 50.9379431,-1.3753639 50.9380654,-1.3754148 50.9380516,-1.3755336 50.9382258,-1.3754826 50.9382396,-1.3755834 50.9383873,-1.3754107 50.9384341,-1.3753208 50.9383025,-1.3752761 50.9383146,-1.3751446 50.938122,-1.3752201 50.9381015,-1.3751383 50.9379817,-1.3752804 50.9379431))" .