@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 dcterms: <http://purl.org/dc/terms/> .
@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 ns1: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@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/generic-products-and-services/GreenSpace> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                       rdfs:label "Green Space" .

<http://id.southampton.ac.uk/point-of-service/wellbeing-18> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                            dcterms:description "The North Walls Recreation Ground is a green space near the Winchester School of Art campus." ;
                                                            skos:notation "wellbeing-18" ;
                                                            rdfs:label "North Walls Recreation Ground" ;
                                                            oo:mapIcon <https://data.southampton.ac.uk/map-icons/Nature/birds-2.png> ;
                                                            dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Wellbeing> ;
                                                            geo:lat "51.068916"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                            geo:long "-1.307979"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/wellbeing-18#generic-offering-GreenSpace> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/wellbeing-18> ;
                                                                                        ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/GreenSpace> .

<http://id.southampton.ac.uk/point-of-service/wellbeing-3> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                           ns1:within <http://id.southampton.ac.uk/site/1> ;
                                                           dcterms:description "A hidden gem within the University campus, full of evergreens, flowers and wildlife. Open Monday - Friday 08:30-17:00." ;
                                                           skos:notation "wellbeing-3" ;
                                                           rdfs:label "The Valley Gardens" ;
                                                           oo:mapIcon <https://data.southampton.ac.uk/map-icons/Nature/birds-2.png> ;
                                                           dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Wellbeing> ;
                                                           geo:lat "50.93363349"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                           geo:long "-1.397716041"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/site/1> rdf:type ns2:Site ,
                                              ns3:UoSSite ,
                                              ns4:Site ;
                                     skos:notation "1"^^<http://id.southampton.ac.uk/ns/site-code-scheme> ;
                                     oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                     rdfs:label "Highfield Campus" ;
                                     geo:lat "50.93418"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     geo:long "-1.395675"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                     dcterms:spatial "-1.3990062749647798 50.937768127817115,-1.4007300639873421 50.934240307863206,-1.4004745870084554 50.9339760836638,-1.4003141265203154 50.934132711814605,-1.3979531003962586 50.93302369957717,-1.396153100396251 50.932858999577164,-1.395635700396251 50.93293789957716,-1.3954335003962512 50.933113999577174,-1.3950459003962516 50.933198999577165,-1.3951385003962546 50.93338489957717,-1.3946835003962539 50.93347519957715,-1.3944391003962526 50.93341139957718,-1.3944644003962492 50.93315119957717,-1.393891904825068 50.93299697754079,-1.393810069754744 50.933217279304785,-1.3938280437600754 50.933485696058966,-1.3928038874741513 50.935020422762484,-1.3925722363910906 50.93496725750712,-1.3924841003962667 50.9351108995772,-1.392720000396269 50.93516399957717,-1.3923620003962731 50.9357141995772,-1.3944239003962886 50.936316899577214,-1.3945234003962916 50.936571199577216,-1.3950503311303706 50.937173437065496,-1.3938914003962954 50.93702789957722,-1.3939167003962942 50.936916399577186,-1.3936133003962927 50.93687929957719,-1.3933771875136614 50.93792246161714,-1.3934411082265123 50.938211037309856,-1.3990062749647798 50.937768127817115" .

<http://id.southampton.ac.uk/point-of-service/wellbeing-3#generic-offering-GreenSpace> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/wellbeing-3> ;
                                                                                       ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/GreenSpace> .