@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 , ,
;
"Thanks for the positive review on the class definition.";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-8083-6048 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwi1YMnpV5z/0oMXyFYDKS5cirQQWTMZ/jbglmVY1gl3YAgrkqsQUmgaxA/ho+VV8jsfREIL8PT2czbmCjGjMJoNaKVqJq1GoIUV9+Kj9yXxNySyDAOTDsIM0zdj1BEu5uNbtfzwQPGuhVpgLR05Uk/meCyYLPs3BxC5zRbtulmwIDAQAB";
npx:hasSignature "A2jxaF7WWhwi5tJUY90HjqgST6zoEq7LTrMcHTz42VLFuobfwKdtRyimMOhUDp03FTAgfxCNE8FRo1hLYZgG2ks7tLotccz+BIsXjul6BMFgGyPtP3pMvD3hEoC7P/zEeqbhLzD8goWAJapCIFV4GOLrBw0xXDfnql+o2HnlbD0=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-28T09:08:32.658+03:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-8083-6048;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}