@prefix this: <https://w3id.org/np/RA1EqFlHdJgd4CTdfRP8XrWDFsVrSHsuXk362eb924i5M> .
@prefix sub: <https://w3id.org/np/RA1EqFlHdJgd4CTdfRP8XrWDFsVrSHsuXk362eb924i5M/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:GlobalOSRetreat dct:date "2026-04-07" , "2026-04-11" ;
    a <https://w3id.org/fair/3pff/In-Person-Event> , <https://w3id.org/np/RApotRhDip5_Jc5gsSLvEf-wGuYkh5nhcadX_y4ni8Gc4/OSCEvent> ;
    rdfs:label "Open Science Retreat Global - 2026" ;
    rdfs:seeAlso <https://open.science-retreat.org/OSR26UK/> ;
    <https://schema.org/location> "Machynlleth, Wales, UK" ;
    <https://w3id.org/fair/3pff/has-event-organizer> "https://digital-research.academy/" ;
    <https://w3id.org/fair/connect/has-participating-community> "OpenScience Community members" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 .
}
sub:pubinfo {
  orcid:0000-0003-2408-7588 foaf:name "Christian Meesters" .
  this: dct:created "2026-03-04T20:39:40.921Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2408-7588 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:GlobalOSRetreat ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RARTR1yqRy8J4OgLuRlWoxOiZz0lQU6Vd_fgZOc5fcFRg> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+DVJTSCzdJUJMzlwRfb2Qm2NZpuZ932RpVliWxMAhmZ6ZkeeibmJlW/Z0q51YkFArJIWbJ0f7rLQWM5epuZV4I5cjMqepOWGey6LrPolMs8lI9dJf9zW9lJsneV+py3U8WsrB6mg//pkEeXnVDd+WscADyXJ5EeLwoZjCkPn8/QIDAQAB" ;
    npx:hasSignature "kQ5JDMeG3B0AqyjpBFshwZfsID1AcOnHZLhcNZeYUW6Fxfl8gnlFm2YzIYAzEpBRCIqna32QyD5n2hDgvu4hFSAa2MAwLpEmY9MpTdzokxo2OO9HrJ468elMeGC2Zbn5kPRQIFKbR0SbDKUnFqEgKm7/0fB9PSp8b8DdOG2bwUM=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-2408-7588 .
}