@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/goodrelations/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <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/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns2: <http://www.w3.org/ns/org#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix ns4: <http://vocab.deri.ie/rooms#> .

<http://id.southampton.ac.uk/point-of-service/waste-compound-38> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                 rdfs:label "Montefiore House Bins" ;
                                                                 ns1:within <http://id.southampton.ac.uk/site/64> ;
                                                                 skos:notation "waste-compound-38" ;
                                                                 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.93923"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                 geo:long "-1.37669"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/64> rdf:type ns2:Site ,
                                               ns3:UoSSite ,
                                               ns4:Site ;
                                      rdfs:label "Montefiore Hall" ;
                                      geo:lat "50.938297"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                      geo:long "-1.377164"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/point-of-interest-category/Waste> rdf:type ns3:ProductOrServiceCategory ;
                                                               rdfs:label "Waste" .

<http://id.southampton.ac.uk/point-of-service/waste-compound-38#generic-offering-GeneralWasteCollection> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-38> ;
                                                                                                         rdf:type ns0:Offering ;
                                                                                                         rdfs:label "General Waste Collection" ;
                                                                                                         ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/GeneralWasteCollection> .

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

<http://id.southampton.ac.uk/point-of-service/waste-compound-38#generic-offering-FoodWasteRecyclingCollection> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-38> ;
                                                                                                               rdf:type ns0:Offering ;
                                                                                                               rdfs:label "Food Waste Recycling Collection" ;
                                                                                                               ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/FoodWasteRecyclingCollection> .

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

<http://id.southampton.ac.uk/point-of-service/waste-compound-38#generic-offering-MixedRecyclingCollection> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-38> ;
                                                                                                           rdf:type ns0:Offering ;
                                                                                                           rdfs:label "Mixed Recycling Collection" ;
                                                                                                           ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/MixedRecyclingCollection> .

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