@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-68-1> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                           rdfs:label "Accessable Toilet with Baby Changing Facility" ;
                                                           ns1:within <http://id.southampton.ac.uk/building/68> ,
                                                                      <http://id.southampton.ac.uk/floor/68-2> ,
                                                                      <http://id.southampton.ac.uk/room/68-102/06> ;
                                                           dcterms:description """
      <div class="desc-term">
        <span class="desc-term-label">Size:</span>
        <span class="desc-term-value">Situated in accessible toilet</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">Yes</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Furniture:</span>
        <span class="desc-term-value">Toilet and baby change only</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Power:</span>
        <span class="desc-term-value">No</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">Open access. Above reception, via lift</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Notes:</span>
        <span class="desc-term-value">There is signage on the door</span>
      </div>
    """^^<http://purl.org/xtypes/Fragment-HTML> ;
                                                           skos:notation "infant-68-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.89331"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                           geo:long "-1.39431"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/68> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "National Oceanography Centre" ;
                                          geo:lat "50.89277"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39449"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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

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