@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 pfh: .
@prefix geneProductOf: .
@prefix hasAgent: .
@prefix hgnc: .
@prefix hasPart: .
@prefix ProteinComplex: .
@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:0016301 .
sub:_2 geneProductOf: pfh:AKT%20Family;
a Protein: .
sub:_3 hasAgent: sub:_4;
a go:0003824 .
sub:_4 hasPart: sub:_5, sub:_6;
a ProteinComplex: .
sub:_5 geneProductOf: hgnc:12362;
a Protein: .
sub:_6 geneProductOf: hgnc:12363;
a Protein: .
sub:_7 occursIn: species:9606;
rdf:object sub:_3;
rdf:predicate belv:decreases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "kin(p(PFH:\"AKT Family\")) -| cat(complex(p(HGNC:TSC1),p(HGNC:TSC2)))" .
}
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:_9;
pav:version "1.4" .
sub:_8 prov:value "Class I PI3K, a heterodimer consisting of a regulatory and a catalytic subunit, is a negative regulator of autophagy that is activated by the insulin receptor and the insulin receptor substrate proteins. Activated class I PI3K mainly uses PtdIns(4,5)P2 as substrate to yield PtdIns(3,4,5)P3 at the plasma membrane, which increases membrane recruitment of both PKB/Akt and its activator phosphoinositide- dependent protein kinase 1, leading to the activation of PKB/Akt, a downstream negative regulator of autophagy. Activated PKB/Akt further activates mTOR through inhibiting a downstream protein complex, the tuberous sclerosis complex 1/2, that represses the small G protein Rheb, causing inhibition of autophagy.";
prov:wasQuotedFrom pubmed:21709535 .
sub:_9 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:21709535;
prov:wasDerivedFrom beldoc:, sub:_8 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:30:55.575+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}