@prefix dcterms: .
@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 , ,
, ;
"The general structure is good, but some improvements can be made to make it more complete, like adding a class of which the current one is a subclass of and also adding related classes.";
"4";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJlM78d80R+gFMoQB1IG3f7AbqqGOCIv4HmZd1cx1KgEWMUUpPsojFNvx84fC/TltcJ8F8JafnbhDXW2HM2MhdK4yC04ROEV1vIgSzjDicHfiqXvMqdPuMyQp4mmCEY7mUoeEW10mWZqjk+S9TnmiAQbFGcpExP8aosr2aTR7CSQIDAQAB";
npx:hasSignature "CDvyuQr0Ny7XFomksHSLzGi7uQuAKI0/3JmjW6ybUYLTPLam0LqNBg5NIsdulfP7bWyGWTz1/pwvbqZ2RPu91P6W2c9hQC7hBg9yFCIsI9e8BowfCR6Swr+K93ZyJ1uaegA1Cr8D2VtL5BrNBjhMaq9f9O1/8T4wJz++8e6e8G0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-10-07T03:18:50.448+03:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-7114-6459;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}