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

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

<http://id.southampton.ac.uk/point-of-service/portswood-rec-playground> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                        skos:notation "portswood-rec-playground" ;
                                                                        rdfs:label "Playground (Portswood Rec)" ;
                                                                        oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/playground.png> ;
                                                                        dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/InfantAmenity> ;
                                                                        geo:lat "50.93231"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                        geo:long "-1.38793"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/portswood-rec-playground#generic-offering-Playground> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/portswood-rec-playground> ;
                                                                                                    ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Playground> .