@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 hgnc: .
@prefix geneProductOf: .
@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 hasAgent: sub:_2;
a go:0003824 .
sub:_2 geneProductOf: hgnc:3537;
a Protein: .
sub:_3 hasAgent: sub:_4;
a go:0003824 .
sub:_4 geneProductOf: hgnc:11773;
a Protein: .
sub:_5 hasAgent: sub:_6;
a go:0042789 .
sub:_6 geneProductOf: hgnc:6769;
a Protein: .
sub:_7 rdf:object sub:_5;
rdf:predicate belv:increases;
rdf:subject sub:_3;
a rdf:Statement .
sub:_8 occursIn: species:9606;
rdf:object sub:_7;
rdf:predicate belv:decreases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "cat(p(HGNC:F2R)) -| (cat(p(HGNC:TGFBR2)) -> tscript(p(HGNC:SMAD3)))",
"cat(p(HGNC:TGFBR2)) -> tscript(p(HGNC:SMAD3))" .
}
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:_10;
pav:version "20131211" .
sub:_10 rdfs:label "Selventa" .
sub:_9 prov:value "Furthermore, acute and long-term pretreatment of ECs with thrombin or PAR1 peptide agonist suppressed the TGF-beta-induced serine phosphorylation of Smad2, a critical mediator of TGF-beta signaling. Moreover, activation of PAR1 led to a profound and spread cytosolic clustering formation of Smad2/3 and markedly prevented Smad2/3 nuclear translocation evoked by TGF-beta1.";
prov:wasQuotedFrom pubmed:15522964 .
sub:assertion prov:hadPrimarySource pubmed:15522964;
prov:wasDerivedFrom beldoc:, sub:_9 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:32:34.169+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}