@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/20260307080000/20260307080000> ns3:place <http://id.southampton.ac.uk/room/65-9997> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/9997 booked from 8:00am to 6:00pm on 7th March" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/65-9997/20260307080000/20260307080000#time> .

<http://id.southampton.ac.uk/ttevent/65-9997/20260307080000/20260307080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-03-07T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-03-07T08:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

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

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

<http://id.southampton.ac.uk/ttevent/65-9997/20260328080000/20260328080000> ns3:place <http://id.southampton.ac.uk/room/65-9997> ;
                                                                            rdf:type ns3:Event ,
                                                                                     ns1:RoomBookedEvent ;
                                                                            rdfs:label "Room 65/9997 booked from 8:00am to 6:00pm on 28th March" ;
                                                                            ns3:time <http://id.southampton.ac.uk/ttevent/65-9997/20260328080000/20260328080000#time> .

<http://id.southampton.ac.uk/ttevent/65-9997/20260328080000/20260328080000#time> rdf:type ns4:Interval ;
                                                                                 ns4:end "2026-03-28T18:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                                 ns4:start "2026-03-28T08:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .