@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-2104-3187
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-2104-3187 .
}
sub:pubinfo {
orcid:0000-0002-2104-3187 foaf:name "InĂªs Gomes Marques" .
nt:hasLabelFromApi "M4M.37.T.5| FAIR2Adapt M4M Training Session 5 - by Elifsu Filiz" .
this: dcterms:created "2025-06-03T12:55:35.992Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-2104-3187;
dcterms:license ;
npx:wasCreatedAt ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCDdNTGnSUuHoQte0hsuN56nSc1xDXb+363yST9bn3oIPiiuKkmypmR0uf8Y4ZyrFvE836IT4IK5fVipCELPEoM6dqeXzIBJJyahIV0tl3m3JxxWBPkMm/O+3iH8JsKmCc8PDW6tmWW/3NdqZJOyEYbbKpUwCE7CpZstJeUZpLkjQIDAQAB";
npx:hasSignature "TpWqIbUZ2wNWEYJjTI+L3KBkZRtKaY/fIyxllF0IGxtmShw2+8+wPQkIadWx8go08tTDLA1eIatu5k/jP8q/61Ta+r99Ky6NYfSWxQoe8vDhSAsaItjPzOYh8Kgfa9p5RxtDkS3N153zLl0G9ih63nokoikVhZGTKqdAj0w41To=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-2104-3187 .
}