@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/goodrelations/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <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 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://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns5: <http://id.southampton.ac.uk/ns/diary/> .
@prefix ns6: <http://purl.org/NET/c4dm/timeline.owl#> .

<http://id.southampton.ac.uk/point-of-service/infant-65-1> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                           rdfs:label "New and Expectant Parents Room" ;
                                                           ns1:within <http://id.southampton.ac.uk/floor/65-2> ,
                                                                      <http://id.southampton.ac.uk/room/65-2121> ,
                                                                      <http://id.southampton.ac.uk/building/65> ;
                                                           dcterms:description """
      <div class="desc-term">
        <span class="desc-term-label">Size:</span>
        <span class="desc-term-value">Narrow one-person-office sized</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Wheelchair Accessible:</span>
        <span class="desc-term-value">Yes (09:00-16.30 Monday-Friday)</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Washing Facilities:</span>
        <span class="desc-term-value">No, but nearby</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Furniture:</span>
        <span class="desc-term-value">Low chairs that could be used as sofa</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Power:</span>
        <span class="desc-term-value">Yes</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Phone:</span>
        <span class="desc-term-value">No, but on wall outside</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Access Arrangements:</span>
        <span class="desc-term-value">Key can be collected from key box outside room 2121</span>
      </div>
      <div class="desc-term">
        <span class="desc-term-label">Notes:</span>
        <span class="desc-term-value"></span>
      </div>
    """^^<http://purl.org/xtypes/Fragment-HTML> ;
                                                           skos:notation "infant-65-1" ;
                                                           oo:mapIcon <https://data.southampton.ac.uk/map-icons/feeding.png> ;
                                                           dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/InfantAmenity> .

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

<http://id.southampton.ac.uk/room/65-2121> rdf:type ns2:Room ;
                                           rdfs:label "Room 2121, Building 65" .

<http://id.southampton.ac.uk/building/65> rdf:type ns2:Building ,
                                                   ns3:UoSBuilding ;
                                          rdfs:label "Parkes Bldg" ;
                                          geo:lat "50.92911"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                          geo:long "-1.40239"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/event/b9415a98751c043a29fc4e835401c272> ns4:place <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/room/65-1201> ,
                                                                               <http://id.southampton.ac.uk/event/b9415a98751c043a29fc4e835401c272#place> ;
                                                                     rdf:type ns4:Event ;
                                                                     dcterms:description """<p>​<span style="color:#000000;font-size:11pt;font-family:aptos, sans-serif;">Have you ever wanted to write and publish a book? Would you like to tell your story? Might a high-level writing workshop and individual mentoring be what you need to develop your fiction or non-fiction? The Head of Creative Writing, Toby Litt, author of  <em>Dead Boy Detectives</em> (adapted for Netflix) and<span class="apple-converted-space"> </span><em>A Writer's Diary<span class="apple-converted-space"> </span></em>(daily on Substack), is running a short Creative Writing <span class="outlook-search-highlight">taster</span> <span class="outlook-search-highlight">session</span> in Lecture Theatre B, Building 65, on Avenue Campus, SO17 1BF, on April 30<sup>th</sup> at 7pm. This will feature writing prompts, tips and exercises. There will also be a Q&amp;A plus a chance to chat afterwards. The <span class="outlook-search-highlight">taster</span> <span class="outlook-search-highlight">session</span>s is free, but please reserve a ticket.</span><br /></p>"""^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     rdfs:label "Creative Writing Taster Session with Toby Litt" ;
                                                                     foaf:homepage <https://www.eventbrite.co.uk/e/creative-writing-taster-session-with-toby-litt-tickets-1262599682639?aff=oddtdtcreator> ;
                                                                     ns4:agent <http://id.southampton.ac.uk/org/F4> ;
                                                                     ns4:time <http://id.southampton.ac.uk/event/b9415a98751c043a29fc4e835401c272#time-1> ;
                                                                     ns5:event-type <http://id.southampton.ac.uk/ns/diary/Event> .

<http://id.southampton.ac.uk/event/b9415a98751c043a29fc4e835401c272#time-1> rdf:type ns6:Interval ;
                                                                            ns6:end "2025-04-30T19:15:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns6:start "2025-04-30T18:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://id.southampton.ac.uk/event/3aaecbe5d4a7e036579a5263337aecb0> ns4:place <http://id.southampton.ac.uk/building/65> ,
                                                                               <http://id.southampton.ac.uk/event/3aaecbe5d4a7e036579a5263337aecb0#place> ;
                                                                     rdf:type ns4:Event ;
                                                                     dcterms:description """<p>​<span style="font-family:'-apple-system', blinkmacsystemfont, 'segoe ui', roboto, oxygen, ubuntu, cantarell, 'fira sans', 'droid sans', 'helvetica neue', sans-serif;font-size:19.8px;letter-spacing:-.198px;background-color:#ffffff;">You’re warmly invited to the relaunch of Debating Ethnography, featuring an interactive workshop and discussion on why we need or use ethnography in our research practice.</span><br /></p>"""^^<http://purl.org/xtypes/Fragment-XHTML> ;
                                                                     rdfs:label "Debating Ethnography relaunch: Why do we need ethnography?" ;
                                                                     foaf:homepage <https://www.eventbrite.co.uk/e/why-do-we-need-ethnography-tickets-1289059935969?utm_experiment=test_share_listing&aff=ebdsshios> ;
                                                                     ns4:agent <http://id.southampton.ac.uk/org/F4> ;
                                                                     ns4:time <http://id.southampton.ac.uk/event/3aaecbe5d4a7e036579a5263337aecb0#time-1> ;
                                                                     ns5:event-type <http://id.southampton.ac.uk/ns/diary/Event> .

<http://id.southampton.ac.uk/event/3aaecbe5d4a7e036579a5263337aecb0#time-1> rdf:type ns6:Interval ;
                                                                            ns6:end "2025-05-21T11:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            ns6:start "2025-05-21T09:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<https://data.southampton.ac.uk/map-icons/feeding.png> rdf:type ns3:MapMarker ;
                                                       rdfs:label "Location for quiet breastfeeding" .

<http://id.southampton.ac.uk/point-of-interest-category/InfantAmenity> rdf:type ns3:ProductOrServiceCategory ;
                                                                       rdfs:label "InfantAmenity" .

<http://id.southampton.ac.uk/point-of-service/infant-65-1#generic-offering-SpaceForExpressingMilk> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/infant-65-1> ;
                                                                                                   rdf:type ns0:Offering ;
                                                                                                   rdfs:label "Space for Expressing Milk" ;
                                                                                                   ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/SpaceForExpressingMilk> .

<http://id.southampton.ac.uk/generic-products-and-services/SpaceForExpressingMilk> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                   rdfs:label "Space for Expressing Milk" .