@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/5-1021> rdf:type ns0:Room ,
                                                   ns1:SyllabusLocation ;
                                          rdfs:label "05 / 1021" ;
                                          ns2:within <http://id.southampton.ac.uk/building/5> ,
                                                     <http://id.southampton.ac.uk/floor/5-1> ;
                                          dcterms:description "Teaching Laboratory 2" ;
                                          skos:notation "5-1021"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                          oo:capacity "24"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                          ns1:shortName "1021" .

<http://id.southampton.ac.uk/building/5> rdf:type ns0:Building ,
                                                  ns1:UoSBuilding ;
                                         rdfs:label "Eustice" ;
                                         geo:lat "50.93558"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                         ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-5-eustice> ;
                                         geo:long "-1.3948"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/ttevent/5-1021/20260422120000/20260422120000> ns3:place <http://id.southampton.ac.uk/room/5-1021> ;
                                                                           rdf:type ns3:Event ,
                                                                                    ns1:RoomBookedEvent ;
                                                                           rdfs:label "Room 5/1021 booked from 1:00pm to 4:00pm on 22nd April" ;
                                                                           ns3:time <http://id.southampton.ac.uk/ttevent/5-1021/20260422120000/20260422120000#time> .

<http://id.southampton.ac.uk/ttevent/5-1021/20260422120000/20260422120000#time> rdf:type ns4:Interval ;
                                                                                ns4:end "2026-04-22T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns4:start "2026-04-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/5-1021/20260508150000/20260508150000#time> rdf:type ns4:Interval ;
                                                                                ns4:end "2026-05-09T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns4:start "2026-05-08T16:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/5-1021/20260509070000/20260509070000#time> rdf:type ns4:Interval ;
                                                                                ns4:end "2026-05-09T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                ns4:start "2026-05-09T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .