@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/goodrelations/v1#> .
@prefix ns4: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/room/68-12401> rdf:type ns0:Room ,
                                                     ns1:SyllabusLocation ;
                                            rdfs:label "68/12401" ,
                                                       "NOC 68 / 124 / 01 (Library)" ,
                                                       "68 / 12401" ;
                                            ns2:within <http://id.southampton.ac.uk/building/68> ;
                                            dcterms:description "Use for SOES1003 Library induction only" ;
                                            skos:notation "68-12401"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                            oo:capacity "25"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                            ns1:shortName "124 / 01 (Library)" .

<http://id.southampton.ac.uk/building/68> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "National Oceanography Centre" ;
                                          geo:lat "50.89277"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39449"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/workstations-68-12401> rdf:type ns3:LocationOfSalesOrServiceProvisioning ;
                                                                     rdfs:label "iSolutions Workstations - 68-12401" ;
                                                                     ns1:workstationSeats "20"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns1:workstationFreeSeats "20"^^<http://www.w3.org/2001/XMLSchema#int> ;
                                                                     ns2:within <http://id.southampton.ac.uk/room/68-12401> .

<http://id.southampton.ac.uk/ttevent/68-12401/20260918100000/20260918100000> ns4:place <http://id.southampton.ac.uk/room/68-12401> ;
                                                                             rdf:type ns4:Event ,
                                                                                      ns1:RoomBookedEvent ;
                                                                             rdfs:label "Room 68/12401 booked from 11:00am to 12:00pm on 18th September" ;
                                                                             ns4:time <http://id.southampton.ac.uk/ttevent/68-12401/20260918100000/20260918100000#time> .

<http://id.southampton.ac.uk/ttevent/68-12401/20260918100000/20260918100000#time> rdf:type ns5:Interval ;
                                                                                  ns5:end "2026-09-18T12:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                  ns5:start "2026-09-18T11:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .