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

<http://id.southampton.ac.uk/room/67-3017> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "67 / 3017 Meeting Room" ;
                                           ns2:within <http://id.southampton.ac.uk/floor/67-3> ,
                                                      <http://id.southampton.ac.uk/building/67> ;
                                           dcterms:description "Meeting Room - HEALTH SCI ONLY" ;
                                           skos:notation "67-3017"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:capacity "3"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "3017 Meeting Room" .

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

<http://id.southampton.ac.uk/building/67> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Nightingale" ;
                                          geo:lat "50.93674"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.39658"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260622070000/20260622070000> ns3:place <http://id.southampton.ac.uk/room/67-3017> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/3017 booked from 8:00am to 11:00pm on 22nd June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-3017/20260622070000/20260622070000#time> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260622070000/20260622070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-22T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-22T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260623070000/20260623070000> ns3:place <http://id.southampton.ac.uk/room/67-3017> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/3017 booked from 8:00am to 11:00pm on 23rd June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-3017/20260623070000/20260623070000#time> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260623070000/20260623070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-23T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-23T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260624070000/20260624070000> ns3:place <http://id.southampton.ac.uk/room/67-3017> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/3017 booked from 8:00am to 11:00pm on 24th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-3017/20260624070000/20260624070000#time> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260624070000/20260624070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-24T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-24T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260625070000/20260625070000> ns3:place <http://id.southampton.ac.uk/room/67-3017> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/3017 booked from 8:00am to 11:00pm on 25th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-3017/20260625070000/20260625070000#time> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260625070000/20260625070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-25T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-25T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260626070000/20260626070000> ns3:place <http://id.southampton.ac.uk/room/67-3017> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 67/3017 booked from 8:00am to 11:00pm on 26th June" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/67-3017/20260626070000/20260626070000#time> .

<http://id.southampton.ac.uk/ttevent/67-3017/20260626070000/20260626070000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-06-26T23:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-06-26T08:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .