@prefix this: <http://www.tkuhn.ch/bel2nanopub/RAd6O-mGzBEwZ-AwGBMhdsmuOUIts9mK5v-DJBz-DYRGY> .
@prefix sub: <http://www.tkuhn.ch/bel2nanopub/RAd6O-mGzBEwZ-AwGBMhdsmuOUIts9mK5v-DJBz-DYRGY#> .
@prefix beldoc: <http://resource.belframework.org/belframework/1.0/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 schem: <http://resource.belframework.org/belframework/1.0/namespace/selventa-legacy-chemical-names/> .
@prefix RNA: <http://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI_33697> .
@prefix hgnc: <http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=> .
@prefix geneProductOf: <http://purl.obolibrary.org/obo/RO_0002204> .
@prefix species: <http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=> .
@prefix occursIn: <http://purl.obolibrary.org/obo/BFO_0000066> .
@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: hgnc:1580 ;
    a RNA: .
  sub:_2 occursIn: species:9606 ;
    rdf:object sub:_1 ;
    rdf:predicate belv:decreases ;
    rdf:subject schem:cyclic%20AMP ;
    a rdf:Statement .
  sub:assertion rdfs:label "a(SCHEM:\"cyclic AMP\") -| r(HGNC:CCNB2)" .
}
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 "1.4" .
  sub:_3 prov:value """Table 2. Most markedly up- and downregulated genes during the time course of decidualization in response to 8-Br-cAMP  Ontologic Category/ Gene Name     2 h     12 h     24 h     36 h     48 h A: UPREGULATED GENES Neuropeptides Preprosomatostatin             115.49     116.39     1644.4     1396.82     1324.2 L-orphan (clone 5) G-          3.62     6.56     79.77     126.18     123.26 protein coupled R Immune genes IL-11                 7.1     2.62     28.3     74.9     62.98 Factor XIII precursor         NA     NA     26.98     28.78     25.815 Cell growth/ differentiation Prolactin                 NA     3.88     99.45     143.41     37.135 IGFBP-1                 8.38     8.375     142.52     140.54     115.78 EBAF                 NA     3.48     70.49     123.86     51.37 NGFI-B/nur77 transcr. factor     106.4     NA     17.23     14.11     30.12 NOT                     350.94     2.24     24.73     30.19     113.14 Extracellular matrix protease MMP-10 (stromelysin-2)         4.25     2.13     148.48     144.2     69.71 B: DOWNREGULATED GENES Cell growth IGFBP-5                 NA     8.925     8.81     9.015     80.185 Enzymes L-Kynurenine hydrolase         7.61     NA     3.33     6.9     169.32 Signal transduction Activates NF-{kappa} B         7.87     17.51     2.19     4.18     369.01 Structural protein Actin, tropomyosin, calmodulin binding protein     NA     22.32     13.17     12.59     50.21 Cell cycle Cyclin B2                 NA     5.69     9.07     5.17     10.2 Cyclin E2                 2.12     NA     NA     NA     9.28""" ;
    prov:wasQuotedFrom pubmed:14532334 .
  sub:_4 rdfs:label "Selventa" .
  sub:assertion prov:hadPrimarySource pubmed:14532334 ;
    prov:wasDerivedFrom beldoc: , sub:_3 .
}
sub:pubinfo {
  this: dct:created "2014-07-03T14:30:17.302+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-6818-334X , orcid:0000-0002-1267-0234 .
}