@prefix this: <https://w3id.org/np/RAXl8Z39lZV1tPVx9fDuEGPLbrxt6APZyE3Vv3-wKokeU> .
@prefix sub: <https://w3id.org/np/RAXl8Z39lZV1tPVx9fDuEGPLbrxt6APZyE3Vv3-wKokeU#> .
@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 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:0009-0009-4954-5291 <https://w3id.org/fair/3pff/participatedAsParticipantIn> <https://w3id.org/fair/3pff/FIP.33.T.2> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-4954-5291 .
}
sub:pubinfo {
  orcid:0009-0009-4954-5291 foaf:name "Valarcher Lucas" .
  <https://w3id.org/fair/3pff/FIP.33.T.2> nt:hasLabelFromApi "FIP.33.T.2 | FAIR Implementation Profile Training - by Norbert van Dijk" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHGAxK9pfV7hn74+5yr6hG06Hn9Oy7p1povwgNEXi8QaU/1V8rn7k9c/BLFemraMFNTT7DdNqkdivcqwT1j0jaE4k4SeKKyis+SpRze7L4qLoA7JNqasTgSL7gZoBG1JjqKN0Uvuz5x1wKP+dxKB6ypye6/n7210xIXuzpcIX3+wIDAQAB" ;
    npx:hasSignature "tVXKVPN+KsruKxD+hr0qphw2tLXmKh2BAb0dv5sz9cGzlGIxyxhDOR18G306u6YMWptEm5uwEqgGXPhTMs04uMf+mwxxOUrOTCtYDTGr7MIbYOunE3jjnesb4xpDNutkGbLMJoEDHnRB+wrRJrFDgGGGLVL6d+loiYvjJMkTIwk=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-4954-5291 .
  this: dct:created "2025-01-27T17:25:30.419Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-4954-5291 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    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/RA0otJmSxlUuZtNpMtGNNKmGtwo3mASwd8ZDWcErWfiwY> .
}