@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 context class 'chemical to gene association' doesn't make sense to me here. I suppose we are talking about individual patients here, so then the context class 'human' would make sense, meaning whenever a human has this condition then it is sometimes related to that other condition *of the same human*.";
"5";
;
.
}
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 "PcnLn+gPPz53Xs9V7OilWy0f6/bqpieqHsFgFuygNBCEWLE2+gnpQFIyYZHdc1PsTDqz2O8jSvbL4pGAw0iC7fvLMfgJagCgn5qcluhHABqNbT2Cs53QkBXsGvYiXBVoM7/KFdQn3iEzGDwVAZ6O/+cALx8yNbqHMB6W/UrQXG0=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-14T09:28:45.501+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}