@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/NET/c4dm/event.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://id.southampton.ac.uk/ns/diary/> .
@prefix ns2: <http://vocab.deri.ie/rooms#> .
@prefix ns3: <http://id.southampton.ac.uk/ns/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns4: <http://www.w3.org/ns/org#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns5: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5> rdf:type ns0:Event ;
                                                                     rdfs:label "Annual Computer Science Regius Lecture" ;
                                                                     dcterms:description "<p>​Annual Computer Science Regius Chair Lecture on 6 October 2025 at the University of Southampton with Verity Harding, Founder of the AI consultancy Formation Advisory Ltd and Director of the AI &amp; Geopolitics Project at the University of Cambridge. <br /></p><p>One of TIME100’s Most Influential People in AI, Verity Harding has worked at the cutting edge of AI across both industry and academia. Her debut book ‘AI Needs You: how we can change AI’s future and save our own’, was featured in the Financial Times, the Guardian, the Economist and named as one of McKinsey’s Best Books of 2024.​ <br /></p><p><br /></p>"^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     foaf:homepage <https://www.eventbrite.co.uk/e/annual-computer-science-regius-chair-lecture-tickets-1548037113679?aff=oddtdtcreator> ;
                                                                     ns0:place <http://id.southampton.ac.uk/building/100> ,
                                                                               <http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5#place> ,
                                                                               <http://id.southampton.ac.uk/room/100-4011> ;
                                                                     ns0:agent <http://id.southampton.ac.uk/org/FP> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5#time-1> ;
                                                                     ns1:event-type <http://id.southampton.ac.uk/ns/diary/Event> .

<http://id.southampton.ac.uk/building/100> rdf:type ns2:Building ,
                                                    ns3:UoSBuilding ;
                                           rdfs:label "Centenary Building" .

<http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5#place> rdf:type geo:SpatialThing ;
                                                                           rdfs:label "Highfield Campus" .

<http://id.southampton.ac.uk/room/100-4011> rdf:type ns2:Room ,
                                                     ns3:SyllabusLocation ;
                                            rdfs:label "100 / 4011" ,
                                                       "100 / 4011 (Harvard L/TB)" .

<http://id.southampton.ac.uk/org/FP> rdf:type ns4:Organization ;
                                     rdfs:label "School of Electronics & Computer Science" ;
                                     skos:notation "A3FP000000"^^<http://id.southampton.ac.uk/ns/10CharHRCode> ,
                                                   "FP"^^<http://id.southampton.ac.uk/ns/alphaCode> ;
                                     foaf:homepage <http://www.ecs.soton.ac.uk/> ;
                                     ns4:hasSubOrganization <http://id.southampton.ac.uk/org/A3FP090000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP130000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP030000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP050000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP020000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP100000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP080000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP040000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP160000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP150000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP060000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP120000> ,
                                                            <http://id.southampton.ac.uk/org/A3FP110000> ;
                                     owl:sameAs <http://id.southampton.ac.uk/org/A3FP000000> .

<http://id.southampton.ac.uk/event/b02367a65dd4107a431c7edcf13acbb5#time-1> rdf:type ns5:Interval ;
                                                                            ns5:end "2025-10-06T18:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns5:start "2025-10-06T16:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .