@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/> .
@prefix ns4: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns5: <http://id.southampton.ac.uk/ns/diary/> .
@prefix ns6: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/point-of-service/scc-6> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                     rdfs:label "Gender Neutral Toilet B36-A" ;
                                                     ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                                <http://id.southampton.ac.uk/floor/36-2> ;
                                                     dcterms:description "Non-gendered self-contained toilet cubicle, with sink basin and sanitary bin." ;
                                                     skos:notation "scc-6" ;
                                                     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.93489"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                     geo:long "-1.3958"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/building/36> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "Library (inc. blds 10 12 & 14)" ;
                                          geo:lat "50.93504"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39531"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/event/1e97139516018874c8fc4c6583278f8c> ns4:place <http://id.southampton.ac.uk/building/36> ,
                                                                               <http://id.southampton.ac.uk/event/1e97139516018874c8fc4c6583278f8c#place> ;
                                                                     rdf:type ns4:Event ;
                                                                     dcterms:description """<p><span style="color:#333333;font-family:'deva-ideal', sans-serif;background-color:#ffffff;font-size:14.6667px;">What’s behind the locked doors? A glimpse behind the scenes... The tour will include the strongrooms and conservation studios. There will also be a pop-up exhibition of archival and rare book material reflecting Jane Austen's world. Email archives@soton.ac.uk to book your place</span><br /></p>"""^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     rdfs:label "Behind the Scenes at the Archives & Special Collections (Pre-booking essential)" ;
                                                                     foaf:homepage <https://www.heritageopendays.org.uk/submission-event/behind-the-scenes-at-the-archives-special-collections.html> ;
                                                                     ns4:agent <http://id.southampton.ac.uk/org/KX> ;
                                                                     ns4:time <http://id.southampton.ac.uk/event/1e97139516018874c8fc4c6583278f8c#time-1> ;
                                                                     ns5:event-type <http://id.southampton.ac.uk/ns/diary/Event> .

<http://id.southampton.ac.uk/event/1e97139516018874c8fc4c6583278f8c#time-1> rdf:type ns6:Interval ;
                                                                            ns6:end "2025-09-12T11:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns6:start "2025-09-12T10:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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