@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 , ,
, ;
"I believe the exact quote from the article of the scientific claim is \"Our data show that pharmacogenomics-guided clopidogrel treatment strategy may represent a cost-effective choice compared with non-pharmacogenomics-guided strategy for patients undergoing PCI.\" and not the actual scientific claim stated there, which is a reformulation of this phrase from the article.";
"2";
;
.
}
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 "iYJLXkCY0CsRLzoZMYhC/8DGk4G1V1n2VZMDBCn1O2CPK0q837s7r7C2wj1lIMsQkYJ6wJcKC9Vy6/SGiclqK8QxvXzBhkJoBsT26PWiSmiYo27uek7GxmTD1nO126l9BFKI0CdQsg0jDNhzEZe21E2sh9Lo2+PBqQ2BfGT6AP8=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-10-04T17:09:06.674+03:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-7114-6459;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}