@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 , ,
, ;
"The original quote from the article that contains the scientific claim that is formalized should be written here, instead of the sentence with the scientific claim.";
"3";
;
.
}
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 "Z45UfXfRswGPvKMYsj9BSwspnvkG8onwP9YAdiPUMsZNMsSiNYVm+zv4DjD8/F6OdVTGWHlnVMHk6gi5T53KTbxIuBsx7AxRv6v3H2dUQ42QZS4yZER6D7339S/5ttucRHcaL/gcrFqVsjT3ZZiqleG00G0VgxoB1gjMijYzfFg=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-04T19:21:26.003+03:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-7114-6459;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}