@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns4: <http://purl.org/NET/c4dm/event.owl#> .
@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/12-ATS> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                      rdfs:label "Assistive Technology Service" ;
                                                      ns1:within <http://id.southampton.ac.uk/building/36> ,
                                                                 <http://id.southampton.ac.uk/room/36-2073> ;
                                                      foaf:phone <tel:+442380593030> ;
                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/12-ATS#Monday-0830-1630-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/12-ATS#Sunday-CLOSED-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/12-ATS#Saturday-CLOSED-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/12-ATS#Thursday-0830-1630-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/12-ATS#Tuesday-0830-1630-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/12-ATS#Wednesday-0830-1630-2011-01-01> ,
                                                                                       <http://id.southampton.ac.uk/point-of-service/12-ATS#Friday-0830-1630-2011-01-01> ;
                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/disability.png> ;
                                                      foaf:mbox <mailto:ad6@soton.ac.uk> ;
                                                      foaf:homepage <http://www.ats.soton.ac.uk/> ;
                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> .

<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/room/36-2073> rdf:type ns2:Room ;
                                           rdfs:label "Room 2073, Building 36" .

<http://id.southampton.ac.uk/point-of-service/12-ATS#Monday-0830-1630-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> ;
                                                                                  ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "16:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/12-ATS#Sunday-CLOSED-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                               ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> ;
                                                                               ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                               ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/12-ATS#Saturday-CLOSED-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                 ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                                 ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/12-ATS#Thursday-0830-1630-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                    ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> ;
                                                                                    ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:closes "16:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                    ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                    ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/12-ATS#Tuesday-0830-1630-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                   ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                                   ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:closes "16:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                   ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/12-ATS#Wednesday-0830-1630-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                     ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> ;
                                                                                     ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:closes "16:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                     ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                     ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/point-of-service/12-ATS#Friday-0830-1630-2011-01-01> rdf:type ns0:OpeningHoursSpecification ;
                                                                                  ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> ;
                                                                                  ns0:opens "08:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:closes "16:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                                  ns0:validFrom "2011-01-01T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns0:validThrough "2011-07-01T23:59:59"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<https://data.southampton.ac.uk/map-icons/Offices/disability.png> rdf:type ns3:MapMarker .

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