@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAj98ErmFqpslpPgwHFG7tFGDPpyggEUCJlVknrb7m3b8> .
@prefix sub: <http://purl.org/np/RAj98ErmFqpslpPgwHFG7tFGDPpyggEUCJlVknrb7m3b8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Declaring the participation at a 3PFF event" ;
    nt:hasStatement sub:st02 ;
    nt:hasTag "FAIR" .
  sub:event a nt:GuidedChoicePlaceholder ;
    rdfs:label "3PFF event" ;
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=https%3A%2F%2Fw3id.org%2Ffair%2F3pff%2F3PFF-event&searchterm=" .
  sub:participated a nt:RestrictedChoicePlaceholder ;
    nt:possibleValue <https://w3id.org/fair/3pff/participatedAs3PFFFacilitatorIn> , <https://w3id.org/fair/3pff/participatedAs3PFFParticipantIn> , <https://w3id.org/fair/3pff/participatedAs3PFFTrainerAssistantIn> , <https://w3id.org/fair/3pff/participatedAs3PFFTrainerIn> , <https://w3id.org/fair/3pff/participatedAs3PFFacilitatorAspirantIn> .
  sub:st02 rdf:object sub:event ;
    rdf:predicate sub:participated ;
    rdf:subject nt:CREATOR .
  <https://w3id.org/fair/3pff/participatedAs3PFFFacilitatorIn> rdfs:label "participated as 3PFF facilitator in" .
  <https://w3id.org/fair/3pff/participatedAs3PFFParticipantIn> rdfs:label "participated as 3PFF participant in" .
  <https://w3id.org/fair/3pff/participatedAs3PFFTrainerAssistantIn> rdfs:label "participated as 3PFF trainer assistant in" .
  <https://w3id.org/fair/3pff/participatedAs3PFFTrainerIn> rdfs:label "participated as 3PFF trainer in" .
  <https://w3id.org/fair/3pff/participatedAs3PFFacilitatorAspirantIn> rdfs:label "participated as 3PFF facilitator aspirant in" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB" ;
    npx:hasSignature "B3l9XWM9b4pVZgaxm8UODCTyiAqs1uMzaQQOqB1kMa8f8aDHbVR2pQU1WgpL1E8OGyJ+JlCPzDPlhL+h5nhSKb7W2gKs5JNWQcNXNKuEoFhR1IuFjEKaOXu+dkhou+qA4B00WSwKnDERwqBd5H9bsDY2aEZIxN+4pQ/iG63d80M=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-01-05T17:17:54.203+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0003-2195-3997 ;
    npx:supersedes <http://purl.org/np/RAlr1ahmWjLaNrcC_wp14YhBwZINdqWAgmlMZ0MeVF8pA> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARMBqX_-9lnhkaqk4BuxfLcC6H5cqTlzdtDzeDIwuKdU> .
}