@prefix this: <https://w3id.org/np/RAJ7GDbaOhQeZ1TMCORH_Dq7X8OxdVTi2SgSdw0CJkaiw> .
@prefix sub: <https://w3id.org/np/RAJ7GDbaOhQeZ1TMCORH_Dq7X8OxdVTi2SgSdw0CJkaiw#> .
@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 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 {
  orcid:0000-0001-9815-5446 <https://w3id.org/fair/3pff/participatedAsParticipantIn> sub:FIP.30.T.2 .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-9815-5446 .
}
sub:pubinfo {
  orcid:0000-0001-9815-5446 foaf:name "Ilaria Stura" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCfKM5V/AHE1t8aZ27ZbDFlqATKhvkaCrxd+PzWv5Lw5AhPNxk5Cly5XatMK8KCzGlTK92q63FAs4DOCi4Y2uDOjxARLHpRao6Clqfqyu4mzOgBnq142KnKb9SD1KC8bWMuW8GiHEUVYZyPbBkaUqYbMdNqXRUuhu6G1tNLG8uyfwIDAQAB" ;
    npx:hasSignature "BOGKwYF4S3Wii0k/Bkui1AaKBAGFeeIHNtNipnyTmPxvGGCZx2Hoa/xscVBFKeNSaKex2uox/8GElbMYzi0jlfkcaIqX+Ty/GKp+4ug9z+hCKqFiQpEwl1B1TJGnkHmv04JVEzCcjlif1rp0+93jxEJd4JK180K/mrGLHzU2XJc=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0001-9815-5446 .
  this: dct:created "2024-10-12T10:33:51.291Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-9815-5446 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAs5lERrJU4dEmnHXa4UYHD_Fruox1yydqMlss8WPNI40> .
}