@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 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#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/site/67> rdf:type ns0:Site ,
                                               ns1:UoSSite ,
                                               ns2:Site ;
                                      rdfs:label "Gateley" ;
                                      skos:notation "67"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                      oo:formalOrganization <http://id.southampton.ac.uk/> .

<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-46> ns4:within <http://id.southampton.ac.uk/site/67> ;
                                                                 rdf:type ns5:LocationOfSalesOrServiceProvisioning ;
                                                                 skos:notation "waste-compound-46" ;
                                                                 rdfs:label "Gateley 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 "50.91674"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                 geo:long "-1.40725"^^<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/FoodWasteRecyclingCollection> rdf:type ns5:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                         rdfs:label "Food Waste Recycling Collection" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-46#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-46> .

<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-46#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-46> .

<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-46#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-46> .

<http://id.southampton.ac.uk/building/82A> ns4:within <http://id.southampton.ac.uk/site/67> ;
                                           rdf:type ns2:Building ,
                                                    ns1:UoSBuilding ;
                                           skos:notation "82A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                           rdfs:label "Gateley Hall" ;
                                           geo:lat "50.917"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40758"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/82A#residential> ;
                                           dcterms:spatial "POLYGON((-1.4071755 50.9168965,-1.4072034 50.9168942,-1.4072336 50.9170352,-1.4073447 50.9170257,-1.4073156 50.9168896,-1.4075818 50.9168669,-1.4076355 50.9171178,-1.4072352 50.9171518,-1.4072681 50.9173055,-1.4073086 50.9173020,-1.4073000 50.9172617,-1.4077525 50.9172232,-1.4077404 50.9171667,-1.4078473 50.9171576,-1.4078514 50.9171768,-1.4079734 50.9171664,-1.4079689 50.9171452,-1.4079816 50.9171442,-1.4079660 50.9170713,-1.4078243 50.9170833,-1.4078233 50.9170786,-1.4077943 50.9169434,-1.4077838 50.9168943,-1.4079202 50.9168828,-1.4078963 50.9167711,-1.4071620 50.9168335,-1.4071755 50.9168965))" .

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

<http://id.southampton.ac.uk/building/77A> ns4:within <http://id.southampton.ac.uk/site/67> ;
                                           rdf:type ns2:Building ,
                                                    ns1:HiddenFromLists ,
                                                    ns1:ExUoSBuilding ;
                                           skos:notation "77A"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                           rdfs:label "St Margaret's Bin Store" ;
                                           geo:lat "50.92048"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           geo:long "-1.40673"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                           oo:hasFeature <http://id.southampton.ac.uk/building/77A#residential> .

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