@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 , ,
, ;
"I am wondering whether the \"never causes\" is a bit too strong a relation, also given the natural language sentence. \"Never affects\" might be more precise than \"never causes\". (This is also a stronger statement, more likely to be wrong, but that's not necessarily a bad thing.)";
"4";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "rop8+//c8UQn868DCx10F2pLYKOTIR2EfEGI2Acf4zxzi8Dsxrm2/GrJFpVy8Y37hTEIAVAfdsvLf3NcVqnzSCtDL2/8MQWTP9jkCgxl+9Cx4ibEWPRcjRJlAh/sKtxym5z2203Or3rN6OjKaS2l3ZQBCVZdpZ2ceTO+X5qY7ls=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-14T10:42:32.604+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}