// Created by libAntimony v2.13.0
function Rate_Law_for_R1_1(EP, PEP, kep, kpep, vmax)
  vmax*EP*PEP/(kpep*kep + kpep*EP + kep*PEP + EP*PEP);
end

Rate_Law_for_R1_1 is "Rate Law for R1_1"

function Henri_Michaelis_Menten__irreversible__1(DAHP, Km, V)
  V*DAHP/(Km + DAHP);
end

Henri_Michaelis_Menten__irreversible__1 is "Henri-Michaelis-Menten (irreversible)_1"

function Henri_Michaelis_Menten__irreversible__2(DHQ, Km, V)
  V*DHQ/(Km + DHQ);
end

Henri_Michaelis_Menten__irreversible__2 is "Henri-Michaelis-Menten (irreversible)_2"

function Rate_Law_for_R4_1(DHSK, NADPH, kdhsk, knadph, vmax)
  vmax*DHSK*NADPH/(kdhsk*knadph + kdhsk*NADPH + knadph*DHSK + DHSK*NADPH);
end

Rate_Law_for_R4_1 is "Rate Law for R4_1"

function Rate_Law_for_R5_1(ATP, SK, katp, ksk, vmax)
  vmax*SK*ATP/(ksk*katp + ksk*ATP + katp*SK + SK*ATP);
end

Rate_Law_for_R5_1 is "Rate Law for R5_1"

function Rate_Law_for_R6_1(PEP, SKP, kpep, kskp, vmax)
  vmax*SKP*PEP/(kpep*kskp + kpep*PEP + kskp*SKP + PEP*SKP);
end

Rate_Law_for_R6_1 is "Rate Law for R6_1"

function Henri_Michaelis_Menten__irreversible__3(CVPSK, Km, V)
  V*CVPSK/(Km + CVPSK);
end

Henri_Michaelis_Menten__irreversible__3 is "Henri-Michaelis-Menten (irreversible)_3"

function Rate_Law_for_R8_1(CM, Gln, kcm, kgln, vmax)
  vmax*CM*Gln/(kcm*kgln + kcm*Gln + kgln*CM + CM*Gln);
end

Rate_Law_for_R8_1 is "Rate Law for R8_1"

function Henri_Michaelis_Menten__irreversible__4(ADC, Km, V)
  V*ADC/(Km + ADC);
end

Henri_Michaelis_Menten__irreversible__4 is "Henri-Michaelis-Menten (irreversible)_4"

function Rate_Law_for_R10_1(GTP, THF, kgtp, kiTHF, vmax)
  vmax*GTP/(kgtp*(1 + THF/kiTHF) + GTP);
end

Rate_Law_for_R10_1 is "Rate Law for R10_1"

function Henri_Michaelis_Menten__irreversible__5(DHNTP, Km, V)
  V*DHNTP/(Km + DHNTP);
end

Henri_Michaelis_Menten__irreversible__5 is "Henri-Michaelis-Menten (irreversible)_5"

function Rate_Law_for_R12_1(AHMDHP, ATP, kahmdhp, katp, vmax)
  vmax*ATP*AHMDHP/(kahmdhp*katp + katp*ATP + kahmdhp*AHMDHP + ATP*AHMDHP);
end

Rate_Law_for_R12_1 is "Rate Law for R12_1"

function Rate_Law_for_R14_1(ATP, DHP, Glu, katp, kdhp, kglu, vmax)
  vmax*DHP*Glu*ATP/(kdhp*kglu*katp + kdhp*(Glu + ATP) + kglu*(DHP + ATP) + katp*(Glu + ATP) + DHP*Glu*ATP);
end

Rate_Law_for_R14_1 is "Rate Law for R14_1"

function Rate_Law_for_R15_1(DHF, NADPH, kdhf, knadph, vmax)
  vmax*DHF*NADPH/(kdhf*knadph + kdhf*NADPH + knadph*DHF + DHF*NADPH);
end

Rate_Law_for_R15_1 is "Rate Law for R15_1"

function Rate_Law_for_R16_1(ATP, DHF, Glu, THF, katp, kglu, kidhf, kthf, vmax)
  vmax*THF*Glu*ATP/(kthf*(1 + DHF/kidhf)*kglu*katp + kthf*(Glu + ATP) + kglu*(THF + ATP) + katp*(THF + Glu) + THF*Glu*ATP);
end

Rate_Law_for_R16_1 is "Rate Law for R16_1"

function Rate_Law_for_R17_1(Ser, THF, THFGlu, kithf, kser, kthfglu, vmax)
  vmax*THFGlu*Ser/(kthfglu*(1 + THF/kithf)*kser + kthfglu*Ser + kser*THFGlu + THFGlu*Ser);
end

Rate_Law_for_R17_1 is "Rate Law for R17_1"

function Rate_Law_for_R18b_1(DLp, Gly, kdlp, kgly, vmax)
  vmax*DLp*Gly/(kgly*kdlp + kgly*Gly + kdlp*DLp + DLp*Gly);
end

Rate_Law_for_R18b_1 is "Rate Law for R18b_1"

function Rate_Law_for_R19_1(DHF, NADPH, kidhf, kmythfglu, knadph, myTHFGlu, vmax)
  vmax*myTHFGlu*NADPH/(kmythfglu*(1 + DHF/kidhf)*knadph + kmythfglu*NADPH + knadph*myTHFGlu + myTHFGlu*NADPH);
end

Rate_Law_for_R19_1 is "Rate Law for R19_1"

function Rate_Law_for_R20_1(Hcy, MTHFGlu, khcy, kmthfglu, vmax)
  vmax*MTHFGlu*Hcy/(kmthfglu*khcy + kmthfglu*Hcy + khcy*MTHFGlu + MTHFGlu*Hcy);
end

Rate_Law_for_R20_1 is "Rate Law for R20_1"

function Rate_Law_for_R21_1(DHF, dUMP, kdump, kidhf, kmythfglu, myTHFGlu, vmax)
  vmax*myTHFGlu*dUMP/(kmythfglu*(1 + DHF/kidhf)*kdump + kmythfglu*dUMP + kdump*myTHFGlu + myTHFGlu*dUMP);
end

Rate_Law_for_R21_1 is "Rate Law for R21_1"

function Rate_Law_for_R22_1(DHF, NADP, kidhf, kmythfglu, knadp, myTHFGlu, vmax)
  vmax*myTHFGlu*NADP/(kmythfglu*(1 + DHF/kidhf)*knadp + kmythfglu*NADP + knadp*myTHFGlu + myTHFGlu*NADP);
end

Rate_Law_for_R22_1 is "Rate Law for R22_1"

function Rate_Law_for_R25_1(fTHFGlu, kfthfglu, kmtrna, mtRNA, vmax)
  vmax*fTHFGlu*mtRNA/(kfthfglu*kmtrna + kfthfglu*mtRNA + kmtrna*fTHFGlu + fTHFGlu*mtRNA);
end

Rate_Law_for_R25_1 is "Rate Law for R25_1"

function Rate_Law_for_R26_1(NADP, fTHFGlu, kfthfglu, knadp, vmax)
  vmax*fTHFGlu*NADP/(kfthfglu*knadp + kfthfglu*NADP + knadp*fTHFGlu + fTHFGlu*NADP);
end

Rate_Law_for_R26_1 is "Rate Law for R26_1"

function Rate_Law_for_R18c_1(SAmDLp, THFGlu, ksamdlp, kthfglu, vmax)
  vmax*THFGlu*SAmDLp/(kthfglu*ksamdlp + kthfglu*SAmDLp + ksamdlp*THFGlu + THFGlu*SAmDLp);
end

Rate_Law_for_R18c_1 is "Rate Law for R18c_1"

function Rate_Law_for_R18a_1(Lp, NADH, klp, knadh, vmax)
  vmax*NADH*Lp/(knadh*klp + knadh*Lp + klp*NADH + NADH*Lp);
end

Rate_Law_for_R18a_1 is "Rate Law for R18a_1"

function Rate_Law_for_R13_1(AHMDPP, kahmdpp, kpaba, pABA, vmax)
  vmax*AHMDPP*pABA/(kahmdpp*kpaba + kpaba*AHMDPP + kahmdpp*pABA + AHMDPP*pABA);
end

Rate_Law_for_R13_1 is "Rate Law for R13_1"

function Rate_Law_for_R24_1(ADP, Pi, fTHFGlu, katp, kformyl, kthfglu, vmax)
  vmax*fTHFGlu*ADP*Pi/(kthfglu*kformyl*katp + kthfglu*(ADP + Pi) + kformyl*(fTHFGlu + Pi) + katp*(ADP + fTHFGlu) + fTHFGlu*ADP*Pi);
end

Rate_Law_for_R24_1 is "Rate Law for R24_1"

function Henri_Michaelis_Menten__irreversible__6(Km, V, meTHFGlu)
  V*meTHFGlu/(Km + meTHFGlu);
end

Henri_Michaelis_Menten__irreversible__6 is "Henri-Michaelis-Menten (irreversible)_6"

function Rate_Law_for_R29_1(ATP, ffTHFGlu, katp, kffthfglu, vmax)
  vmax*ATP*ffTHFGlu/(katp*kffthfglu + katp*ffTHFGlu + kffthfglu*ATP + ATP*ffTHFGlu);
end

Rate_Law_for_R29_1 is "Rate Law for R29_1"


model *Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation()

  // Compartments and Species:
  compartment compartment_;
  species DAHP in compartment_, $PEP in compartment_, Pi in compartment_;
  species DHQ in compartment_, $EP in compartment_, DHSK in compartment_;
  species SK in compartment_, SKP in compartment_, CVPSK in compartment_;
  species CM in compartment_, $Gln in compartment_, Glu in compartment_, ADC in compartment_;
  species Pyr in compartment_, pABA in compartment_, DHNTP in compartment_;
  species $GTP in compartment_, AHMDHP in compartment_, HAD in compartment_;
  species PTHP in compartment_, AHMDPP in compartment_, DHP in compartment_;
  species DHF in compartment_, THF in compartment_, THFGlu in compartment_;
  species $Gly in compartment_, $Ser in compartment_, myTHFGlu in compartment_;
  species MTHFGlu in compartment_, $Hcy in compartment_, Met in compartment_;
  species dTMP in compartment_, $dUMP in compartment_, meTHFGlu in compartment_;
  species fTHFGlu in compartment_, fmtRNA in compartment_, $mtRNA in compartment_;
  species COTwo in compartment_, ADP in compartment_, $ATP in compartment_;
  species NADP in compartment_, $NADPH in compartment_, AMP in compartment_;
  species DLp in compartment_, SAmDLp in compartment_, $Lp in compartment_;
  species NAD in compartment_, $NADH in compartment_, Ammonia in compartment_;
  species Formyl in compartment_, ffTHFGlu in compartment_;

  // Reactions:
  R1: $PEP + $EP => DAHP + Pi; compartment_*Rate_Law_for_R1_1(EP, PEP, R1_kep, R1_kpep, R1_vmax);
  R2: DAHP => DHQ + Pi; compartment_*Henri_Michaelis_Menten__irreversible__1(DAHP, R2_Km, R2_V);
  R3: DHQ => DHSK; compartment_*Henri_Michaelis_Menten__irreversible__2(DHQ, R3_Km, R3_V);
  R4: DHSK + $NADPH => SK + NADP; compartment_*Rate_Law_for_R4_1(DHSK, NADPH, R4_kdhsk, R4_knadph, R4_vmax);
  R5: SK + $ATP => SKP + ADP + Pi; compartment_*Rate_Law_for_R5_1(ATP, SK, R5_katp, R5_ksk, R5_vmax);
  R6: SKP + $PEP => CVPSK + Pi; compartment_*Rate_Law_for_R6_1(PEP, SKP, R6_kpep, R6_kskp, R6_vmax);
  R7: CVPSK => CM + Pi; compartment_*Henri_Michaelis_Menten__irreversible__3(CVPSK, R7_Km, R7_V);
  R8: CM + $Gln => ADC + Glu; compartment_*Rate_Law_for_R8_1(CM, Gln, R8_kcm, R8_kgln, R8_vmax);
  R9: ADC => pABA + Pyr; compartment_*Henri_Michaelis_Menten__irreversible__4(ADC, R9_Km, R9_V);
  R10: $GTP => DHNTP + Formyl; compartment_*Rate_Law_for_R10_1(GTP, THF, R10_kgtp, R10_kiTHF, R10_vmax);
  R11: DHNTP => AHMDHP + HAD + Pi; compartment_*Henri_Michaelis_Menten__irreversible__5(DHNTP, R11_Km, R11_V);
  R27: DHNTP => PTHP + Pi; compartment_*Henri_Michaelis_Menten__irreversible__5(DHNTP, R27_Km, R27_V);
  R12: AHMDHP + $ATP => AHMDPP + AMP; compartment_*Rate_Law_for_R12_1(AHMDHP, ATP, R12_kahmdhp, R12_katp, R12_vmax);
  R14: DHP + Glu + $ATP => DHF + ADP + Pi; compartment_*Rate_Law_for_R14_1(ATP, DHP, Glu, R14_katp, R14_kdhp, R14_kglu, R14_vmax);
  R15: DHF + $NADPH => THF + NADP; compartment_*Rate_Law_for_R15_1(DHF, NADPH, R15_kdhf, R15_knadph, R15_vmax);
  R16: THF + Glu + $ATP => THFGlu + ADP + Pi; compartment_*Rate_Law_for_R16_1(ATP, DHF, Glu, THF, R16_katp, R16_kglu, R16_kidhf, R16_kthf, R16_vmax);
  R17: THFGlu + $Ser -> myTHFGlu + $Gly; compartment_*Rate_Law_for_R17_1(Ser, THF, THFGlu, R17_kithf, R17_kser, R17_kthfglu, R17_vmax);
  R18b: DLp + $Gly -> SAmDLp + COTwo; compartment_*Rate_Law_for_R18b_1(DLp, Gly, R18b_kdlp, R18b_kgly, R18b_vmax);
  R19: myTHFGlu + $NADPH => MTHFGlu + NADP; compartment_*Rate_Law_for_R19_1(DHF, NADPH, R19_kidhf, R19_kmythfglu, R19_knadph, myTHFGlu, R19_vmax);
  R20: MTHFGlu + $Hcy => THFGlu + Met; compartment_*Rate_Law_for_R20_1(Hcy, MTHFGlu, R20_khcy, R20_kmthfglu, R20_vmax);
  R21: myTHFGlu + $dUMP => dTMP + DHF; compartment_*Rate_Law_for_R21_1(DHF, dUMP, R21_kdump, R21_kidhf, R21_kmythfglu, myTHFGlu, R21_vmax);
  R22: myTHFGlu + NADP -> meTHFGlu + $NADPH; compartment_*Rate_Law_for_R22_1(DHF, NADP, R22_kidhf, R22_kmythfglu, R22_knadp, myTHFGlu, R22_vmax);
  R25: fTHFGlu + $mtRNA -> fmtRNA + THFGlu; compartment_*Rate_Law_for_R25_1(fTHFGlu, R25_kfthfglu, R25_kmtrna, mtRNA, R25_vmax);
  R26: fTHFGlu + NADP -> THFGlu + COTwo + $NADPH; compartment_*Rate_Law_for_R26_1(NADP, fTHFGlu, R26_kfthfglu, R26_knadp, R26_vmax);
  R18c: THFGlu + SAmDLp -> myTHFGlu + $Lp + Ammonia; compartment_*Rate_Law_for_R18c_1(SAmDLp, THFGlu, R18c_ksamdlp, R18c_kthfglu, R18c_vmax);
  R18a: $Lp + $NADH -> DLp + NAD; compartment_*Rate_Law_for_R18a_1(Lp, NADH, R18a_klp, R18a_knadh, R18a_vmax);
  R13: AHMDPP + pABA => DHP + Pi; compartment_*Rate_Law_for_R13_1(AHMDPP, R13_kahmdpp, R13_kpaba, pABA, R13_vmax);
  R24: fTHFGlu + ADP + Pi -> THFGlu + $ATP + Formyl; compartment_*Rate_Law_for_R24_1(ADP, Pi, fTHFGlu, R24_katp, R24_kformyl, R24_kthfglu, R24_vmax);
  R23: meTHFGlu -> fTHFGlu; compartment_*(R23_k1*meTHFGlu - R23_k2*fTHFGlu);
  R28: meTHFGlu => ffTHFGlu; compartment_*Henri_Michaelis_Menten__irreversible__6(R28_Km, R28_V, meTHFGlu);
  R29: $ATP + ffTHFGlu => ADP + Pi + meTHFGlu; compartment_*Rate_Law_for_R29_1(ATP, ffTHFGlu, R29_katp, R29_kffthfglu, R29_vmax);

  // Species initializations:
  DAHP = 0.9796078511;
  PEP = 16.01031821;
  Pi = 2.725541316;
  DHQ = 0.9994087764;
  EP = 107.502052;
  DHSK = 1.92788104;
  SK = 5.06777189;
  SKP = 2;
  CVPSK = 0.9174312684;
  CM = 1.009195849;
  Gln = 381.0009289;
  Glu = 959.9999225;
  ADC = 0.9907047071;
  Pyr = 1.000006539;
  pABA = 1.00378139;
  DHNTP = 4;
  GTP = 487.4867469;
  AHMDHP = 2.01877235;
  HAD = 2.002305849;
  PTHP = 1.002298517;
  AHMDPP = 0.9873083466;
  DHP = 0.9963801483;
  DHF = 1.142744159;
  THF = 8;
  THFGlu = 1;
  Gly = 499.9974679;
  Ser = 6.803576818;
  myTHFGlu = 1.04350884;
  MTHFGlu = 1.000096392;
  Hcy = 1.000182797;
  Met = 0.9998172031;
  dTMP = 0.9974700923;
  dUMP = 20.00252991;
  meTHFGlu = 0.9082384182;
  fTHFGlu = 1.83347183;
  fmtRNA = 0.9968760756;
  mtRNA = 1.003123924;
  COTwo = 0.988683328;
  ADP = 2.828115142;
  ATP = 963.0188351;
  NADP = 2;
  NADPH = 12.19849409;
  AMP = 0.983533495;
  DLp = 0.7017503089;
  SAmDLp = 1.000015336;
  Lp = 1.298234355;
  NAD = 0.7017656449;
  NADH = 8.349823436;
  Ammonia = 0.9895374253;
  Formyl = 8;
  ffTHFGlu = 1;

  // Compartment initializations:
  compartment_ = 1;

  // Variable initializations:
  R1_kep = 285;
  R1_kpep = 36;
  R1_vmax = 578.76;
  R2_Km = 4.7;
  R2_V = 7.462;
  R3_Km = 58;
  R3_V = 116.48;
  R4_kdhsk = 30;
  R4_knadph = 11;
  R4_vmax = 17290;
  R5_katp = 151.5;
  R5_ksk = 200;
  R5_vmax = 18200;
  R6_kpep = 93;
  R6_kskp = 80;
  R6_vmax = 1547;
  R7_Km = 12.7;
  R7_V = 728;
  R8_kcm = 13;
  R8_kgln = 1100;
  R8_vmax = 26;
  R9_Km = 1.1;
  R9_V = 2.2;
  R10_kgtp = 17.6;
  R10_kiTHF = 0.157;
  R10_vmax = 1515.15;
  R11_Km = 7.4;
  R11_V = 792.064;
  R27_Km = 10;
  R27_V = 22.659;
  R12_kahmdhp = 3.6;
  R12_katp = 15;
  R12_vmax = 382.2;
  R14_katp = 100;
  R14_kdhp = 1;
  R14_kglu = 1380;
  R14_vmax = 2.821;
  R15_kdhf = 3;
  R15_knadph = 6.12;
  R15_vmax = 3000;
  R16_katp = 128;
  R16_kglu = 740;
  R16_kidhf = 3.1;
  R16_kthf = 26;
  R16_vmax = 84.63;
  R17_kithf = 0.157;
  R17_kser = 700;
  R17_kthfglu = 40;
  R17_vmax = 682.5;
  R18b_kdlp = 290;
  R18b_kgly = 4505;
  R18b_vmax = 751.66;
  R19_kidhf = 0.428;
  R19_kmythfglu = 33;
  R19_knadph = 19;
  R19_vmax = 738.92;
  R20_khcy = 17;
  R20_kmthfglu = 30;
  R20_vmax = 379.925;
  R21_kdump = 5.4;
  R21_kidhf = 0.428;
  R21_kmythfglu = 17;
  R21_vmax = 49.14;
  R22_kidhf = 0.428;
  R22_kmythfglu = 25;
  R22_knadp = 22;
  R22_vmax = 1892.8;
  R25_kfthfglu = 12.15;
  R25_kmtrna = 1.07;
  R25_vmax = 116.48;
  R26_kfthfglu = 7.85;
  R26_knadp = 0.9;
  R26_vmax = 59.332;
  R18c_ksamdlp = 290;
  R18c_kthfglu = 67.7;
  R18c_vmax = 196.56;
  R18a_klp = 1280;
  R18a_knadh = 58;
  R18a_vmax = 5432.7;
  R13_kahmdpp = 3.15;
  R13_kpaba = 2.6;
  R13_vmax = 105.014;
  R24_katp = 74.5;
  R24_kformyl = 3190;
  R24_kthfglu = 134;
  R24_vmax = 15315.3;
  R23_k1 = 0.08;
  R23_k2 = 0.031;
  R28_Km = 67;
  R28_V = 200;
  R29_katp = 50;
  R29_kffthfglu = 5;
  R29_vmax = 500;

  // Other declarations:
  const compartment_;

  // Unit definitions:
  unit time_unit = 60 second;
  unit substance = 1e-6 mole;

  // Display Names:
  time_unit is "time";
  compartment_ is "Single celled micro-organism";
  R1 is "R1 - Synthesis of 3-Deoxy-7-phosphoheptulonate";
  R2 is "R2 - 2-Dehydro-3-deoxy-D-arabino-heptonate 7-phosphate phosphate-lyase (3-Dehydroquinate synthase)";
  R3 is "R3 - 3-Dehydroquinate hydro-lyase (3-Dehydroquinate dehydratase)";
  R4 is "R4 - Shikimate:NADP + 3-oxidoreductase (Shikimate 5-dehydrogenase)";
  R5 is "R5 - ATP:Shikimate 3-phosphotransferase (Shikimate kinase)";
  R6 is "R6 - Phosphoenolpyruvate:3-phosphoshikimate 5-O-(1-carboxyvinyl)-transferase";
  R7 is "R7 - 5-O-(1-Carboxyvinyl)-3-phosphoshikimate phosphate-lyase (chorismate synthase)";
  R8 is "R8 - Aminodeoxychorismate synthase";
  R9 is "R9 - Aminodeoxychorismate lyase";
  R10 is "R10 - GTP 7,8,9-dihydrolase (GTP cyclohydrolase I)";
  R11 is "R11 - Dihydroneopterin aldolase";
  R27 is "R27 - 6-Pyruvoyltetrahydropterin synthase";
  R12 is "R12 - 2-Amino-4-hydroxy-6-hydroxymethyldihydropteridine pyrophosphokinase";
  R14 is "R14 - 7,8-Dihydrofolate synthase";
  R15 is "R15 - Dihydrofolate reductase";
  R16 is "R16 - Folylpoly-gamma-glutamate synthase";
  R17 is "R17 - Serine hydroxymethyltransferase";
  R18b is "R18b - Glycine decarboxylase (P protein)";
  R19 is "R19 - 5,10-Methylenetetrahydrofolate reductase";
  R20 is "R20 - Methionine synthase";
  R21 is "R21 - Thymidylate synthase";
  R22 is "R22 - 5,10-Methylenetetrahydrofolate dehydrogenase";
  R25 is "R25 - Methionyl-tRNA formyltransferase";
  R26 is "R26 - 10-Formyltetrahydrofolate dehydrogenase";
  R18c is "R18c - S-Aminomethyldihydrolipoylprotein:tetrahydrofolate aminomethyltransferase (T protein)";
  R18a is "R18a - Dihydrolipoamide dehydrogenase";
  R13 is "R13 - Dihydropteroate synthase";
  R24 is "R24 - 10-Formyltetrahydrofolate synthetase";
  R23 is "R23 - 5,10-Methenyltetrahydrofolate cyclohydrolase";
  R28 is "R28 - S-Aminomethyldihydrolipoylprotein:tetrahydrofolate aminomethyltransferase (T protein)";
  R29 is "R29 - 5-formyltetrahydrofolate cyclo-ligase";

  // CV terms:
  DAHP identity "http://identifiers.org/kegg.compound/C04691"
  PEP identity "http://identifiers.org/kegg.compound/C00074"
  Pi identity "http://identifiers.org/kegg.compound/C00009"
  DHQ identity "http://identifiers.org/kegg.compound/C00944"
  EP identity "http://identifiers.org/kegg.compound/C00279"
  DHSK identity "http://identifiers.org/kegg.compound/C02637"
  SK identity "http://identifiers.org/kegg.compound/C00493"
  SKP identity "http://identifiers.org/kegg.compound/C03175"
  CVPSK identity "http://identifiers.org/kegg.compound/C01269"
  CM identity "http://identifiers.org/kegg.compound/C00251"
  Gln identity "http://identifiers.org/kegg.compound/C00064"
  Glu identity "http://identifiers.org/kegg.compound/C00025"
  ADC identity "http://identifiers.org/kegg.compound/C11355"
  Pyr identity "http://identifiers.org/kegg.compound/C00022"
  pABA identity "http://identifiers.org/kegg.compound/C00568"
  DHNTP identity "http://identifiers.org/kegg.compound/C04895"
  GTP identity "http://identifiers.org/kegg.compound/C00044"
  AHMDHP identity "http://identifiers.org/kegg.compound/C01300"
  HAD identity "http://identifiers.org/kegg.compound/C00266"
  PTHP identity "http://identifiers.org/kegg.compound/C03684"
  AHMDPP identity "http://identifiers.org/kegg.compound/C04807"
  DHP identity "http://identifiers.org/kegg.compound/C00921"
  DHF identity "http://identifiers.org/kegg.compound/C00415"
  THF identity "http://identifiers.org/kegg.compound/C00101"
  THFGlu identity "http://identifiers.org/kegg.compound/C03541"
  Gly identity "http://identifiers.org/kegg.compound/C00037"
  Ser identity "http://identifiers.org/kegg.compound/C00065"
  myTHFGlu identity "http://identifiers.org/kegg.compound/C00143"
  MTHFGlu identity "http://identifiers.org/kegg.compound/C00440"
  Hcy identity "http://identifiers.org/kegg.compound/C00155"
  Met identity "http://identifiers.org/kegg.compound/C00073"
  dTMP identity "http://identifiers.org/kegg.compound/C00364"
  dUMP identity "http://identifiers.org/kegg.compound/C00365"
  meTHFGlu identity "http://identifiers.org/kegg.compound/C00445"
  fTHFGlu identity "http://identifiers.org/kegg.compound/C00234"
  fmtRNA identity "http://identifiers.org/kegg.compound/C03294"
  mtRNA identity "http://identifiers.org/kegg.compound/C02430"
  ADP identity "http://identifiers.org/kegg.compound/C00008"
  ATP identity "http://identifiers.org/kegg.compound/C00002"
  NADP identity "http://identifiers.org/kegg.compound/C00006"
  NADPH identity "http://identifiers.org/kegg.compound/C00005"
  AMP identity "http://identifiers.org/kegg.compound/C00020"
  DLp identity "http://identifiers.org/kegg.compound/C02972"
  SAmDLp identity "http://identifiers.org/kegg.compound/C01242"
  Lp identity "http://identifiers.org/kegg.compound/C02051"
  NAD identity "http://identifiers.org/kegg.compound/C00003"
  NADH identity "http://identifiers.org/kegg.compound/C00004"
  Ammonia identity "http://identifiers.org/kegg.compound/C00014"
  Formyl identity "http://identifiers.org/kegg.compound/C00058"
  ffTHFGlu identity "http://identifiers.org/kegg.compound/C03479"
  R1 hypernym "http://identifiers.org/kegg.reaction/R01826"
  R2 hypernym "http://identifiers.org/kegg.reaction/R03083"
  R3 hypernym "http://identifiers.org/kegg.reaction/R03084"
  R4 hypernym "http://identifiers.org/kegg.reaction/R02413"
  R5 hypernym "http://identifiers.org/kegg.reaction/R02412"
  R6 hypernym "http://identifiers.org/kegg.reaction/R03460"
  R7 hypernym "http://identifiers.org/kegg.reaction/R01714"
  R8 hypernym "http://identifiers.org/kegg.reaction/R01716"
  R9 hypernym "http://identifiers.org/kegg.reaction/R05553"
  R10 hypernym "http://identifiers.org/kegg.reaction/R00424"
  R11 hypernym "http://identifiers.org/kegg.reaction/R03504"
  R27 hypernym "http://identifiers.org/kegg.reaction/R04286"
  R12 hypernym "http://identifiers.org/kegg.reaction/R03503"
  R14 hypernym "http://identifiers.org/kegg.reaction/R02237"
  R15 hypernym "http://identifiers.org/kegg.reaction/R00939"
  R16 hypernym "http://identifiers.org/kegg.reaction/R04241"
  R17 hypernym "http://identifiers.org/kegg.reaction/R00945"
  R18b hypernym "http://identifiers.org/kegg.reaction/R03425"
  R19 hypernym "http://identifiers.org/kegg.reaction/R01224"
  R20 hypernym "http://identifiers.org/kegg.reaction/R00946"
  R21 hypernym "http://identifiers.org/kegg.reaction/R02101"
  R22 hypernym "http://identifiers.org/kegg.reaction/R01220"
  R25 hypernym "http://identifiers.org/kegg.reaction/R03940"
  R26 hypernym "http://identifiers.org/kegg.reaction/R00941"
  R18c hypernym "http://identifiers.org/kegg.reaction/R04125"
  R18a hypernym "http://identifiers.org/kegg.reaction/R03815"
  R13 hypernym "http://identifiers.org/kegg.reaction/R03067"
  R24 hypernym "http://identifiers.org/kegg.reaction/R00943"
  R23 hypernym "http://identifiers.org/kegg.reaction/R01655"
  R28 hypernym "http://identifiers.org/kegg.reaction/R02300"
  R29 hypernym "http://identifiers.org/kegg.reaction/R02301"
end

Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation is "Salcedo-Sora2016 - Microbial folate biosynthesis and utilisation"

Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation model_entity_is "http://identifiers.org/biomodels.db/MODEL1511020000",
                                                                                 "http://identifiers.org/biomodels.db/BIOMD0000000725"
Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation identity "http://identifiers.org/biomodels.db/MODEL1511020000"
Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation property "http://identifiers.org/ncit/C38809"
Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation property "http://identifiers.org/ncit/C14329"
Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation property "http://identifiers.org/pw/PW:0001369"
Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation property "http://identifiers.org/efo/0005741"
Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation property "http://identifiers.org/mamo/MAMO_0000046"
Salcedo_Sora2016___Microbial_folate_biosynthesis_and_utilisation description "http://identifiers.org/doi/10.1039/C5MB00801H"
