@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/67-2009> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "67 / 2009 Skills and Simulation Space" ;
                                           ns2:within <http://id.southampton.ac.uk/building/67> ,
                                                      <http://id.southampton.ac.uk/floor/67-2> ;
                                           dcterms:description "Skills and Simulation Space" ;
                                           skos:notation "67-2009"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:capacity "20"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2009 Skills and Simulation Space" .

<http://id.southampton.ac.uk/building/67> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Nightingale" ;
                                          geo:lat "50.93674"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39658"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/ttevent/67-2009/20260612070000/20260612070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 5:00pm on 12th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260612070000/20260612070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260612070000/20260612070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-12T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-12T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260615080000/20260615080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 12:00pm on 15th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260615080000/20260615080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260615080000/20260615080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-15T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-15T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260615120000/20260615120000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 1:00pm to 4:00pm on 15th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260615120000/20260615120000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260615120000/20260615120000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-15T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-15T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260616080000/20260616080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 12:00pm on 16th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260616080000/20260616080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260616080000/20260616080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-16T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-16T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260616120000/20260616120000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 1:00pm to 4:00pm on 16th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260616120000/20260616120000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260616120000/20260616120000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-16T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-16T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260617080000/20260617080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 5:00pm on 17th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260617080000/20260617080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260617080000/20260617080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-17T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-17T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260618080000/20260618080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 12:00pm on 18th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260618080000/20260618080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260618080000/20260618080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-18T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-18T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260626070000/20260626070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 12:00am on 26th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260626070000/20260626070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260626070000/20260626070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-27T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-26T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260622070000/20260622070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 5:00pm on 22nd June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260622070000/20260622070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260622070000/20260622070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-22T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-22T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260623070000/20260623070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 5:00pm on 23rd June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260623070000/20260623070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260623070000/20260623070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-23T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-23T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260624070000/20260624070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 5:00pm on 24th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260624070000/20260624070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260624070000/20260624070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-24T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-24T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260627000000/20260627000000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 1:00am to 12:00am on 27th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260627000000/20260627000000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260627000000/20260627000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-28T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-27T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260628000000/20260628000000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 1:00am to 12:00am on 28th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260628000000/20260628000000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260628000000/20260628000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-29T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-28T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260629080000/20260629080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 5:00pm on 29th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260629080000/20260629080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260629080000/20260629080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-29T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-29T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260701080000/20260701080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 5:00pm on 1st July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260701080000/20260701080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260701080000/20260701080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-01T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-01T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260706080000/20260706080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 4:00pm on 6th July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260706080000/20260706080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260706080000/20260706080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-06T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-06T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260707080000/20260707080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 4:00pm on 7th July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260707080000/20260707080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260707080000/20260707080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-07T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-07T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260708070000/20260708070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 5:00pm on 8th July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260708070000/20260708070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260708070000/20260708070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-08T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-08T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260709080000/20260709080000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 9:00am to 4:00pm on 9th July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260709080000/20260709080000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260709080000/20260709080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-09T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-09T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260723070000/20260723070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 11:00pm on 23rd July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260723070000/20260723070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260723070000/20260723070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-23T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-23T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260724070000/20260724070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 11:00pm on 24th July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260724070000/20260724070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260724070000/20260724070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-24T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-24T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260725070000/20260725070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 11:00pm on 25th July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260725070000/20260725070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260725070000/20260725070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-25T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-25T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260726070000/20260726070000> ns3:place <http://id.southampton.ac.uk/room/67-2009> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/2009 booked from 8:00am to 11:00pm on 26th July" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-2009/20260726070000/20260726070000#time> .

<http://id.southampton.ac.uk/ttevent/67-2009/20260726070000/20260726070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-07-26T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-07-26T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .