@prefix nt: .
@prefix dct: .
@prefix sp: .
@prefix this: .
@prefix sub: .
@prefix np: .
@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 sp:SuperPatternInstance;
rdfs:label "The protein TDP-43 represses cryptic exon inclusion in the gene UNC13A.";
sp:hasContextClass ;
sp:hasObjectClass ;
sp:hasQualifier sp:generallyQualifier;
sp:hasRelation sp:inhibits;
sp:hasSubjectClass .
}
sub:provenance {
sub:activity a sp:FormalizationActivity;
prov:used sub:quote, ;
prov:wasAssociatedWith orcid:0000-0003-2310-3013 .
sub:assertion prov:wasGeneratedBy sub:activity .
sub:quote prov:value "Here we show that TDP-43 represses a cryptic exon splicing event in UNC13A.";
prov:wasQuotedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKr8mDKqduV4sU41GiCvB3R8Hrv3cdc+FxyCD0iONSayErC8oLDfaMBKZSLMkPBapyXeAjWbYmhuey7COxiakpTqSGKzy8AnMKNZ7tgd3KATKBPLQiawisIxx0BFpxw50yA2spZhv2bEpdni9wUOGa1MG+0sKC6bo2DnjxxxeA/wIDAQAB";
npx:hasSignature "PBzoLld6dCDC9ZgL1KNN0L2bEiH1Z7MpIHnpGlhKKV7YqsrlFL9pS6z6mtMTrdfZwSqupg1o2pwWluWqIzindCa8rTEVzcQAOrEvFP/Xg0yef/f7lDeVrvyVZDxhhgWULwH8hesWGqhWgY0cLlmGsXtS4ft5GVU7o60AO5HMCAM=";
npx:hasSignatureTarget this: .
this: dct:created "2021-10-26T13:03:28.286Z"^^xsd:dateTime;
dct:creator orcid:0000-0003-2310-3013;
npx:introduces sub:spi;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}