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-M4M-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:OptionalStatement ,
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 .
}