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

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

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

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

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

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