@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 ns3: <http://id.southampton.ac.uk/syllabus/feature/> .
@prefix ns4: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/135-1023> rdf:type ns0:Room ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "SJM 135 / 1023" ;
                                            ns2:within <http://id.southampton.ac.uk/building/135> ,
                                                       <http://id.southampton.ac.uk/floor/135-1> ;
                                            dcterms:description "Common Learning Space: Seminar Room" ;
                                            skos:notation "135-1023"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/013501023/RSC-_SEATS_MOVEABLE> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/013501023/RSC-_LB> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/013501023/RSC-_SCREEN> ;
                                            oo:capacity "24"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "1023" .

<http://id.southampton.ac.uk/building/135> rdf:type ns0:Building ,
                                                    ns1:UoSBuilding ;
                                           rdfs:label "Sir James Matthews Building" .

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

<http://id.southampton.ac.uk/syllabus/room-feature/013501023/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in SJM 135 / 1023" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SEATS_MOVEABLE> rdf:type rdfs:Class ,
                                                                            ns1:RoomFeatureClass ;
                                                                   rdfs:label "Movable seats" ;
                                                                   rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/013501023/RSC-_LB> rdf:type ns1:RoomFeature ,
                                                                               ns3:RSC-_LB ;
                                                                      rdfs:label "Lectern in SJM 135 / 1023" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_LB> rdf:type rdfs:Class ,
                                                                ns1:RoomFeatureClass ;
                                                       rdfs:label "Lectern" ;
                                                       rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/syllabus/room-feature/013501023/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in SJM 135 / 1023" .

<http://id.southampton.ac.uk/syllabus/feature/RSC-_SCREEN> rdf:type rdfs:Class ,
                                                                    ns1:RoomFeatureClass ;
                                                           rdfs:label "Screen" ;
                                                           rdfs:subClassOf oo:Feature .

<http://id.southampton.ac.uk/ttevent/135-1023/20260422070000/20260422070000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 8:00am to 1:00pm on 22nd April" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260422070000/20260422070000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260422070000/20260422070000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-04-22T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-04-22T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260423130000/20260423130000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 2:00pm to 5:00pm on 23rd April" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260423130000/20260423130000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260423130000/20260423130000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-04-23T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-04-23T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260423120000/20260423120000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 1:00pm to 2:00pm on 23rd April" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260423120000/20260423120000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260423120000/20260423120000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-04-23T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-04-23T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260429140000/20260429140000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 3:00pm to 6:00pm on 29th April" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260429140000/20260429140000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260429140000/20260429140000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-04-29T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-04-29T15:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260429070000/20260429070000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 8:00am to 1:00pm on 29th April" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260429070000/20260429070000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260429070000/20260429070000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-04-29T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-04-29T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260430130000/20260430130000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 2:00pm to 5:00pm on 30th April" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260430130000/20260430130000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260430130000/20260430130000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-04-30T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-04-30T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260430120000/20260430120000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 1:00pm to 2:00pm on 30th April" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260430120000/20260430120000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260430120000/20260430120000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-04-30T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-04-30T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260506070000/20260506070000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 8:00am to 1:00pm on 6th May" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260506070000/20260506070000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260506070000/20260506070000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-05-06T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-05-06T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260507130000/20260507130000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 2:00pm to 5:00pm on 7th May" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260507130000/20260507130000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260507130000/20260507130000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-05-07T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-05-07T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260507120000/20260507120000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 1:00pm to 2:00pm on 7th May" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260507120000/20260507120000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260507120000/20260507120000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-05-07T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-05-07T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260514120000/20260514120000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 1:00pm to 2:00pm on 14th May" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260514120000/20260514120000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260514120000/20260514120000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-05-14T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-05-14T13:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260514130000/20260514130000> ns4:place <http://id.southampton.ac.uk/room/135-1023> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1023 booked from 2:00pm to 5:00pm on 14th May" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1023/20260514130000/20260514130000#time> .

<http://id.southampton.ac.uk/ttevent/135-1023/20260514130000/20260514130000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-05-14T17:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-05-14T14:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .