@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/infant-46-1> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                           rdfs:label "New and Expectant Parents Room" ;
                                                           ns1:within <http://id.southampton.ac.uk/building/46> ,
                                                                      <http://id.southampton.ac.uk/room/46-2013> ,
                                                                      <http://id.southampton.ac.uk/floor/46-2> ;
                                                           dcterms:description """
      <div class="desc-term">
        <span class="desc-term-label">Size:</span>
        <span class="desc-term-value">One person office</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Wheelchair Accessible:</span>
        <span class="desc-term-value">Yes, but key pad is high up</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Washing Facilities:</span>
        <span class="desc-term-value"></span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Furniture:</span>
        <span class="desc-term-value">Chairs and fridge</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Power:</span>
        <span class="desc-term-value">Yes</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Phone:</span>
        <span class="desc-term-value">No</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Access Arrangements:</span>
        <span class="desc-term-value">Key code access</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Notes:</span>
        <span class="desc-term-value">Has kettle which should be removed or exchanged for bottle warmer</span>
      </div>
    """^^<http://purl.org/xtypes/Fragment-HTML> ;
                                                           skos:notation "infant-46-1" ;
                                                           oo:mapIcon <https://data.southampton.ac.uk/map-icons/babychange.png> ;
                                                           dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/InfantAmenity> ;
                                                           geo:lat "50.93467"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                           geo:long "-1.39987"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/46> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "Physics" ;
                                          geo:lat "50.93486"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39961"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/room/46-2013> rdf:type ns2:Room ;
                                           rdfs:label "Room 2013, Building 46" .

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

<https://data.southampton.ac.uk/map-icons/babychange.png> rdf:type ns3:MapMarker ;
                                                          rdfs:label "Baby changing facilities" .

<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/infant-46-1#generic-offering-SpaceForExpressingMilk> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/infant-46-1> ;
                                                                                                   rdf:type ns0:Offering ;
                                                                                                   rdfs:label "Space for Expressing Milk" ;
                                                                                                   ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/SpaceForExpressingMilk> .

<http://id.southampton.ac.uk/generic-products-and-services/SpaceForExpressingMilk> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                   rdfs:label "Space for Expressing Milk" .

<http://id.southampton.ac.uk/point-of-service/infant-46-1#generic-offering-BabyChangingFacility> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/infant-46-1> ;
                                                                                                 rdf:type ns0:Offering ;
                                                                                                 rdfs:label "Baby Changing Facility" ;
                                                                                                 ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/BabyChangingFacility> .

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