@prefix this: <https://w3id.org/np/RArVnLc5UbCgSIqj1QXlFKdMIpQf4ZVNZSOMuTp59wIGI> .
@prefix sub: <https://w3id.org/np/RArVnLc5UbCgSIqj1QXlFKdMIpQf4ZVNZSOMuTp59wIGI#> .
@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 prov: <http://www.w3.org/ns/prov#> .

<https://w3id.org/np/RArVnLc5UbCgSIqj1QXlFKdMIpQf4ZVNZSOMuTp59wIGI> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2023-10-15T08:52:46.790Z"^^xsd:dateTime;
  dct:creator orcid:0000-0003-2195-3997;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:supersedes <https://w3id.org/np/RAbFEN4hbc17sWFsSnOeY095pEvflqI0JRyFaBgv44Y9M>;
  rdfs:label "Template: Declaring the completion of a 3PFF Programme";
  prov:wasDerivedFrom <http://purl.org/np/RAzZWHtC9_PND3LKCFslvlraVL1aNsoBZU7_0P7VaGnKw>;
  nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ>;
  nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
    <http://purl.org/np/RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA>, <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>,
    <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
  nt:wasCreatedFromTemplate <http://purl.org/np/RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so> .

<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";
  prov:wasAttributedTo orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997 .

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 3 PFF 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 a nt:RepeatableStatement;
  rdf:object sub:3PFFevent;
  rdf:predicate sub:assisted;
  rdf:subject nt:CREATOR .

sub:st04 rdf:object sub:date;
  rdf:predicate <https://w3id.org/fair/3pff/passedExamOn>;
  rdf:subject nt:CREATOR .

sub:st05 a nt:RepeatableStatement;
  rdf:object sub:resource;
  rdf:predicate <https://schema.org/creator>;
  rdf:subject nt:CREATOR .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB";
  npx:hasSignature "CGnQLNrhfYjm/PHh6+spoobgStS+KCndh+8ATZ79q+Airgd1JRjTdGE/h4Re5ADrPlKT2wJ2+f0hQSNyXLU2PuD176BI8S+F6YqChSRvwR/axKiVuYS4CAsDj364AFt8oToHgNkGtmN3XDndWZHksXvzg+/F25nj+yuwaDCEITA=";
  npx:hasSignatureTarget <https://w3id.org/np/RArVnLc5UbCgSIqj1QXlFKdMIpQf4ZVNZSOMuTp59wIGI> .

