@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://id.southampton.ac.uk/ns/> .

<http://id.southampton.ac.uk/point-of-service/waste-compound-44> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                 rdfs:label "Bencraft Hall Bins" ;
                                                                 ns1:within <http://id.southampton.ac.uk/site/62> ;
                                                                 skos:notation "waste-compound-44" ;
                                                                 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.94591"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                 geo:long "-1.39113"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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

<http://id.southampton.ac.uk/point-of-service/waste-compound-44#generic-offering-GeneralWasteCollection> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-44> ;
                                                                                                         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-44#generic-offering-FoodWasteRecyclingCollection> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-44> ;
                                                                                                               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-44#generic-offering-MixedRecyclingCollection> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/waste-compound-44> ;
                                                                                                           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" .