@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/59-2213> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "59 / 2213 ECS Teaching Lab" ;
                                           ns2:within <http://id.southampton.ac.uk/building/59> ,
                                                      <http://id.southampton.ac.uk/floor/59-2> ;
                                           dcterms:description "ECS Teaching Lab (ECS Lab2)" ;
                                           skos:notation "59-2213"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:capacity "200"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "2213 ECS Teaching Lab" .

<http://id.southampton.ac.uk/building/59> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "New Zepler" ;
                                          geo:lat "50.93733"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-59-zepler> ;
                                          geo:long "-1.39775"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/ttevent/59-2213/20260819000000/20260819000000> ns3:place <http://id.southampton.ac.uk/room/59-2213> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 59/2213 booked from 1:00am to 12:00am on 19th August" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/59-2213/20260819000000/20260819000000#time> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260819000000/20260819000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-08-20T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-08-19T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260820000000/20260820000000> ns3:place <http://id.southampton.ac.uk/room/59-2213> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 59/2213 booked from 1:00am to 12:00am on 20th August" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/59-2213/20260820000000/20260820000000#time> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260820000000/20260820000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-08-21T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-08-20T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260821000000/20260821000000> ns3:place <http://id.southampton.ac.uk/room/59-2213> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 59/2213 booked from 1:00am to 12:00am on 21st August" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/59-2213/20260821000000/20260821000000#time> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260821000000/20260821000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-08-22T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-08-21T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260822000000/20260822000000> ns3:place <http://id.southampton.ac.uk/room/59-2213> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 59/2213 booked from 1:00am to 12:00am on 22nd August" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/59-2213/20260822000000/20260822000000#time> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260822000000/20260822000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-08-23T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-08-22T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260823000000/20260823000000> ns3:place <http://id.southampton.ac.uk/room/59-2213> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 59/2213 booked from 1:00am to 12:00am on 23rd August" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/59-2213/20260823000000/20260823000000#time> .

<http://id.southampton.ac.uk/ttevent/59-2213/20260823000000/20260823000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-08-24T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-08-23T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .