@prefix this: <https://w3id.org/np/RAi0pafK_Tvi2eKANnDquhDR1VwWZa0q7Ujrko-uMpyCo> .
@prefix sub: <https://w3id.org/np/RAi0pafK_Tvi2eKANnDquhDR1VwWZa0q7Ujrko-uMpyCo#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 ns1: <http://purl.org/np/> .
@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 {
  <https://schema.org/creator> rdfs:label "created" .
  <https://w3id.org/fair/3pff/3PFF-FIP-Programme> rdfs:label "3PFF FIP programme" .
  <https://w3id.org/fair/3pff/3PFF-Facilitator-Programme> rdfs:label "3PFF facilitator programme" .
  <https://w3id.org/fair/3pff/3PFF-Trainer-Programme> rdfs:label "3PFF trainer programme" .
  <https://w3id.org/fair/3pff/participatedAsFacilitatorAspirantIn> rdfs:label "participated as facilitator aspirant in" .
  <https://w3id.org/fair/3pff/participatedAsFacilitatorAssistantIn> rdfs:label "participated as facilitator assistant in" .
  <https://w3id.org/fair/3pff/participatedAsTrainerAspirantIn> rdfs:label "participated as trainer aspirant in" .
  <https://w3id.org/fair/3pff/participatedAsTrainerAssistantIn> rdfs:label "participated as trainer assistant in" .
  <https://w3id.org/fair/3pff/passedExamOn> rdfs:label "passed exam on" .
  <https://w3id.org/fair/3pff/trainedBy> rdfs:label "was trained by" .
  sub:3PFFTrainingProgramme a nt:RestrictedChoicePlaceholder ;
    rdfs:label "3PFF training programme" ;
    nt:possibleValue <https://w3id.org/fair/3pff/3PFF-FIP-Programme> , <https://w3id.org/fair/3pff/3PFF-Facilitator-Programme> , <https://w3id.org/fair/3pff/3PFF-Trainer-Programme> .
  sub:3PFFevent 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:assertion a nt:AssertionTemplate ;
    rdfs:label "Declaring the completion of a 3PFF Programme" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st03 , sub:st04 , sub:st05 ;
    nt:hasTag "FAIR" .
  sub:assisted a nt:RestrictedChoicePlaceholder ;
    rdfs:label "assisted" ;
    nt:possibleValue <https://w3id.org/fair/3pff/participatedAsFacilitatorAssistantIn> , <https://w3id.org/fair/3pff/participatedAsTrainerAssistantIn> .
  sub:date a nt:LiteralPlaceholder ;
    rdfs:label "date of the event (e.g. 2020-12-31)" ;
    nt:hasRegex "[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]" .
  sub:organization a nt:UriPlaceholder ;
    rdfs:label "ROR-ID of the organization" .
  sub:participated a nt:RestrictedChoicePlaceholder ;
    rdfs:label "participated" ;
    nt:possibleValue <https://w3id.org/fair/3pff/participatedAsFacilitatorAspirantIn> , <https://w3id.org/fair/3pff/participatedAsTrainerAspirantIn> .
  sub:resource a nt:UriPlaceholder ;
    rdfs:label "URI to a FAIR Supporting Resource" .
  sub:st01 rdf:object sub:3PFFTrainingProgramme ;
    rdf:predicate sub:participated ;
    rdf:subject nt:CREATOR .
  sub:st02 rdf:object sub:organization ;
    rdf:predicate <https://w3id.org/fair/3pff/trainedBy> ;
    rdf:subject nt:CREATOR .
  sub:st03 rdf:object sub:3PFFevent ;
    rdf:predicate sub:assisted ;
    rdf:subject nt:CREATOR ;
    a nt:RepeatableStatement .
  sub:st04 rdf:object sub:date ;
    rdf:predicate <https://w3id.org/fair/3pff/passedExamOn> ;
    rdf:subject nt:CREATOR .
  sub:st05 rdf:object sub:resource ;
    rdf:predicate <https://schema.org/creator> ;
    rdf:subject nt:CREATOR ;
    a nt:RepeatableStatement .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB" ;
    npx:hasSignature "ROyDDksRltRuSXcZSAF1UmcS69sb8Xg8KWiekITwOk7oNHHVJVF/E3tRcKlny4dAgRqdmYaoAum8lKLGaKkAXRZgINaioiTu37MulHM8L/f9enkFq4sKq/KH8Ao9eO92mNZuaUy1ClmasSrqUXvMY2af0i0AEm9wLtzOCJSOr0Y=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-2195-3997 .
  this: dct:created "2024-03-12T12:24:49.269Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAeQZPJF4cNtvBIP32HVNWi3_nHUVjGYcPSkSVLoLAZqQ> ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "Template: Declaring the completion of a 3PFF Programme" ;
    prov:wasDerivedFrom ns1:RAzZWHtC9_PND3LKCFslvlraVL1aNsoBZU7_0P7VaGnKw ;
    nt:wasCreatedFromProvenanceTemplate ns1:RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}