@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-3> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                     rdfs:label "Gender Neutral Toilet B38-C" ;
                                                     ns1:within <http://id.southampton.ac.uk/building/38> ,
                                                                <http://id.southampton.ac.uk/floor/38-1> ;
                                                     dcterms:description "Non-gendered self-contained toilet cubicle, with sink basin and sanitary bin." ;
                                                     skos:notation "scc-3" ;
                                                     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.9352"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                     geo:long "-1.3973"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/38> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "Staff Social Centre" ;
                                          geo:lat "50.9354"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39743"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<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-3#generic-offering-Self-ContainedToiletCubicle> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/scc-3> ;
                                                                                                  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" .