@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 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 ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .

<http://id.southampton.ac.uk/point-of-service/bf-4> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                    rdfs:label "Breastfeeding-friendly space in SUSU Meeting Room 6" ;
                                                    ns1:within <http://id.southampton.ac.uk/floor/40-2> ,
                                                               <http://id.southampton.ac.uk/building/40> ;
                                                    dcterms:description "For people who prefer quiet and privacy when breastfeeding; A room fitted with blinds and a lockable door. Talk to SUSU Reception (B42, Level 4) for more information." ;
                                                    skos:notation "bf-4" ;
                                                    oo:mapIcon <https://data.southampton.ac.uk/map-icons/feeding.png> ;
                                                    dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/InfantAmenity> ;
                                                    geo:lat "50.93485"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                    geo:long "-1.39726"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/floor/40-2> rdf:type ns2:Floor ;
                                         rdfs:label "Floor 2, Building 40" .

<http://id.southampton.ac.uk/building/40> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "West Bld & Staff Social Centre" ;
                                          geo:lat "50.93495"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39752"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/feeding.png> rdf:type ns3:MapMarker ;
                                                       rdfs:label "Location for quiet breastfeeding" .

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

<http://id.southampton.ac.uk/point-of-service/bf-4#generic-offering-Breastfeeding-FriendlySpace> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/bf-4> ;
                                                                                                 rdf:type ns0:Offering ;
                                                                                                 rdfs:label "Breastfeeding-friendly space" ;
                                                                                                 ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Breastfeeding-FriendlySpace> .

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