@prefix this: <https://w3id.org/np/RA4hbMkljqcxGsDl5y_gPAhwzeB5EqpDFofK8qlvREpI8> .
@prefix sub: <https://w3id.org/np/RA4hbMkljqcxGsDl5y_gPAhwzeB5EqpDFofK8qlvREpI8/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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#> .
@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 {
  sub:3pff-implementer-aspirant-role dct:title "Implementer Aspirants" ;
    <http://schema.org/name> "implementer aspirant" ;
    a <https://w3id.org/kpxl/gen/terms/SpaceMemberRole> ;
    rdfs:label "3PFF implementer aspirant role" ;
    <https://w3id.org/kpxl/gen/terms/hasRegularProperty> <https://w3id.org/fair/3pff/participatedAsImplementerAspirantIn> ;
    <https://w3id.org/kpxl/gen/terms/hasRoleAssignmentTemplate> <https://w3id.org/np/RA0otJmSxlUuZtNpMtGNNKmGtwo3mASwd8ZDWcErWfiwY> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  <https://w3id.org/np/RA0otJmSxlUuZtNpMtGNNKmGtwo3mASwd8ZDWcErWfiwY> nt:hasLabelFromApi "Template: Declaring the participation in a 3PFF event" .
  this: dct:created "2025-10-16T14:28:59.784+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:embeds sub:3pff-implementer-aspirant-role ;
    npx:hasNanopubType <https://w3id.org/kpxl/gen/terms/SpaceMemberRole> ;
    npx:wasCreatedAt <http://localhost:37373/> ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAJJ-AsTOOI_wTej2Taj0ZaZ4janKXJ7akQvanUNGxVRM> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "PgWhp2IquD0+G5NxGdPd6lxZwiCpkvzoj36PIMLdKx18dFyapgRFrlpO1f8Sp7rSVywlrUhXGONGYjKyO+ruX9qkio2l7FQRCigJpx5MZSK09oAn6HAGq5nzerZNZYZz9eugjv0WTkHd/0V9tnr2WliPmO41/dd2IV0Z6K5zM7A=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}