@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/scc-11> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                      rdfs:label "Gender Neutral Toilet, Duthie C" ;
                                                      ns1:within <http://id.southampton.ac.uk/building/9560> ,
                                                                 <http://id.southampton.ac.uk/floor/9560-C> ;
                                                      dcterms:description "Non-gendered self-contained toilet cubicle, with sink basin and sanitary bin." ;
                                                      skos:notation "scc-11" ;
                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/selfcontainedcubicleloo.png> ;
                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Amenity> ;
                                                      geo:lat "50.93426"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                      geo:long "-1.43392"^^<http://www.w3.org/2001/XMLSchema#float> .

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

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

<https://data.southampton.ac.uk/map-icons/selfcontainedcubicleloo.png> rdf:type ns3:MapMarker ;
                                                                       rdfs:label "Toilet (unisex)" .

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

<http://id.southampton.ac.uk/point-of-service/scc-11#generic-offering-Self-ContainedToiletCubicle> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/scc-11> ;
                                                                                                   rdf:type ns0:Offering ;
                                                                                                   rdfs:label "Self-Contained Toilet Cubicle" ;
                                                                                                   ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/Self-ContainedToiletCubicle> .

<http://id.southampton.ac.uk/generic-products-and-services/Self-ContainedToiletCubicle> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                        rdfs:label "Self-Contained Toilet Cubicle" .