@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/NET/c4dm/event.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://id.southampton.ac.uk/ns/diary/> .
@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://www.w3.org/ns/org#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/event/1e97139516018874c8fc4c6583278f8c> rdf:type ns0:Event ;
                                                                     rdfs:label "Behind the Scenes at the Archives & Special Collections (Pre-booking essential)" ;
                                                                     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> ;
                                                                     foaf:homepage <https://www.heritageopendays.org.uk/submission-event/behind-the-scenes-at-the-archives-special-collections.html> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/36> ,
                                                                               <http://id.southampton.ac.uk/event/1e97139516018874c8fc4c6583278f8c#place> ;
                                                                     ns0:agent <http://id.southampton.ac.uk/org/KX> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/1e97139516018874c8fc4c6583278f8c#time-1> ;
                                                                     ns1:event-type <http://id.southampton.ac.uk/ns/diary/Event> .

<http://id.southampton.ac.uk/building/36> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "Library (inc. blds 10 12 & 14)" .

<http://id.southampton.ac.uk/event/1e97139516018874c8fc4c6583278f8c#place> rdf:type geo:SpatialThing ;
                                                                           rdfs:label "Hartley Library" .

<http://id.southampton.ac.uk/org/KX> rdf:type ns4:Organization ;
                                     rdfs:label "Library" ;
                                     skos:notation "P1KX000000"^^<http://id.southampton.ac.uk/ns/10CharHRCode> ,
                                                   "KX"^^<http://id.southampton.ac.uk/ns/alphaCode> ;
                                     foaf:homepage <https://www.southampton.ac.uk/library/> ;
                                     ns4:hasSubOrganization <http://id.southampton.ac.uk/org/P1KX070000> ,
                                                            <http://id.southampton.ac.uk/org/P1KX060000> ,
                                                            <http://id.southampton.ac.uk/org/P1KX080000> ;
                                     owl:sameAs <http://id.southampton.ac.uk/org/P1KX000000> .

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