@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-6-1> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                          rdfs:label "New and Expectant Parents Room" ;
                                                          ns1:within <http://id.southampton.ac.uk/floor/6-1> ,
                                                                     <http://id.southampton.ac.uk/building/6> ;
                                                          dcterms:description """
      <div class="desc-term">
        <span class="desc-term-label">Size:</span>
        <span class="desc-term-value">Large classroom size, with three compartments</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Wheelchair Accessible:</span>
        <span class="desc-term-value">Yes</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Washing Facilities:</span>
        <span class="desc-term-value">No, but nearby</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Furniture:</span>
        <span class="desc-term-value">One rocking chair and stool. Small sofas x 2.</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">Yes</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Access Arrangements:</span>
        <span class="desc-term-value">Code available from security</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Notes:</span>
        <span class="desc-term-value"></span>
      </div>
    """^^<http://purl.org/xtypes/Fragment-HTML> ;
                                                          skos:notation "infant-6-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.93587"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                          geo:long "-1.39737"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/building/6> rdf:type ns2:Building ,
                                                  ns3:UoSBuilding ;
                                         rdfs:label "Nuffield Theatre" ;
                                         geo:lat "50.93596"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                         geo:long "-1.39719"^^<http://www.w3.org/2001/XMLSchema#float> .

<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-6-1#generic-offering-BabyChangingFacility> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/infant-6-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" .

<http://id.southampton.ac.uk/point-of-service/infant-6-1#generic-offering-SpaceForBreasfeeding> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/infant-6-1> ;
                                                                                                rdf:type ns0:Offering ;
                                                                                                rdfs:label "Space for Breasfeeding" ;
                                                                                                ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/SpaceForBreasfeeding> .

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

<http://id.southampton.ac.uk/point-of-service/infant-6-1#generic-offering-SpaceForExpressingMilk> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/infant-6-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" .