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

<http://id.southampton.ac.uk/building/9555> rdf:type ns1:Building ,
                                                     ns2:UoSBuilding ;
                                            ns3:within <http://id.southampton.ac.uk/site/18> ;
                                            skos:notation "9555"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            rdfs:label "IDS" ;
                                            geo:lat "50.93407"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.43408"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            ns1:occupant <http://id.southampton.ac.uk/org/F5> ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/9555#residential> ;
                                            dcterms:spatial "POLYGON((-1.43437022966 50.934132369,-1.43434457658 50.9339582635,-1.43380586195 50.9339905974,-1.43380980858 50.9340167132,-1.43384927485 50.9341684336,-1.43437022966 50.934132369))" .