@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
orcid:0000-0002-6396-0848
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-6396-0848 .
}
sub:pubinfo {
orcid:0000-0002-6396-0848 foaf:name "Indrani Mahapatra" .
nt:hasLabelFromApi "M4M.37.T.4 | FAIR2Adapt M4M Training Session 4 - by Barbara Magagna" .
this: dcterms:created "2025-06-03T11:30:35.285Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6396-0848;
dcterms:license ;
npx:supersedes ;
npx:wasCreatedAt ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDnP6JQ79IRvuGYhqfxP/AfbFpTP5Gi+n9DqDxV0EEUKWfhZtr1Denb9jssamw/ex0H8sZWVs3ewJxf7Z/C7gn46DbeMdkNE2Im/NoNrtg5mdPJu4PyReQhNZbgATfUn6pDLbWKZru//DUYWAt1KT8B8KZplxfB1ZpSPeLMQJ0MbQIDAQAB";
npx:hasSignature "rmpVgv6u+U6KPFlyGQ9v1yrGHVCGMSn7c0Xvvl+YhUf7B7JkF2PD8LgBuI/p3tVabUYIjziz8E+JZxpOEmtsHxa2iQWeogUyvfmPoB4eWna+q80yAnNi4lvLmceXHoKVTDfX3DbsEhVY+afDr7OCwDbp9mlcb30u1AtKnQDBFvs=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-6396-0848 .
}