@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/fef976b5bc27e42698685a234e96bda4> rdf:type ns0:Event ;
                                                                     rdfs:label "Environmental and Life Sciences Careers Fair" ;
                                                                     dcterms:description '<p>Join us on Highfield Campus for the opportunity to meet a range of employers and industry professionals in the fields of Ocean and Earth Sciences, Geography and Environmental Sciences, Psychology, Biological Sciences and Health Sciences. </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>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/fef976b5bc27e42698685a234e96bda4#place> ;
                                                                     ns0:time <http://id.southampton.ac.uk/event/fef976b5bc27e42698685a234e96bda4#time-1> .

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

<http://id.southampton.ac.uk/event/fef976b5bc27e42698685a234e96bda4#time-1> rdf:type ns1:Interval ;
                                                                            ns1:end "2025-11-03T15:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns1:start "2025-11-03T10:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .