// Created by libAntimony v2.13.0
model *model_0000001()

  // Compartments and Species:
  compartment cytoplasm, ER, extracellular;
  species x in ER, y in cytoplasm;

  // Assignment Rules:
  fy := y^n/(a^n + y^n);

  // Reactions:
  reaction_0000001:  => y; gamma_*cytoplasm;
  reaction_0000002: x -> y; k*x*cytoplasm - k1*y*ER;
  reaction_0000003: y => ; beta*y*extracellular;
  reaction_0000004: x => y; alpha*fy*x*cytoplasm;

  // Species initializations:
  x = 1;
  y = 1;

  // Compartment initializations:
  cytoplasm = 1;
  ER = 1;
  extracellular = 1;

  // Variable initializations:
  k = 0.01;
  alpha = 5;
  n = 4;
  a = 3;
  k1 = 2;
  beta = 1;
  gamma_ = 1;

  // Other declarations:
  var fy;
  const cytoplasm, ER, extracellular, k, alpha, n, a, k1, beta, gamma_;

  // Display Names:
  ER is "endoplasmic reticulum";
  x is "Ca_ER";
  y is "Ca_Cyt";
  reaction_0000001 is "Ca flux into the cell";
  reaction_0000002 is "Ca translocation between cytoplasm and ER";
  reaction_0000003 is "Ca pumped out of the cell";
  reaction_0000004 is "InsP3 channel";

  // CV terms:
  cytoplasm hypernym "http://identifiers.org/go/GO:0005737"
  ER hypernym "http://identifiers.org/go/GO:0005783"
  extracellular hypernym "http://identifiers.org/go/GO:0005576"
  x identity "http://identifiers.org/chebi/CHEBI:29108",
             "http://identifiers.org/kegg.compound/C00076"
  y identity "http://identifiers.org/chebi/CHEBI:29108",
             "http://identifiers.org/kegg.compound/C00076"
  reaction_0000001 hypernym "http://identifiers.org/go/GO:0007204",
                            "http://identifiers.org/go/GO:0006816"
  reaction_0000002 hypernym "http://identifiers.org/go/GO:0032471",
                            "http://identifiers.org/go/GO:0007204",
                            "http://identifiers.org/go/GO:0006816"
  reaction_0000003 hypernym "http://identifiers.org/go/GO:0005388",
                            "http://identifiers.org/go/GO:0051481",
                            "http://identifiers.org/go/GO:0006816"
  reaction_0000004 hypernym "http://identifiers.org/go/GO:0006816",
                            "http://identifiers.org/go/GO:0005220",
                            "http://identifiers.org/go/GO:0051482"
end

model_0000001 is "Somogyi1990_CaOscillations"

model_0000001 model_entity_is "http://identifiers.org/biomodels.db/MODEL8907365389"
model_0000001 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000114"
model_0000001 description "http://identifiers.org/pubmed/1904060"
model_0000001 hypernym "http://identifiers.org/go/GO:0009755",
                       "http://identifiers.org/go/GO:0051924",
                       "http://identifiers.org/go/GO:0019722"
model_0000001 taxon "http://identifiers.org/taxonomy/10114"
