@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 hasPart: .
@prefix ProteinComplex: .
@prefix go: .
@prefix hasAgent: .
@prefix hasAnnotation: .
@prefix species: .
@prefix occursIn: .
@prefix mesh: .
@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 hasPart: sub:_2, sub:_3;
a ProteinComplex: .
sub:_2 geneProductOf: hgnc:4910;
a Protein: .
sub:_3 geneProductOf: hgnc:2348;
a Protein: .
sub:_4 hasAgent: sub:_5;
a go:0042789 .
sub:_5 geneProductOf: hgnc:4910;
a Protein: .
sub:_6 occursIn: mesh:D002292, species:9606;
hasAnnotation: sub:_7;
rdf:object sub:_4;
rdf:predicate belv:directlyIncreases;
rdf:subject sub:_1;
a rdf:Statement .
sub:_7 dcterms:subject "TextLocation";
rdf:value "Legend" .
sub:assertion rdfs:label "complex(p(HGNC:HIF1A),p(HGNC:CREBBP)) => tscript(p(HGNC:HIF1A))" .
}
sub:provenance {
beldoc: dce:description "Approximately 2000 hand curated statements drawn from 57 PubMeds.";
dce:rights "Copyright (c) 2011-2012, Selventa. All Rights Reserved.";
dce:title "BEL Framework Small Corpus Document";
dcterms:license "Creative Commons Attribution-Non-Commercial-ShareAlike 3.0 Unported License";
pav:authoredBy sub:_9;
pav:version "1.6" .
sub:_8 prov:value """In a second hydroxylation-dependent control, b-hydroxylation of an asparaginyl residue
in the C-terminal activation domain of HIF-a (N803 in human HIF-1a) is regulated
by a HIF asparaginyl hydroxylase called FIH (factor inhibiting HIF) [62,63].
Hydroxylation at this site prevents the binding of the transcriptional co-activators
p300/CBP (CREB binding protein). Under normoxic conditions, these hydroxylation
reactions provide a dual mechanism for HIF inactivation that involves proteolytic
destruction and the inhibition of transcriptional activity [64].""";
prov:wasQuotedFrom pubmed:15350900 .
sub:_9 rdfs:comment "support@belframework.org";
rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:15350900;
prov:wasDerivedFrom beldoc:, sub:_8 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:29:30.168+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}