@prefix dct: .
@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 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:_10 occursIn: species:9606;
rdf:object sub:_9;
rdf:predicate belv:decreases;
rdf:subject sub:_1;
a rdf:Statement .
sub:_2 geneProductOf: hgnc:1984;
a Protein: .
sub:_3 geneProductOf: hgnc:9446;
a Protein: .
sub:_4 hasPart: sub:_5, sub:_6;
a ProteinComplex: .
sub:_5 geneProductOf: hgnc:9445;
a Protein: .
sub:_6 geneProductOf: hgnc:9446;
a Protein: .
sub:_7 hasAgent: sub:_8;
a go:0042789 .
sub:_8 geneProductOf: hgnc:11366;
a Protein: .
sub:_9 rdf:object sub:_7;
rdf:predicate belv:increases;
rdf:subject sub:_4;
a rdf:Statement .
sub:assertion rdfs:label "complex(p(HGNC:CISH),p(HGNC:PRLR)) -| (complex(p(HGNC:PRL),p(HGNC:PRLR)) -> tscript(p(HGNC:STAT5A)))",
"complex(p(HGNC:PRL),p(HGNC:PRLR)) -> tscript(p(HGNC:STAT5A))" .
}
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:_12;
pav:version "1.4" .
sub:_11 prov:value "We demonstrate that CIS produces a 70% inhibition of PRL signaling by a mechanism distinct from, and downstream of, the effect of SOCS-1 on JAK2. This inhibition involves association with the PRL receptor (PRLR), resulting in the inhibition of signal transducer and activator of transcription 5 (STAT5) activation. CIS binds the PRLR but inhibits signal transducer and activator of transcription 5 rather than JAK2.";
prov:wasQuotedFrom pubmed:11713228 .
sub:_12 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:11713228;
prov:wasDerivedFrom beldoc:, sub:_11 .
}
sub:pubinfo {
this: dct:created "2014-07-03T14:29:59.175+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}