@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
orcid:0000-0002-0133-7970 npx:signsDocument .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-0133-7970 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDTSk/DjL5KskRfX81PghJMk6kinOmztuMrp3S3m6GNCl696GQ/1YPhisQgovQzLQ9RKgtfanmkWrYaU97Q4AIRRltu1W54+F+Ronvyr+YDVEE+nYyIYQ2NTNFGjaD91Vj6yxF7TxM+sGKzHnuC3YzsZ5yBaE2hfnvSMvAashYPzQIDAQAB";
npx:hasSignature "phkuvgUZo/tdWsKEff1dEjl4THuyPS5qx89m75aS5YNdVtlanagTrm4wFSbgjtju1uJMCryJ+BmUwlHwA0UfkBVF6O3KxNjcXLywfqmWR1RF7BrI3hBRrFyVbJohxpS3HVXM7TcoQYjIEcyLYtpLlhKvspxJo0ue7IiIBPzCIO4=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-02-23T09:41:14.777Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-0133-7970;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}