@prefix this: <http://www.tkuhn.ch/bel2nanopub/RAIT1KqjFY2PenJfFhSjDZyln3avcBC7MFXbmlvixigpg> .
@prefix sub: <http://www.tkuhn.ch/bel2nanopub/RAIT1KqjFY2PenJfFhSjDZyln3avcBC7MFXbmlvixigpg#> .
@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 Protein: <http://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI_36080> .
@prefix mgi: <http://www.informatics.jax.org/marker/MGI:> .
@prefix geneProductOf: <http://purl.obolibrary.org/obo/RO_0002204> .
@prefix go: <http://amigo.geneontology.org/amigo/term/GO:> .
@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 geneProductOf: mgi:96079 ;
    a Protein: .
  sub:_2 occursIn: obo:CL_0000182 , species:10090 ;
    rdf:object go:0007067 ;
    rdf:predicate belv:increases ;
    rdf:subject sub:_1 ;
    a rdf:Statement .
  sub:assertion rdfs:label "p(MGI:Hgf) -> bp(GOBP:mitosis)" .
}
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 "Hepatocyte growth factor (HGF) is a potent mitogen for mature hepatocytes and also has multifunctional effects on some other cells in various organs. A HGF activator (HGFA) has been identified as a key enzyme that regulates the activity of HGF in vivo. Our previous studies have shown that brain astrocytes produce both proteins. Recently, HGFA inhibitor-1 (HAI-1), a novel Kunitz-type serine protease inhibitor, has been isolated. We examined HAI-1 immunolabeling in the brains of neurologically normal persons and patients with Alzheimer's disease (AD) and cerebral infarction. Furthermore, we identified the expression of the mRNA for HAI-1 by in situ hybridization histochemistry. The HAI-1 antibody stained astrocytes in the white matter of all brain tissues and was present in plasma. In AD, the intensity of HAI-1 immunolabeling was less than in the other cases. Expression of the mRNA for HAI-1 was also seen in astrocytes. The intensity of the signal for HAI-1 mRNA was similar in AD and normal control brains. These results suggest that, in human brain, secreted pro-HGF from astrocytes may be activated by HGFA and inhibited by HAI-1 on or near the astrocytic cell surface and that rapid HAI-1 consumption may occur in the white matter in AD." ;
    prov:wasQuotedFrom pubmed:9743567 .
  sub:_4 rdfs:label "Selventa" .
  sub:assertion prov:hadPrimarySource pubmed:9743567 ;
    prov:wasDerivedFrom beldoc: , sub:_3 .
}
sub:pubinfo {
  this: dct:created "2014-07-03T14:34:15.079+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-6818-334X , orcid:0000-0002-1267-0234 .
}