@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix 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 , ,
, ,
.
sub:st02 rdf:object sub:event;
rdf:predicate sub:participated;
rdf:subject nt:CREATOR .
rdfs:label "participated as 3PFF facilitator in" .
rdfs:label "participated as 3PFF trainer assistant in" .
rdfs:label "participated as 3PFF trainer in" .
rdfs:label "participated as 3PFF facilitator aspirant in" .
rdfs:label "participated as participant 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 "ehigPdcOF+yRMW6X5DMGXPcOGyjEWpl6j09ncRSiDRQgs8errLuvGf03kUiYIR4v3az9Z+tZ4UYtYLktBVi8gR4SAWb9XvwwAfNo8m+8omE4aFfK4BPbpsI6KeK9W57Z+dnfYo1AUMlPrS2RgISRSTE4OkJbp38brC3p7F276a4=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-01-05T15:34:02.705+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2195-3997;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}