@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix xsd: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:comment a , ,
;
"Provenance was changed to show that it was generated by a formalization activity, and the necessary attributes of that template were added.";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2310-3013 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKr8mDKqduV4sU41GiCvB3R8Hrv3cdc+FxyCD0iONSayErC8oLDfaMBKZSLMkPBapyXeAjWbYmhuey7COxiakpTqSGKzy8AnMKNZ7tgd3KATKBPLQiawisIxx0BFpxw50yA2spZhv2bEpdni9wUOGa1MG+0sKC6bo2DnjxxxeA/wIDAQAB";
npx:hasSignature "ZkHNgSsz+lvEhbuEZv+EYh36TWNfW4CfBiOsIO+v6Mtf0QbHZy3AGDQmB/LbsCKjd5YRqna+bHAS6yBbctJMSoQ+DIFszMMpPDAG48vnNsNBYsHzwu/wZB2DRyPcTk6nbKcmdbzJijaMGAe1SbgcKf3+NyEk+7cSJfXNTZ8pudA=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-26T13:12:36.900Z"^^xsd:dateTime;
dct:creator orcid:0000-0003-2310-3013;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}