@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 , ,
;
"Whether we consider a protein in the context of a gene or the PRESENCE of the protein in that context is a subtle distinction whose need here eludes me. This requires further discussion.";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2310-3013 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKr8mDKqduV4sU41GiCvB3R8Hrv3cdc+FxyCD0iONSayErC8oLDfaMBKZSLMkPBapyXeAjWbYmhuey7COxiakpTqSGKzy8AnMKNZ7tgd3KATKBPLQiawisIxx0BFpxw50yA2spZhv2bEpdni9wUOGa1MG+0sKC6bo2DnjxxxeA/wIDAQAB";
npx:hasSignature "A+Vggf/6Fr9nira14qNTxYNojkUcyQA0ZW1GmPx7pSwl6NFNNJiFvXKJau3n20XxmTSs5S978puR6maxgJyC5fV0iNEg81Y/UJ4hvsJEKISN4KEtI3qxaEz3ZVRMdoF+dUUh3k2NoXenazynexSs/UyxPQppmlk9s1WnSIRRn0E=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-26T13:18:44.897Z"^^xsd:dateTime;
dct:creator orcid:0000-0003-2310-3013;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}