@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 RNA: .
@prefix obo: .
@prefix occursIn: .
@prefix species: .
@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:7805;
a Protein: .
sub:_3 geneProductOf: hgnc:1662;
a RNA: .
sub:_4 occursIn: obo:CL_0000763, species:9606;
rdf:object sub:_3;
rdf:predicate belv:directlyIncreases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "tscript(p(HGNC:NFYB)) => r(HGNC:CD34)" .
}
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 "Figure 5B shows that addition of either of the two anti-NFYA antibodies to the binding reactions supershifted a prominent complex (lanes 3 and 4) and the anti-NFYB antibody diminished binding significantly (lane 5). To test the functional effect of NFY binding to the +60/+64 region, we introduced point mutations abolishing the binding of NFY to its site (see Fig 5A and Fig 5B; lane 14) and incorporated them into a luciferase plasmid containing base pairs -391/+175 from the human CD34 promoter (constructs diagramed in Fig 5C). As shown in Fig 5D, mutating the NFY site (Y-M+ construct) resulted in a 5-fold decrease in luciferase activity in transiently transfected KG1a cells and a 4-fold decrease in RPMI-8402 cells, as compared with the wild-type construct (Y+M+ construct).";
prov:wasQuotedFrom pubmed:10572091 .
sub:_6 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:10572091;
prov:wasDerivedFrom beldoc:, sub:_5 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:31:33.095+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}