@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 chebi: .
@prefix Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@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 belv:degradationOf sub:_2 .
sub:_2 geneProductOf: hgnc:4910;
a Protein: .
sub:_3 occursIn: mesh:D002292, species:9606;
hasAnnotation: sub:_4;
rdf:object sub:_1;
rdf:predicate belv:increases;
rdf:subject chebi:7860;
a rdf:Statement .
sub:_4 dcterms:subject "TextLocation";
rdf:value "Legend" .
sub:assertion rdfs:label "a(CHEBI:dioxygen) -> deg(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:_6;
pav:version "1.6" .
sub:_5 prov:value """Hydroxylation at two proline residues on the HIF polypeptide mediates interactions
between the b-domain of the von Hippel–Lindau protein (pVHL) and HIF [60]. Each
site can interact independently with pVHL, potentially contributing to the extremely
rapid proteolysis of HIF-a that is observed under normoxic conditions. These
sites contain a conserved LxxLAP motif and are targeted by proline hydroxylases
(PHD) that, in mammalian cells, are provided by three isoforms termed PHD 1–3
[61].""";
prov:wasQuotedFrom pubmed:15350900 .
sub:_6 rdfs:comment "support@belframework.org";
rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:15350900;
prov:wasDerivedFrom beldoc:, sub:_5 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:29:30.147+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}