@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix beldoc: .
@prefix rdfs: .
@prefix rdf: .
@prefix xsd: .
@prefix dce: .
@prefix pav: .
@prefix np: .
@prefix belv: .
@prefix prov: .
@prefix Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@prefix go: .
@prefix nch: .
@prefix ProteinComplex: .
@prefix hasAgent: .
@prefix species: .
@prefix occursIn: .
@prefix pubmed: .
@prefix orcid: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
nch:Nfkb%20Complex a ProteinComplex: .
sub:_1 geneProductOf: hgnc:9535;
a Protein: .
sub:_2 hasAgent: nch:Nfkb%20Complex;
a go:0042789 .
sub:_3 occursIn: species:9606;
rdf:object sub:_2;
rdf:predicate belv:decreases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "p(HGNC:PSMA6) -| tscript(complex(NCH:\"Nfkb Complex\"))" .
}
sub:provenance {
beldoc: dce:description "Approximately 61,000 statements.";
dce:rights "Copyright (c) 2011-2012, Selventa. All rights reserved.";
dce:title "BEL Framework Large Corpus Document";
pav:authoredBy sub:_5;
pav:version "1.4" .
sub:_4 prov:value "Inflammation is now considered critical in the pathogenesis of myocardial infarction....We investigated whether variants of the 20S proteasome are associated with susceptibility to myocardial infarction and found a common SNP (minor allele frequency of 0.35) in the proteasome subunit alpha type 6 gene (PSMA6) conferring risk of myocardial infarction in the Japanese population (chi(2) = 21.1, P = 0.0000044, 2,592 affected individuals versus 2,851 controls)...The SNP, located in the 5' untranslated region of exon 1 in this gene, enhanced the transcription of PSMA6. Moreover, suppression of PSMA6 expression using short interfering RNA in cultured cells reduced activation of the transcription factor NF-kappaB by stabilizing phosphorylated IkappaB. ";
prov:wasQuotedFrom pubmed:16845397 .
sub:_5 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:16845397;
prov:wasDerivedFrom beldoc:, sub:_4 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:30:44.059+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}