@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.deri.ie/rooms#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <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 ns3: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns4: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/1426-1001> rdf:type ns0:Room ,
                                                      ns1:SyllabusLocation ;
                                             rdfs:label "CR 1426 / 58 Chamberlain Rd / R1001" ;
                                             ns2:within <http://id.southampton.ac.uk/building/1426> ,
                                                        <http://id.southampton.ac.uk/floor/1426-1> ;
                                             dcterms:description "RECOGNISED SOCIETIES ONLY - PLEASE ARRANGE ACCESS WITH KATY DOLLIN x27053" ;
                                             skos:notation "1426-1001"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                             oo:capacity "5"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                             ns1:shortName "58 Chamberlain Rd / R1001" .

<http://id.southampton.ac.uk/building/1426> rdf:type ns0:Building ,
                                                     ns1:UoSBuilding ,
                                                     ns1:HiddenFromLists ;
                                            rdfs:label "58 Chamberlain Road" ;
                                            geo:lat "50.93413"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.40016"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/ttevent/1426-1001/20260422080000/20260422080000> ns3:place <http://id.southampton.ac.uk/room/1426-1001> ;
                                                                              rdf:type ns3:Event ,
                                                                                       ns1:RoomBookedEvent ;
                                                                              rdfs:label "Room 1426/1001 booked from 9:00am to 3:00pm on 22nd April" ;
                                                                              ns3:time <http://id.southampton.ac.uk/ttevent/1426-1001/20260422080000/20260422080000#time> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260422080000/20260422080000#time> rdf:type ns4:Interval ;
                                                                                   ns4:end "2026-04-22T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns4:start "2026-04-22T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260429080000/20260429080000> ns3:place <http://id.southampton.ac.uk/room/1426-1001> ;
                                                                              rdf:type ns3:Event ,
                                                                                       ns1:RoomBookedEvent ;
                                                                              rdfs:label "Room 1426/1001 booked from 9:00am to 3:00pm on 29th April" ;
                                                                              ns3:time <http://id.southampton.ac.uk/ttevent/1426-1001/20260429080000/20260429080000#time> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260429080000/20260429080000#time> rdf:type ns4:Interval ;
                                                                                   ns4:end "2026-04-29T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns4:start "2026-04-29T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260506080000/20260506080000> ns3:place <http://id.southampton.ac.uk/room/1426-1001> ;
                                                                              rdf:type ns3:Event ,
                                                                                       ns1:RoomBookedEvent ;
                                                                              rdfs:label "Room 1426/1001 booked from 9:00am to 3:00pm on 6th May" ;
                                                                              ns3:time <http://id.southampton.ac.uk/ttevent/1426-1001/20260506080000/20260506080000#time> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260506080000/20260506080000#time> rdf:type ns4:Interval ;
                                                                                   ns4:end "2026-05-06T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns4:start "2026-05-06T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260513080000/20260513080000> ns3:place <http://id.southampton.ac.uk/room/1426-1001> ;
                                                                              rdf:type ns3:Event ,
                                                                                       ns1:RoomBookedEvent ;
                                                                              rdfs:label "Room 1426/1001 booked from 9:00am to 3:00pm on 13th May" ;
                                                                              ns3:time <http://id.southampton.ac.uk/ttevent/1426-1001/20260513080000/20260513080000#time> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260513080000/20260513080000#time> rdf:type ns4:Interval ;
                                                                                   ns4:end "2026-05-13T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns4:start "2026-05-13T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260520080000/20260520080000> ns3:place <http://id.southampton.ac.uk/room/1426-1001> ;
                                                                              rdf:type ns3:Event ,
                                                                                       ns1:RoomBookedEvent ;
                                                                              rdfs:label "Room 1426/1001 booked from 9:00am to 3:00pm on 20th May" ;
                                                                              ns3:time <http://id.southampton.ac.uk/ttevent/1426-1001/20260520080000/20260520080000#time> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260520080000/20260520080000#time> rdf:type ns4:Interval ;
                                                                                   ns4:end "2026-05-20T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns4:start "2026-05-20T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260527080000/20260527080000> ns3:place <http://id.southampton.ac.uk/room/1426-1001> ;
                                                                              rdf:type ns3:Event ,
                                                                                       ns1:RoomBookedEvent ;
                                                                              rdfs:label "Room 1426/1001 booked from 9:00am to 3:00pm on 27th May" ;
                                                                              ns3:time <http://id.southampton.ac.uk/ttevent/1426-1001/20260527080000/20260527080000#time> .

<http://id.southampton.ac.uk/ttevent/1426-1001/20260527080000/20260527080000#time> rdf:type ns4:Interval ;
                                                                                   ns4:end "2026-05-27T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                   ns4:start "2026-05-27T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .