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

<http://id.southampton.ac.uk/building/9530> rdf:type ns1:Building ,
                                                     ns2:UoSBuilding ;
                                            ns3:within <http://id.southampton.ac.uk/site/18> ;
                                            skos:notation "9530"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            rdfs:label "Centre Block" ;
                                            geo:lat "50.93325"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.43439"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            ns1:occupant <http://id.southampton.ac.uk/org/F5> ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/9530#residential> ;
                                            dcterms:spatial "POLYGON((-1.4348851 50.9337508,-1.4347791 50.9338340,-1.4342776 50.9335803,-1.4344112 50.9334754,-1.4340808 50.9333083,-1.4339633 50.9334005,-1.4335243 50.9331785,-1.4336916 50.9330472,-1.4334000 50.9328997,-1.4337595 50.9326174,-1.4339760 50.9327270,-1.4341564 50.9325853,-1.4346724 50.9328384,-1.4347716 50.9327525,-1.4352057 50.9329661,-1.4354176 50.9330602,-1.4353015 50.9331419,-1.4352527 50.9331789,-1.4350509 50.9333374,-1.4352111 50.9334184,-1.4348260 50.9337209,-1.4348851 50.9337508))" .