@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-9530-1> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                             rdfs:label "Baby changing room" ;
                                                             ns1:within <http://id.southampton.ac.uk/building/9530> ,
                                                                        <http://id.southampton.ac.uk/floor/9530-C> ;
                                                             dcterms:description """
      <div class="desc-term">
        <span class="desc-term-label">Size:</span>
        <span class="desc-term-value"></span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Wheelchair Accessible:</span>
        <span class="desc-term-value"></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"></span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Power:</span>
        <span class="desc-term-value"></span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Phone:</span>
        <span class="desc-term-value"></span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Access Arrangements:</span>
        <span class="desc-term-value"></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-9530-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.93339"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                             geo:long "-1.43439"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/9530> rdf:type ns2:Building ,
                                                     ns3:UoSBuilding ;
                                            rdfs:label "Centre Block" ;
                                            geo:lat "50.93325"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.43439"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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