@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 Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@prefix sdis: .
@prefix obo: .
@prefix occursIn: .
@prefix species: .
@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 geneProductOf: hgnc:5981;
a Protein: .
sub:_2 occursIn: obo:UBERON_0000483, species:9606;
rdf:object sdis:tight%20junction%20formation;
rdf:predicate belv:increases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "p(HGNC:IL17A) -> path(SDIS:\"tight junction formation\")" .
}
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:_4;
pav:version "20131211" .
sub:_3 prov:value "L-17 induced the development of a paracellular barrier of T84 cell monolayers. Inhibition of ERK activation with the MEK inhibitor PD98059 blocked IL-17 as well as basal development of tight junctions in T84 cells. IL-17 induced formation of tight junctions correlated with up-regulation of claudin-1 and claudin-2 gene transcription. Inhibition of MEK reduced the activated and basal expression of claudin-2 messenger RNA and protein expression. Functional MEK was required for the expression and membrane association of claudin-2 but not claudin-1 in T84 cells. CONCLUSIONS: MEK activity is required for claudin-mediated formation of tight junctions. IL-17 is able to regulate the intestinal barrier through the ERK MAPK pathway";
prov:wasQuotedFrom pubmed:10833473 .
sub:_4 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:10833473;
prov:wasDerivedFrom beldoc:, sub:_3 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:31:35.646+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}