@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:spi a ;
rdfs:label "the protein TDP-43 represses cryptic exon inclusion in the gene UNC13A";
;
;
;
;
.
}
sub:provenance {
sub:activity a ;
prov:used sub:quote, ;
prov:wasAssociatedWith orcid:0000-0003-2310-3013 .
sub:assertion prov:wasGeneratedBy sub:activity .
sub:quote prov:value "TDP-43 represses cryptic exon inclusion in FTD/ALS gene UNC13A";
prov:wasQuotedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKr8mDKqduV4sU41GiCvB3R8Hrv3cdc+FxyCD0iONSayErC8oLDfaMBKZSLMkPBapyXeAjWbYmhuey7COxiakpTqSGKzy8AnMKNZ7tgd3KATKBPLQiawisIxx0BFpxw50yA2spZhv2bEpdni9wUOGa1MG+0sKC6bo2DnjxxxeA/wIDAQAB";
npx:hasSignature "I022QHdLWwItpCM1Naf9+eyktPY4GIxE/J3Z6n3/XzlM9JfIl5MEJbeOxe5HLTxtZOIDY94FLEbR9Epdo99F3mqoqoYwtkHIHoH9uh13pK+vIdfiKOog37tGQsvAJeMunNCJkPOXlSlvsvWRq6SyIYYCE+RG42njZweMbVw63WI=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-05-28T17:41:57.032Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2310-3013;
npx:introduces sub:spi;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}