@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 obo: .
@prefix Protein: .
@prefix entrez: .
@prefix geneProductOf: .
@prefix hasPart: .
@prefix hgnc: .
@prefix ProteinComplex: .
@prefix proteinModification: .
@prefix psimod: .
@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 hasPart: sub:_2, sub:_3;
a ProteinComplex: .
sub:_2 geneProductOf: entrez:3630;
a Protein: .
sub:_3 geneProductOf: hgnc:6091;
a Protein: .
sub:_4 belv:variantOf hgnc:6091;
a proteinModification:, psimod:00696 .
sub:_5 occursIn: obo:CL_0000136, obo:UBERON_0001135, species:9606;
rdf:object sub:_4;
rdf:predicate belv:increases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "complex(p(EGID:3630),p(HGNC:INSR)) -> p(HGNC:INSR,pmod(P,Y))" .
}
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:_7;
pav:version "20131211" .
sub:_6 prov:value "Insulin receptor substrates are a growing family of proteins that are phosphorylated by the activated insulin receptor. To date, nine members of this family have been identified, including IRS-1 (17, 18), IRS-2 (19), IRS-3 (20), and IRS-4 (21), which are generally viewed as the most specific for insulin signaling; Gab-1 (22); Shc, which has three isoforms (23); and p62dok Following insulin binding, the receptor undergoes autophosphorylation on multiple tyrosine residues. This results in activation of the receptor kinase and tyrosine phosphorylation of a family of insulin receptor substrate (IRS) proteins.";
prov:wasQuotedFrom pubmed:10194465 .
sub:_7 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:10194465;
prov:wasDerivedFrom beldoc:, sub:_6 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:31:29.881+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}