@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/65-9997> rdf:type ns0:Room ,
                                                    ns1:SyllabusLocation ;
                                           rdfs:label "Avenue 65 / Avenue Main Entrance" ;
                                           ns2:within <http://id.southampton.ac.uk/building/65> ,
                                                      <http://id.southampton.ac.uk/floor/65-9> ;
                                           dcterms:description "" ;
                                           skos:notation "65-9997"^^<http://id.southampton.ac.uk/ns/room-code-scheme> ;
                                           oo:capacity "18"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                           ns1:shortName "Avenue Main Entrance" .

<http://id.southampton.ac.uk/building/65> rdf:type ns0:Building ,
                                                   ns1:UoSBuilding ;
                                          rdfs:label "Parkes Bldg" ;
                                          geo:lat "50.92911"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          ns1:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/building-65-parkes-university-of> ;
                                          geo:long "-1.40239"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/ttevent/65-9997/20260925080000/20260925080000> ns3:place <http://id.southampton.ac.uk/room/65-9997> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/9997 booked from 9:00am to 12:00am on 25th September" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/65-9997/20260925080000/20260925080000#time> .

<http://id.southampton.ac.uk/ttevent/65-9997/20260925080000/20260925080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-09-26T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-09-25T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-9997/20260926000000/20260926000000> ns3:place <http://id.southampton.ac.uk/room/65-9997> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/9997 booked from 1:00am to 12:00am on 26th September" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/65-9997/20260926000000/20260926000000#time> .

<http://id.southampton.ac.uk/ttevent/65-9997/20260926000000/20260926000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-09-27T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-09-26T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-9997/20260927000000/20260927000000> ns3:place <http://id.southampton.ac.uk/room/65-9997> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/9997 booked from 1:00am to 12:00am on 27th September" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/65-9997/20260927000000/20260927000000#time> .

<http://id.southampton.ac.uk/ttevent/65-9997/20260927000000/20260927000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-09-28T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-09-27T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-9997/20261009080000/20261009080000> ns3:place <http://id.southampton.ac.uk/room/65-9997> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/9997 booked from 9:00am to 12:00am on 9th October" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/65-9997/20261009080000/20261009080000#time> .

<http://id.southampton.ac.uk/ttevent/65-9997/20261009080000/20261009080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-10-10T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-10-09T09:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-9997/20261010000000/20261010000000> ns3:place <http://id.southampton.ac.uk/room/65-9997> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/9997 booked from 1:00am to 12:00am on 10th October" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/65-9997/20261010000000/20261010000000#time> .

<http://id.southampton.ac.uk/ttevent/65-9997/20261010000000/20261010000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-10-11T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-10-10T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/ttevent/65-9997/20261011000000/20261011000000> ns3:place <http://id.southampton.ac.uk/room/65-9997> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/9997 booked from 1:00am to 12:00am on 11th October" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/65-9997/20261011000000/20261011000000#time> .

<http://id.southampton.ac.uk/ttevent/65-9997/20261011000000/20261011000000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-10-12T00:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-10-11T01:00:00+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .