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

<http://id.southampton.ac.uk/building/9580> rdf:type ns1:Building ,
                                                     ns2:UoSBuilding ;
                                            ns3:within <http://id.southampton.ac.uk/site/18> ;
                                            skos:notation "9580"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            rdfs:label "Somers Cancer Research" ;
                                            geo:lat "50.93431"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.43356"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            ns1:occupant <http://id.southampton.ac.uk/org/F5> ;
                                            oo:lacksFeature <http://id.southampton.ac.uk/building/9580#residential> ;
                                            dcterms:spatial "POLYGON((-1.43348421183 50.9344557061,-1.43351183822 50.9344320777,-1.43354143792 50.9344084493,-1.43384927485 50.9341684336,-1.43380980858 50.9340167132,-1.43377626225 50.9340229313,-1.43374863586 50.9340104952,-1.43371311621 50.9340129824,-1.43369338307 50.9340241749,-1.43367956988 50.9340440727,-1.43367956988 50.9340614832,-1.43365194349 50.9340490471,-1.43327898721 50.9343325896,-1.43348421183 50.9344557061))" .