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

<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-4> rdf:type ns0:Floor ;
                                          rdfs:label "Floor 4, Building 135" .

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

<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/013504029/RSC-_SEATS_MOVEABLE> rdf:type ns1:RoomFeature ,
                                                                                           ns3:RSC-_SEATS_MOVEABLE ;
                                                                                  rdfs:label "Movable seats in SJM 135 / 4029" .

<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/013504029/RSC-_SCREEN> rdf:type ns1:RoomFeature ,
                                                                                   ns3:RSC-_SCREEN ;
                                                                          rdfs:label "Screen in SJM 135 / 4029" .

<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-4029/20260311080000/20260311080000> ns4:place <http://id.southampton.ac.uk/room/135-4029> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/4029 booked from 8:00am to 1:00pm on 11th March" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-4029/20260311080000/20260311080000#time> .

<http://id.southampton.ac.uk/ttevent/135-4029/20260311080000/20260311080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-03-11T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-03-11T08:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/135-4029/20260312130000/20260312130000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-03-12T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-03-12T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/135-4029/20260312140000/20260312140000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-03-12T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-03-12T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/135-4029/20260319130000/20260319130000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-03-19T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-03-19T13:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

<http://id.southampton.ac.uk/ttevent/135-4029/20260319140000/20260319140000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-03-19T17:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-03-19T14:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

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

<http://id.southampton.ac.uk/ttevent/135-4029/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> .