@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 species:  .
@prefix occursIn:  .
@prefix obo:  .
@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:3676;
    a Protein: .
  
  sub:_2 geneProductOf: hgnc:12680;
    a Protein: .
  
  sub:_3 occursIn: obo:UBERON_0001135, species:9606;
    rdf:object sub:_2;
    rdf:predicate belv:increases;
    rdf:subject sub:_1;
    a rdf:Statement .
  
  sub:assertion rdfs:label "p(HGNC:FGF2) -> p(HGNC:VEGFA)" .
}
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 "VEGF endogenous production may be upregulated in vascular smooth muscle cells by hypoxia, growth factors (bFGF and PDGF-BB), and cytokines";
    prov:wasQuotedFrom pubmed:11350732 .
  
  sub:_5 rdfs:label "Selventa" .
  
  sub:assertion prov:hadPrimarySource pubmed:11350732;
    prov:wasDerivedFrom beldoc:, sub:_4 .
}
sub:pubinfo {
  this: dcterms:created "2014-07-03T14:31:41.632+02:00"^^xsd:dateTime;
    pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}