@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-1017> rdf:type ns0:Room ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "SJM 135 / 1017" ;
                                            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-1017"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/syllabus/room-feature/013501017/RSC-_SCREEN> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/013501017/RSC-_SEATS_MOVEABLE> ,
                                                          <http://id.southampton.ac.uk/syllabus/room-feature/013501017/RSC-_LB> ;
                                            oo:capacity "24"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "1017" .

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

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

<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/013501017/RSC-_LB> rdf:type ns1:RoomFeature ,
                                                                               ns3:RSC-_LB ;
                                                                      rdfs:label "Lectern in SJM 135 / 1017" .

<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/ttevent/135-1017/20260717080000/20260717080000> ns4:place <http://id.southampton.ac.uk/room/135-1017> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1017 booked from 9:00am to 6:00pm on 17th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1017/20260717080000/20260717080000#time> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260717080000/20260717080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-17T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-07-17T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260720080000/20260720080000> ns4:place <http://id.southampton.ac.uk/room/135-1017> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1017 booked from 9:00am to 7:00pm on 20th July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1017/20260720080000/20260720080000#time> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260720080000/20260720080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-20T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-07-20T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260721080000/20260721080000> ns4:place <http://id.southampton.ac.uk/room/135-1017> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1017 booked from 9:00am to 7:00pm on 21st July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1017/20260721080000/20260721080000#time> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260721080000/20260721080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-21T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-07-21T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260722080000/20260722080000> ns4:place <http://id.southampton.ac.uk/room/135-1017> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1017 booked from 9:00am to 7:00pm on 22nd July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1017/20260722080000/20260722080000#time> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260722080000/20260722080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-22T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-07-22T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260811080000/20260811080000> ns4:place <http://id.southampton.ac.uk/room/135-1017> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1017 booked from 9:00am to 7:00pm on 11th August" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1017/20260811080000/20260811080000#time> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260811080000/20260811080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-08-11T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-08-11T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260812080000/20260812080000> ns4:place <http://id.southampton.ac.uk/room/135-1017> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1017 booked from 9:00am to 7:00pm on 12th August" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1017/20260812080000/20260812080000#time> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260812080000/20260812080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-08-12T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-08-12T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260813080000/20260813080000> ns4:place <http://id.southampton.ac.uk/room/135-1017> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1017 booked from 9:00am to 7:00pm on 13th August" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1017/20260813080000/20260813080000#time> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260813080000/20260813080000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-08-13T19:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-08-13T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260723090000/20260723090000> ns4:place <http://id.southampton.ac.uk/room/135-1017> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 135/1017 booked from 10:00am to 6:00pm on 23rd July" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/135-1017/20260723090000/20260723090000#time> .

<http://id.southampton.ac.uk/ttevent/135-1017/20260723090000/20260723090000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-07-23T18:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-07-23T10:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .