@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 , ,
, ;
"With a protein class in the object position and a gene in the context, this raises for me the question what it means for a protein to be in the context of a gene. Maybe a class like 'presence of TAR DNA binding protein' in object position might make it clearer? But I am not sure...";
"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 "sA+g3cfpf0MaN1pY7B6U8z4ZihQRgHEQ2vc7/z+CVS8C1EuU7C4VT9IaOk+mzJzwGr2CtOBiV+fFmyAI0K4NOhbNSpU3vvTYaUlAe030NIckZrJcjcem+IkLplG6GqY7n3Q+YVjZnFjk0dh8DGqcP6JIuSIdSIifnk8VBmsJJfc=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-10-14T10:27:07.167+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}