@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/1730-B> rdf:type ns0:BuildingEntrance ;
                                                     rdfs:label "Laundry" ;
                                                     geo:lat "51.06882"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                     geo:long "-1.3"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                     ns0:connectsBuilding <http://id.southampton.ac.uk/building/1730> .

<http://id.southampton.ac.uk/building/1730> rdf:type ns1:Building ,
                                                     ns2:UoSBuilding ;
                                            ns3:within <http://id.southampton.ac.uk/site/70> ;
                                            skos:notation "1730"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            rdfs:label "Erasmus Park" ;
                                            geo:lat "51.06793"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.30042"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            ns2:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/erasmus-park> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/building/1730#residential> ,
                                                          <http://id.southampton.ac.uk/mfd/PR-ID301049> ;
                                            dcterms:spatial "POLYGON((-1.3004706 51.0678672,-1.3004929 51.0683357,-1.3004035 51.0686871,-1.3003140 51.0688605,-1.3001947 51.0688464,-1.2997548 51.0696007,-1.2996206 51.0695679,-1.3000382 51.0687293,-1.3001947 51.0687574,-1.3003289 51.0684529,-1.3003364 51.0678813,-1.3004706 51.0678672))" .