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

<http://id.southampton.ac.uk/building/175> rdf:type ns1:Building ,
                                                    ns2:UoSBuilding ,
                                                    ns2:HiddenFromLists ;
                                           ns3:within <http://id.southampton.ac.uk/site/2> ;
                                           skos:notation "175"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Lloyds Register" ;
                                           geo:lat "50.93672"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40564"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:lacksFeature <http://id.southampton.ac.uk/building/175#residential> ;
                                           dcterms:spatial "POLYGON((-1.4060938 50.9365865,-1.4052383 50.9366787,-1.4052572 50.9367657,-1.4054142 50.9367452,-1.4054413 50.9368100,-1.4054007 50.9368151,-1.4054359 50.9369022,-1.4061614 50.9368254,-1.4060938 50.9365865))" .