@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 pfm: .
@prefix geneProductOf: .
@prefix hasAgent: .
@prefix mgi: .
@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: pfm:Jak%20Family;
a Protein: .
sub:_3 hasAgent: sub:_4;
a go:0042789 .
sub:_4 geneProductOf: mgi:103063;
a Protein: .
sub:_5 occursIn: species:10090;
rdf:object sub:_3;
rdf:predicate belv:increases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "kin(p(PFM:\"Jak Family\")) -> tscript(p(MGI:Stat1))" .
}
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 "1.4" .
sub:_6 prov:value "over-expressedPTPepsilonC also inhibits IL-10-induced tyrosine phosphorylation of STAT3 in M1cells, whereas PTPepsilonC does not affect either interferon-beta- and interferon-gamma-induced tyrosine phosphorylation of STATs or expression of STATtranscriptional targets.";
prov:wasQuotedFrom pubmed:11698287 .
sub:_7 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:11698287;
prov:wasDerivedFrom beldoc:, sub:_6 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:29:58.987+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}