@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 geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns1: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/event/779786c6e63796f89bcae727e38e3c3a> rdf:type ns0:Event ;
                                                                     rdfs:label "Engineering & Physical Sciences Careers Fair" ;
                                                                     dcterms:description '<p>The Engineering &amp; Physical Sciences Autumn Careers Fair will offer a vibrant mix of employers to discover. Make sure you book to attend so you don’t miss out!</p><p><strong>Why Attend?</strong></p><ul class="customListStyle"><li><strong>Explore opportunities:</strong> Discover a variety of work experience vacancies and graduate roles.</li><li><strong>Network:</strong> An invaluable opportunity to connect with employers and find out more about company culture, learning and development opportunities and gain an insight into available roles</li></ul><p>This event will be taking place in Garden Court, Building 40. To receive reminder emails, updates, exhibitor information and more, book onto the event via <strong>MyCareer. </strong> </p>'^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     ns0:place <http://id.southampton.ac.uk/event/779786c6e63796f89bcae727e38e3c3a#place> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/779786c6e63796f89bcae727e38e3c3a#time-1> .

<http://id.southampton.ac.uk/event/779786c6e63796f89bcae727e38e3c3a#place> rdf:type geo:SpatialThing ;
                                                                           rdfs:label "Highfield, Southampton, England" .

<http://id.southampton.ac.uk/event/779786c6e63796f89bcae727e38e3c3a#time-1> rdf:type ns1:Interval ;
                                                                            ns1:end "2025-10-23T14:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns1:start "2025-10-23T09:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .