@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 go: .
@prefix Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@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 {
sub:_1 hasAgent: sub:_2;
a go:0042789 .
sub:_2 geneProductOf: hgnc:6348;
a Protein: .
sub:_3 rdf:object go:0000086;
rdf:predicate belv:decreases;
rdf:subject go:0034984;
a rdf:Statement .
sub:_4 occursIn: species:9606;
rdf:object sub:_3;
rdf:predicate belv:increases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "bp(GOBP:\"cellular response to DNA damage stimulus\") -| bp(GOBP:\"G2/M transition of mitotic cell cycle\")",
"tscript(p(HGNC:KLF4)) -> (bp(GOBP:\"cellular response to DNA damage stimulus\") -| bp(GOBP:\"G2/M transition of mitotic cell cycle\"))" .
}
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:_6;
pav:version "20131211" .
sub:_5 prov:value "We present evidence for an equally important role of KLF4 in maintaining the integrity of the G2/M checkpoint following DNA damage. HCT116, a colon cancer cell line with wild type p53 alleles, underwent sustained G2 arrest up to 4 days after gamma-irradiation. In contrast, HCT116 cells null for p53 were able to enter mitosis following irradiation. Western blot analyses of irradiated HCT116 cells showed increased levels of p53, KLF4, and p21WAF1/CIP1 and decreased levels of cyclin B1 when compared with unirradiated controls. In contrast, the levels of cyclin B1 increased in irradiated HCT116 p53-/- cells, in which KLF4 failed to increase due to the absence of p53.";
prov:wasQuotedFrom pubmed:14627709 .
sub:_6 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:14627709;
prov:wasDerivedFrom beldoc:, sub:_5 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:32:12.224+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}