@prefix dcterms: .
@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix xsd: .
@prefix orcid: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
;
.
}
sub:provenance {
sub:assertion ns1:wasAttributedTo orcid:0000-0002-0830-7029 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCluZ2msgo7OqPkyRoZMluzpaLX8KRHyDs3J/cZwm6+Vq/CKVIGsGaT7/XH435cE9J8dwCgQ/Jssjlj6oqX+nSI9xXBtMH9ZeyGHFBzK1cUBy/rRSez4EnwbS1sKMBSc4MBCXQ9R3jZ3GpsN0GmIrS1ukKkUBQrREBYpb4w5MbGywIDAQAB";
npx:hasSignature "C3317CLOhzzAIquV8kxd0qLe1FE+W5UbQGwv/22YAXfxKEt0G9iRwJqfnRSeJ+Im2a2Xr5LBCeko7zuFH8MeHU3nsG0Ve/+yCwpgVIe7PC+dKsWv/Q0eYRbPIdMfWvxCy9z+OUwuaSg14tG2AvRy1DrC8yJi0EUBX3/FT1v2POc=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-06-27T12:34:33.588-05:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-0830-7029;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}