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

<http://id.southampton.ac.uk/building/162> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ;
                                           skos:notation "162"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "1 Guildhall Square" ;
                                           geo:lat "50.90759"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40508"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/162#residential> ;
                                           dcterms:spatial "POLYGON((-1.4047531 50.9077172,-1.4047444 50.9075020,-1.4048329 50.9075011,-1.4048316 50.9074698,-1.4053237 50.9074656,-1.4053224 50.9075011,-1.4054082 50.9075036,-1.4054120 50.9077141,-1.4051156 50.9077148,-1.4047531 50.9077172))" .