@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/org#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix ns2: <http://vocab.deri.ie/rooms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns3: <http://purl.org/vocab/aiiso/schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns4: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix ns5: <http://purl.org/goodrelations/v1#> .

<http://id.southampton.ac.uk/site/70> rdf:type ns0:Site ,
                                               ns1:UoSSite ,
                                               ns2:Site ;
                                      rdfs:label "Erasmus Park" ;
                                      skos:notation "70"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                      oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                      geo:lat "51.0687982"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.3000948"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      dcterms:spatial "-1.3005228 51.0677314,-1.3005750 51.0683404,-1.3004482 51.0688089,-1.2999040 51.0697038,-1.2994641 51.0696101,-1.2999561 51.0686450,-1.3000605 51.0683311,-1.3000531 51.0680125,-1.3005228 51.0677314" .

<http://id.southampton.ac.uk/> rdf:type ns0:Organization ,
                                        ns3:Institution ,
                                        ns0:FormalOrganization ,
                                        foaf:Organization ;
                               rdfs:label "University of Southampton" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-48> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                                                 rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                 skos:notation "waste-compound-48" ;
                                                                 rdfs:label "Erasmus Bins" ;
                                                                 oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/recycle.png> ;
                                                                 dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Waste> ;
                                                                 geo:lat "51.06987"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                 geo:long "-1.29954"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Offices/recycle.png> rdfs:label "Recycling" .

<http://id.southampton.ac.uk/point-of-interest-category/Waste> rdfs:label "Waste" .

<http://id.southampton.ac.uk/generic-products-and-services/GeneralWasteCollection> rdf:type ns5:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                   rdfs:label "General Waste Collection" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-48#generic-offering-GeneralWasteCollection> ns5:includes <http://id.southampton.ac.uk/generic-products-and-services/GeneralWasteCollection> ;
                                                                                                         ns5:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-48> .

<http://id.southampton.ac.uk/generic-products-and-services/FoodWasteRecyclingCollection> rdf:type ns5:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                         rdfs:label "Food Waste Recycling Collection" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-48#generic-offering-FoodWasteRecyclingCollection> ns5:includes <http://id.southampton.ac.uk/generic-products-and-services/FoodWasteRecyclingCollection> ;
                                                                                                               ns5:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-48> .

<http://id.southampton.ac.uk/generic-products-and-services/MixedRecyclingCollection> rdf:type ns5:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                     rdfs:label "Mixed Recycling Collection" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-48#generic-offering-MixedRecyclingCollection> ns5:includes <http://id.southampton.ac.uk/generic-products-and-services/MixedRecyclingCollection> ;
                                                                                                           ns5:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-48> .

<http://id.southampton.ac.uk/building/1730> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                            rdf:type ns2:Building ,
                                                     ns1:UoSBuilding ;
                                            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> ;
                                            ns1: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))" .

<http://id.southampton.ac.uk/building/1730#residential> rdfs:label "Building 1730 is residential" .

<http://id.southampton.ac.uk/mfd/PR-ID301049> rdfs:label "Multi-function Device (MFD) #PR-ID301049" .

<http://id.southampton.ac.uk/building/1730-01> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-01"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 01" ;
                                               geo:lat "51.06799"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30044"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-01#residential> .

<http://id.southampton.ac.uk/building/1730-01#residential> rdfs:label "Building 1730-01 is residential" .

<http://id.southampton.ac.uk/building/1730-07> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-07"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 07" ;
                                               geo:lat "51.06829"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30049"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-07#residential> .

<http://id.southampton.ac.uk/building/1730-07#residential> rdfs:label "Building 1730-07 is residential" .

<http://id.southampton.ac.uk/building/1730-03> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-03"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 03" ;
                                               geo:lat "51.06817"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30049"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-03#residential> .

<http://id.southampton.ac.uk/building/1730-03#residential> rdfs:label "Building 1730-03 is residential" .

<http://id.southampton.ac.uk/building/1730-10> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-10"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 10" ;
                                               geo:lat "51.06846"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30046"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-10#residential> .

<http://id.southampton.ac.uk/building/1730-10#residential> rdfs:label "Building 1730-10 is residential" .

<http://id.southampton.ac.uk/building/1730-05> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-05"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 05" ;
                                               geo:lat "51.06883"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30048"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-05#residential> .

<http://id.southampton.ac.uk/building/1730-05#residential> rdfs:label "Building 1730-05 is residential" .

<http://id.southampton.ac.uk/building/1730-06> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-06"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 06" ;
                                               geo:lat "51.06826"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30048"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-06#residential> .

<http://id.southampton.ac.uk/building/1730-06#residential> rdfs:label "Building 1730-06 is residential" .

<http://id.southampton.ac.uk/building/1730-08> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-08"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 08" ;
                                               geo:lat "51.06833"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30049"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-08#residential> .

<http://id.southampton.ac.uk/building/1730-08#residential> rdfs:label "Building 1730-08 is residential" .

<http://id.southampton.ac.uk/building/1730-09> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-09"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 09" ;
                                               geo:lat "51.06839"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30049"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-09#residential> .

<http://id.southampton.ac.uk/building/1730-09#residential> rdfs:label "Building 1730-09 is residential" .

<http://id.southampton.ac.uk/building/1730-11> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-11"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 11" ;
                                               geo:lat "51.06852"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30044"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-11#residential> .

<http://id.southampton.ac.uk/building/1730-11#residential> rdfs:label "Building 1730-11 is residential" .

<http://id.southampton.ac.uk/building/1730-04> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-04"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 04" ;
                                               geo:lat "51.0682"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30049"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-04#residential> .

<http://id.southampton.ac.uk/building/1730-04#residential> rdfs:label "Building 1730-04 is residential" .

<http://id.southampton.ac.uk/building/1730-02> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-02"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 02" ;
                                               geo:lat "51.06804"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30049"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-02#residential> .

<http://id.southampton.ac.uk/building/1730-02#residential> rdfs:label "Building 1730-02 is residential" .

<http://id.southampton.ac.uk/building/1730-12> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-12"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 12" ;
                                               geo:lat "51.06857"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30043"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-12#residential> .

<http://id.southampton.ac.uk/building/1730-12#residential> rdfs:label "Building 1730-12 is residential" .

<http://id.southampton.ac.uk/building/1730-13> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-13"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 13" ;
                                               geo:lat "51.06862"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.3004"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-13#residential> .

<http://id.southampton.ac.uk/building/1730-13#residential> rdfs:label "Building 1730-13 is residential" .

<http://id.southampton.ac.uk/building/1730-17> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-17"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 17" ;
                                               geo:lat "51.06887"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30029"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-17#residential> .

<http://id.southampton.ac.uk/building/1730-17#residential> rdfs:label "Building 1730-17 is residential" .

<http://id.southampton.ac.uk/building/1730-33> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-33"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 33" ;
                                               geo:lat "51.06936"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.2998"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-33#residential> .

<http://id.southampton.ac.uk/building/1730-33#residential> rdfs:label "Building 1730-33 is residential" .

<http://id.southampton.ac.uk/building/1730-15> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-15"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 15" ;
                                               geo:lat "51.06871"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30036"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-15#residential> .

<http://id.southampton.ac.uk/building/1730-15#residential> rdfs:label "Building 1730-15 is residential" .

<http://id.southampton.ac.uk/building/1730-32> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-32"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 32" ;
                                               geo:lat "51.06933"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29984"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-32#residential> .

<http://id.southampton.ac.uk/building/1730-32#residential> rdfs:label "Building 1730-32 is residential" .

<http://id.southampton.ac.uk/building/1730-19> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-19"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 19" ;
                                               geo:lat "51.06882"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30005"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-19#residential> .

<http://id.southampton.ac.uk/building/1730-19#residential> rdfs:label "Building 1730-19 is residential" .

<http://id.southampton.ac.uk/building/1730-37> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-37"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 37" ;
                                               geo:lat "51.06946"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29976"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-37#residential> .

<http://id.southampton.ac.uk/building/1730-37#residential> rdfs:label "Building 1730-37 is residential" .

<http://id.southampton.ac.uk/building/1730-22> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-22"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 22" ;
                                               geo:lat "51.06895"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30001"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-22#residential> .

<http://id.southampton.ac.uk/building/1730-22#residential> rdfs:label "Building 1730-22 is residential" .

<http://id.southampton.ac.uk/building/1730-21> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-21"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 21" ;
                                               geo:lat "51.06891"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30002"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-21#residential> .

<http://id.southampton.ac.uk/building/1730-21#residential> rdfs:label "Building 1730-21 is residential" .

<http://id.southampton.ac.uk/building/1730-23> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-23"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 23" ;
                                               geo:lat "51.06899"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30001"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-23#residential> .

<http://id.southampton.ac.uk/building/1730-23#residential> rdfs:label "Building 1730-23 is residential" .

<http://id.southampton.ac.uk/building/1730-35> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-35"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 35" ;
                                               geo:lat "51.06941"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29978"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-35#residential> .

<http://id.southampton.ac.uk/building/1730-35#residential> rdfs:label "Building 1730-35 is residential" .

<http://id.southampton.ac.uk/building/1730-39> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-39"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 39" ;
                                               geo:lat "51.06953"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29973"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-39#residential> .

<http://id.southampton.ac.uk/building/1730-39#residential> rdfs:label "Building 1730-39 is residential" .

<http://id.southampton.ac.uk/building/1730-42> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-42"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 42" ;
                                               geo:lat "51.06962"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29966"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-42#residential> .

<http://id.southampton.ac.uk/building/1730-42#residential> rdfs:label "Building 1730-42 is residential" .

<http://id.southampton.ac.uk/building/1730-29> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-29"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 29" ;
                                               geo:lat "51.06924"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29987"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-29#residential> .

<http://id.southampton.ac.uk/building/1730-29#residential> rdfs:label "Building 1730-29 is residential" .

<http://id.southampton.ac.uk/building/1730-28> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-28"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 28" ;
                                               geo:lat "51.06921"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29989"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-28#residential> .

<http://id.southampton.ac.uk/building/1730-28#residential> rdfs:label "Building 1730-28 is residential" .

<http://id.southampton.ac.uk/building/1730-16> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-16"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 16" ;
                                               geo:lat "51.06877"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30035"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-16#residential> .

<http://id.southampton.ac.uk/building/1730-16#residential> rdfs:label "Building 1730-16 is residential" .

<http://id.southampton.ac.uk/building/1730-27> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-27"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 27" ;
                                               geo:lat "51.06917"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.2999"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-27#residential> .

<http://id.southampton.ac.uk/building/1730-27#residential> rdfs:label "Building 1730-27 is residential" .

<http://id.southampton.ac.uk/building/1730-25> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-25"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 25" ;
                                               geo:lat "51.06911"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29994"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-25#residential> .

<http://id.southampton.ac.uk/building/1730-25#residential> rdfs:label "Building 1730-25 is residential" .

<http://id.southampton.ac.uk/building/1730-20> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-20"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 20" ;
                                               geo:lat "51.06888"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30003"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-20#residential> .

<http://id.southampton.ac.uk/building/1730-20#residential> rdfs:label "Building 1730-20 is residential" .

<http://id.southampton.ac.uk/building/1730-24> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-24"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 24" ;
                                               geo:lat "51.06906"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29995"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-24#residential> .

<http://id.southampton.ac.uk/building/1730-24#residential> rdfs:label "Building 1730-24 is residential" .

<http://id.southampton.ac.uk/building/1730-30> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-30"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 30" ;
                                               geo:lat "51.06929"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29986"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-30#residential> .

<http://id.southampton.ac.uk/building/1730-30#residential> rdfs:label "Building 1730-30 is residential" .

<http://id.southampton.ac.uk/building/1730-31> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-31"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 31" ;
                                               geo:lat "51.06933"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29985"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-31#residential> .

<http://id.southampton.ac.uk/building/1730-31#residential> rdfs:label "Building 1730-31 is residential" .

<http://id.southampton.ac.uk/building/1730-18> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-18"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 18" ;
                                               geo:lat "51.06887"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30029"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-18#residential> .

<http://id.southampton.ac.uk/building/1730-18#residential> rdfs:label "Building 1730-18 is residential" .

<http://id.southampton.ac.uk/building/1730-40> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-40"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 40" ;
                                               geo:lat "51.06957"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29972"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-40#residential> .

<http://id.southampton.ac.uk/building/1730-40#residential> rdfs:label "Building 1730-40 is residential" .

<http://id.southampton.ac.uk/building/1730-41> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-41"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 41" ;
                                               geo:lat "51.0696"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29969"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-41#residential> .

<http://id.southampton.ac.uk/building/1730-41#residential> rdfs:label "Building 1730-41 is residential" .

<http://id.southampton.ac.uk/building/1730-26> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-26"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 26" ;
                                               geo:lat "51.06913"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29993"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-26#residential> .

<http://id.southampton.ac.uk/building/1730-26#residential> rdfs:label "Building 1730-26 is residential" .

<http://id.southampton.ac.uk/building/1730-14> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-14"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - House 14" ;
                                               geo:lat "51.06866"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.30039"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-14#residential> .

<http://id.southampton.ac.uk/building/1730-14#residential> rdfs:label "Building 1730-14 is residential" .

<http://id.southampton.ac.uk/building/1730-34> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-34"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 34" ;
                                               geo:lat "51.06939"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29979"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-34#residential> .

<http://id.southampton.ac.uk/building/1730-34#residential> rdfs:label "Building 1730-34 is residential" .

<http://id.southampton.ac.uk/building/1730-36> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-36"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 36" ;
                                               geo:lat "51.06944"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29977"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-36#residential> .

<http://id.southampton.ac.uk/building/1730-36#residential> rdfs:label "Building 1730-36 is residential" .

<http://id.southampton.ac.uk/building/1730-38> ns4:within <http://id.southampton.ac.uk/site/70> ;
                                               rdf:type ns2:Building ,
                                                        ns1:UoSBuilding ;
                                               skos:notation "1730-38"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               rdfs:label "Erasmus - Flat 38" ;
                                               geo:lat "51.0695"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               geo:long "-1.29974"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                               oo:hasFeature <http://id.southampton.ac.uk/building/1730-38#residential> .

<http://id.southampton.ac.uk/building/1730-38#residential> rdfs:label "Building 1730-38 is residential" .