@prefix this: <http://www.tkuhn.ch/bel2nanopub/RAy288mQaoiiFnb7O_32UFfakzgxTCqbbxc-2B8efaj5c> .
@prefix sub: <http://www.tkuhn.ch/bel2nanopub/RAy288mQaoiiFnb7O_32UFfakzgxTCqbbxc-2B8efaj5c#> .
@prefix beldoc: <http://resource.belframework.org/belframework/20131211/knowledge/large_corpus.bel> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix belv: <http://www.selventa.com/vocabulary/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix chebi: <http://www.ebi.ac.uk/chebi/searchId.do?chebiId=> .
@prefix go: <http://amigo.geneontology.org/amigo/term/GO:> .
@prefix Protein: <http://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI_36080> .
@prefix hgnc: <http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=> .
@prefix geneProductOf: <http://purl.obolibrary.org/obo/RO_0002204> .
@prefix hasAgent: <http://semanticscience.org/resource/SIO_000139> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix occursIn: <http://purl.obolibrary.org/obo/BFO_0000066> .
@prefix species: <http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=> .
@prefix pubmed: <http://www.ncbi.nlm.nih.gov/pubmed/> .
@prefix orcid: <http://orcid.org/> .
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:0042789 .
  sub:_2 geneProductOf: hgnc:7979 ;
    a Protein: .
  sub:_3 occursIn: obo:UBERON_0002113 , species:9606 ;
    rdf:object sub:_1 ;
    rdf:predicate belv:increases ;
    rdf:subject chebi:40919 ;
    a rdf:Statement .
  sub:assertion rdfs:label "a(CHEBI:aldosterone) -> tscript(p(HGNC:NR3C2))" .
}
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:_5 ;
    pav:version "20131211" .
  sub:_4 prov:value "When aldosterone enters the cell, it binds to the mineralocorticoid receptor (MR), and thereafter the ligand-receptor complex is translocated into the nucleus. Binding to hormone response elements (HRE) increases the transcription of genes encoding specific aldosterone-inducible proteins, such as rate-limiting subunits of the apical epithelial sodium channel (ENaC) (Fig. 1A). In response sodium influx causes intracellular sodium (Na+) to rise; this increase in substrate increases turnover of Na+/K+  ATPase, which in turn increases Na+ reabsorption and potassium (K+) excretion. Activation and induction of these Na+ transporters is crucial to unfold the physiological role of the aldosterone system, which is to counteract excessive water and salt loss and maintain normotension in the face fluid losses. On the other hand, unrestrained activation of the MR, as occurs in many forms of mineralocorticoid hypertension, causes excessive Na+ reabsorption leading to volume expansion and contributes to hypertension. (See Figure 1. Note: Will change to ENaC Complex Hs once term is created -JP)" ;
    prov:wasQuotedFrom pubmed:19909806 .
  sub:_5 rdfs:label "Selventa" .
  sub:assertion prov:hadPrimarySource pubmed:19909806 ;
    prov:wasDerivedFrom beldoc: , sub:_4 .
}
sub:pubinfo {
  this: dct:created "2014-07-03T14:33:37.520+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-6818-334X , orcid:0000-0002-1267-0234 .
}