@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 correct provenance here is a \"FormalizationActivity\", as the formalization was derived after such a specific activity. There the original article (http://dx.doi.org/10.1038/ng.3130) and the exact quote from the article that contained the scientific claim, together with the ORCID of the creator(s) should be specified.";
"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 "EKS0bT5q4ArCXOiOyDPw9g2hZ6Kcjm1Gid7x9b/rt28c0+E7LYcBojfD7nwMF163+VDNH61NI35P4XaoCYOfhV79WL+tqpuAZv3FdQpXqw8lNjaiMB8boXjdoOkiG9PFmrafGI+UwjN3nWD4TwsC4+Cuf7PK/SJtyfFXqLMBVNU=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-05T17:46:50.540+03:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-7114-6459;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}