@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RApmzj_ixi9Eb1pLS6cpfNV1EgxIB_LaAMH-7b6hhBVp8> .
@prefix sub: <http://purl.org/np/RApmzj_ixi9Eb1pLS6cpfNV1EgxIB_LaAMH-7b6hhBVp8#> .
@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 {
  <http://purl.obolibrary.org/obo/RO_0000056> rdfs:label "participates in" .
  <http://purl.obolibrary.org/obo/RO_0000087> rdfs:label "has role" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Declaring the participation at a 3PFF event" ;
    nt:hasStatement sub:st02 , sub:st03 ;
    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:person a nt:UriPlaceholder ;
    rdfs:label "your ORCID, used as URI suffix" .
  sub:role a nt:RestrictedChoicePlaceholder ;
    rdfs:label "role in the 3PFF event" ;
    nt:possibleValue <https://w3id.org/fair/3pff/3PFF-facilitator> , <https://w3id.org/fair/3pff/3PFF-facilitator-aspirant> , <https://w3id.org/fair/3pff/3PFF-participant> , <https://w3id.org/fair/3pff/3PFF-trainer> , <https://w3id.org/fair/3pff/3PFF-trainer-assistant> .
  sub:st02 rdf:object sub:event ;
    rdf:predicate <http://purl.obolibrary.org/obo/RO_0000056> ;
    rdf:subject nt:CREATOR .
  sub:st03 rdf:object sub:role ;
    rdf:predicate <http://purl.obolibrary.org/obo/RO_0000087> ;
    rdf:subject sub:person .
  <https://w3id.org/fair/3pff/3PFF-facilitator> rdfs:label "3PFF facilitator" .
  <https://w3id.org/fair/3pff/3PFF-facilitator-aspirant> rdfs:label "3PFF facilitator aspirant" .
  <https://w3id.org/fair/3pff/3PFF-participant> rdfs:label "3PFF participant" .
  <https://w3id.org/fair/3pff/3PFF-trainer> rdfs:label "3PFF trainer" .
  <https://w3id.org/fair/3pff/3PFF-trainer-assistant> rdfs:label "3PFF trainer assistant" .
}
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 "TPcHX/Yw+e/gQ38fbJ7V7SJgppuFUZMLGLOn8A68+A+wSRVLLzhQGOsHWL+lACOd0xhpOhaKIlemmBPZGtWAsbkxSCvlF5pv3uFWt3flYjsXP5l0zAqkQzGBx5Jx/7qEhlTLK4ouEgbc7w08HBZAAEqJE8YkHPGk3zronTOvuuI=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-01-04T11:59:40.179+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0003-2195-3997 ;
    npx:supersedes <http://purl.org/np/RAOCfBkOh2uA0W0trCOursJyKFGdOfCHCxLmnAiH2sE3w> ;
    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> .
}