@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/79B-C> rdf:type ns0:BuildingEntrance ;
                                                    rdfs:label "North" ;
                                                    geo:lat "50.94057"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    geo:long "-1.4019"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    ns0:connectsBuilding <http://id.southampton.ac.uk/building/79B> .

<http://id.southampton.ac.uk/building/79B> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           ns3:within <http://id.southampton.ac.uk/site/60> ;
                                           skos:notation "79B"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Hartley Grove B" ;
                                           geo:lat "50.94042"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40188"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/79B#residential> ;
                                           dcterms:spatial "POLYGON((-1.40219239980481 50.940614294791,-1.40203819980483 50.940446894791,-1.40205429980483 50.940441494791,-1.40189599980485 50.940278794791,-1.40188459980486 50.940282594791,-1.40181349980487 50.940201494791,-1.40175849980487 50.9402212947911,-1.40173239980488 50.940194694791,-1.4016042998049 50.940242394791,-1.4015962998049 50.940235294791,-1.40145809980492 50.940288494791,-1.4015566998049 50.940395394791,-1.40160629980489 50.940379294791,-1.40161769980489 50.940391994791,-1.40169279980488 50.940363694791,-1.40168139980488 50.940350594791,-1.40172029980488 50.940337494791,-1.40175379980487 50.940370894791,-1.40173099980488 50.940380194791,-1.40176729980487 50.940419894791,-1.40175319980487 50.940423694791,-1.40178199980487 50.940451594791,-1.40179409980487 50.940449094791,-1.40183099980486 50.940487094791,-1.40185039980486 50.940480694791,-1.40187249980486 50.940501894791,-1.40185979980486 50.940507794791,-1.40188929980486 50.940537394791,-1.40186449980486 50.940545794791,-1.40190469980485 50.940586394791,-1.40189399980485 50.940590194791,-1.40191949980485 50.940620194791,-1.40193289980485 50.940615094791,-1.40196979980484 50.940655694791,-1.40199319980484 50.940648894791,-1.40201869980484 50.940677194791,-1.40219239980481 50.940614294791))" .