@prefix this: <https://w3id.org/np/RAl_aA-w4UQ2IA9pSClThiX-PnYzIInmUSBmOBG6x2LNc> .
@prefix sub: <https://w3id.org/np/RAl_aA-w4UQ2IA9pSClThiX-PnYzIInmUSBmOBG6x2LNc/> .
@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 {
  orcid:0000-0001-7542-0286 <http://www.wikidata.org/entity/P1344> <https://w3id.org/spaces/swat4hcls/2026> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-7542-0286 .
}
sub:pubinfo {
  orcid:0000-0001-7542-0286 foaf:name "Egon Willighagen" .
  this: dct:created "2026-03-23T10:50:54.156Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-7542-0286 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Egon Willighagen is participant in swat4hcls/2026" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA7vwC0g_WOMKyCy_e0gV97PUgZ9ehZ5kaIZh-dCE9x14> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCcwnLEigB7mhhJ2q2o1QJZx84NenD8u7AHyq5gvmA9gpUtNtw0vo1Hbd5S5LC+LrfbQ4Axbx1RJhLQW8mxPTYmi9nHbefFLXonWxMtvVJl7WnFdgga5pS6mT6r+1RnARlBcqE4fixRBgW76VWJdV6SCmIkNCpqntSiSZHahIWXewIDAQAB" ;
    npx:hasSignature "jfX/jwArHYZFHa3BzAQQFsXhvAAhN2Agr2lJQ97Y1cQw+qHj3II4PD7QkcL0SlV+MM6hLGjWKFkfeB/YoXKfvui8K1MPjJ+vbKLIWVCcfMh3n4MoVlAtQDYwbHI1swAqSp8kt60DjWgCcq1e9Otoeymqy0s/xj3CTq0lXyBf+Ac=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0001-7542-0286 .
}