@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/68-D> rdf:type ns0:BuildingEntrance ;
                                                   rdfs:label "To Docks 2" ;
                                                   geo:lat "50.89187"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                   geo:long "-1.39422"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                   ns0:connectsBuilding <http://id.southampton.ac.uk/building/68> .

<http://id.southampton.ac.uk/building/68> rdf:type ns1:Building ,
                                                   ns2:UoSBuilding ;
                                          ns3:within <http://id.southampton.ac.uk/site/6> ;
                                          skos:notation "68"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                          oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                          rdfs:label "National Oceanography Centre" ;
                                          geo:lat "50.89277"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39449"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:occupant <http://id.southampton.ac.uk/org/HN> ;
                                          oo:hasFeature <http://id.southampton.ac.uk/mfd/PR-ID298153> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID298165> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID306591> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID298041> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID298150> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID301544> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID306588> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID303686> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID303685> ,
                                                        <http://id.southampton.ac.uk/mfd/PR-ID303703> ;
                                          oo:lacksFeature <http://id.southampton.ac.uk/building/68#residential> ;
                                          ns2:buildingDate "1995" ;
                                          dcterms:spatial "POLYGON((-1.39663239980559 50.8930507947923,-1.39641099980562 50.8929570947923,-1.39628839980564 50.8930732947923,-1.39610199980566 50.8929879947923,-1.39587149980569 50.8931965947923,-1.3951209998058 50.8928522947923,-1.39498599980582 50.8929631947923,-1.39473689980585 50.8928463947923,-1.39517089980579 50.8924761947923,-1.3950803998058 50.8924380947923,-1.39519209980579 50.8923373947923,-1.39361739980601 50.8916244947923,-1.39348319980603 50.8917348947924,-1.39405149980595 50.8919875947923,-1.39306479980608 50.8928690947923,-1.39373149980599 50.8931832947923,-1.39408429980594 50.8928971947923,-1.39426789980592 50.8929875947923,-1.39417669980593 50.8930473947923,-1.39425489980592 50.8933669947923,-1.39458659980587 50.8933330947923,-1.39456599980587 50.8932491947923,-1.39451539980588 50.8930455947923,-1.39465529980586 50.8929335947923,-1.39563519980573 50.8933876947923,-1.39558919980573 50.8934308947923,-1.39599219980568 50.8936133947923,-1.39609339980566 50.8935246947923,-1.39589579980569 50.8934392947923,-1.39632419980563 50.8930660947923,-1.3965052998056 50.8931611947923,-1.39663239980559 50.8930507947923),(-1.39488639980583 50.8923756947923,-1.39468169980586 50.8925550947923,-1.39401789980595 50.8922535947923,-1.39422259980592 50.8920742947923,-1.39488639980583 50.8923756947923),(-1.39442619980589 50.8926099947923,-1.39422269980592 50.8927871947923,-1.393686899806 50.8925424947923,-1.39389039980597 50.8923652947923,-1.39442619980589 50.8926099947923),(-1.39390499980597 50.8928118947923,-1.393699999806 50.8929915947923,-1.39335329980604 50.8928341947923,-1.39355829980601 50.8926544947923,-1.39390499980597 50.8928118947923))" .