Location: Bingzheng, Zhenye, Liansong, 1990 @ a3029e18f8b8 / bingzheng_zhenye_liansong_1990.cellml

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-06-29 20:28:56+12:00
Desc:
Removed xml:base="" from the model.
Permanent Source URI:
https://staging.physiomeproject.org/workspace/bingzheng_zhenye_liansong_1990/rawfile/a3029e18f8b884664bfe5078b352e2aba093cca9/bingzheng_zhenye_liansong_1990.cellml

<?xml version="1.0"?>
<!--  FILE :  bingzheng_1990.xml

CREATED :  14th November 2007

LAST MODIFIED : 14th November 2007

AUTHOR :  Catherine Lloyd
          Bioengineering Institute
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.1 Specification.

DESCRIPTION :  This file contains a CellML description of Bingzheng, Zhenye, and Liansong's 1990 mathematical model of the regulation system of the secretion of glucocorticoids.

CHANGES:  
  
-->
<model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="bingzheng_1990" name="bingzheng_1990">

<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>A mathematical model of the regulation system of the secretion of glucocorticoids</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
            This CellML model is known to run in OpenCell and COR and can recreate the published results. The units have been checked and are consistent.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
ABSTRACT: We propose a mathematical model for the regulation system of the secretion of glucocorticoids and determined the coefficients in the system of ordinary differential equations. Some results are calculated which agree with the experimental results.
</para>

<para>
The original paper reference is cited below:
</para>

<para>
A mathematical model of the regulation system of the secretion of glucocorticoids, Liu Bingzheng, Zhao Zhenye and Chen Liansong, 1990, 
            <emphasis>Journal of Biological Physics</emphasis>, volume 17, issue 4, 221-233.  
</para>

<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="bingzheng_1990.png"/>
  </imageobject>
</mediaobject>
<caption>The HPA axis model has three compartments, namely the hypothalamus, pituitary and adrenals.  Neural signals trigger CRF secretion by the hypothalamus.  In turn, this signals to the pituitary to release ACTH which stimulates the adrenal gland to release cortisol.  Cortisol acts on the hypothalamus and the pituitary to have a negative feedback effect on the release of CRH and ACTH respectively.</caption>
</informalfigure>
</sect1>
</article>
</documentation> 



  
  
  <units name="ng_ml">
    <unit prefix="nano" units="gram"/>
    <unit exponent="-1" prefix="milli" units="litre"/>
  </units>

  <units name="pg_ml">
    <unit prefix="pico" units="gram"/>
    <unit exponent="-1" prefix="milli" units="litre"/>
  </units>

  <units name="microg_dl">
    <unit prefix="micro" units="gram"/>
    <unit exponent="-1" prefix="deci" units="litre"/>
  </units>

  <units name="dl_microg">
    <unit prefix="deci" units="litre"/>
    <unit exponent="-1" prefix="micro" units="gram"/>
  </units>
  
  <units name="minute">
    <unit multiplier="60.0" units="second"/>
  </units>
  
  <units name="first_order_rate_constant">
    <unit exponent="-1" units="minute"/>
  </units>
  
  <units name="ng_ml_min">
    <unit prefix="nano" units="gram"/>
    <unit exponent="-1" prefix="milli" units="litre"/>
    <unit exponent="-1" units="minute"/>
  </units>

  <units name="pg_ml_min">
    <unit prefix="pico" units="gram"/>
    <unit exponent="-1" prefix="milli" units="litre"/>
    <unit exponent="-1" units="minute"/>
  </units>

  <units name="microg_dl_min">
    <unit prefix="micro" units="gram"/>
    <unit exponent="-1" prefix="deci" units="litre"/>
    <unit exponent="-1" units="minute"/>
  </units>

  <units name="mg_min">
    <unit prefix="milli" units="gram"/>
    <unit exponent="-1" units="minute"/>
  </units>
  
  
  <component name="environment">
    <variable cmeta:id="environment_time" name="time" public_interface="out" units="minute"/>
  </component>
  
 
  <component cmeta:id="X1" name="X1">
     
    <variable cmeta:id="X1_X1" initial_value="10.0" name="X1" public_interface="out" units="ng_ml"/> 
    
    <variable initial_value="0.0014" name="a0" units="ng_ml_min"/>
    <variable initial_value="0.000517" name="a1" units="ng_ml_min"/>
    <variable initial_value="0.0164" name="a2" units="dl_microg"/>
    <variable initial_value="0.0598" name="b1" units="first_order_rate_constant"/>

    <variable name="X3" public_interface="in" units="microg_dl"/>
    <variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> X1 </ci> 
        </apply>
        <apply>
          <minus/> 
          <apply>
            <plus/>
            <ci> a0 </ci>
            <apply>
              <divide/>
              <ci> a1 </ci>
              <apply>
                <plus/>
                <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1.0 </cn>  
                <apply>
                  <times/> 
                  <ci> a2 </ci>
                  <ci> X3 </ci>
                </apply>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/>  
            <ci> b1 </ci>
            <ci> X1 </ci>
          </apply>
        </apply>  
      </apply>
    </math> 
  </component>
  
  <component cmeta:id="X2" name="X2">
     
    <variable cmeta:id="X2_X2" initial_value="0.0" name="X2" public_interface="out" units="pg_ml"/> 
    
    <variable initial_value="1.38" name="a3" units="pg_ml_min"/>
    <variable initial_value="0.60" name="a4" units="first_order_rate_constant"/>
    <variable initial_value="0.00498" name="a5" units="dl_microg"/>
    <variable initial_value="0.053" name="b2" units="first_order_rate_constant"/>

    <variable name="X3" public_interface="in" units="microg_dl"/>
    <variable name="X1" public_interface="in" units="ng_ml"/>
    <variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> X2 </ci> 
        </apply>
        <apply>
          <minus/> 
          <apply>
            <divide/>
            <apply>
              <plus/>
              <ci> a3 </ci>
              <apply>
                <times/> 
                <ci> a4 </ci>
				<ci> X1 </ci>
              </apply>
            </apply>
            <apply>
              <plus/>
              <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless"> 1.0 </cn>  
              <apply>
                <times/> 
                <ci> a5 </ci>
                <ci> X3 </ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/>  
            <ci> b2 </ci>
            <ci> X2 </ci>
          </apply>
        </apply>  
      </apply>
    </math> 
  </component>
  
  <component cmeta:id="X3" name="X3">
     
    <variable cmeta:id="X3_X3" initial_value="0.0" name="X3" public_interface="out" units="microg_dl"/> 
    
    <variable initial_value="0.0084" name="a6" units="microg_dl_min"/>
    <variable initial_value="0.0081" name="a7" units="first_order_rate_constant"/>
    <variable initial_value="0.0138" name="b3" units="first_order_rate_constant"/>

    <variable name="X2" public_interface="in" units="pg_ml"/>
    <variable name="time" public_interface="in" units="minute"/> 
    
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply>
        <eq/> 
        <apply>
          <diff/> 
          <bvar>
            <ci>time</ci>
          </bvar> 
          <ci> X3 </ci> 
        </apply>
        <apply>
          <minus/> 
          <apply>
            <plus/>
            <ci> a6 </ci>
            <apply>
              <times/> 
              <ci> a7 </ci>
              <ci> X2 </ci>
            </apply>
          </apply>
          <apply>
            <times/>  
            <ci> b3 </ci>
            <ci> X3 </ci>
          </apply>
        </apply>  
      </apply>
    </math> 
  </component>
  

  <connection>
    <map_components component_1="X1" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="X2" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="X3" component_2="environment"/>
    <map_variables variable_1="time" variable_2="time"/>
  </connection>
  
  <connection>
    <map_components component_1="X1" component_2="X3"/>
    <map_variables variable_1="X3" variable_2="X3"/>
  </connection>

  <connection>
    <map_components component_1="X2" component_2="X3"/>
    <map_variables variable_1="X3" variable_2="X3"/>
    <map_variables variable_1="X2" variable_2="X2"/>
  </connection>

  <connection>
    <map_components component_1="X2" component_2="X1"/>
    <map_variables variable_1="X1" variable_2="X1"/>
  </connection>
  

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Bag rdf:about="rdf:#f2a07289-844d-4e03-a27e-398644d7b2c3">
    <rdf:li>glucocorticoids</rdf:li>
    <rdf:li>hypothalamus</rdf:li>
    <rdf:li>cortisol</rdf:li>
    <rdf:li>HPA axis</rdf:li>
	<rdf:li>endocrine</rdf:li>
  </rdf:Bag>
  <rdf:Seq rdf:about="rdf:#4ef6010c-e033-46a4-8ea2-a0fd2c06cad2">
    <rdf:li rdf:resource="rdf:#32be77e3-b43f-4638-afd6-62e3923751c9"/>
    <rdf:li rdf:resource="rdf:#9367a72c-5eee-434b-8944-cde45b7cd3bc"/>
    <rdf:li rdf:resource="rdf:#e782dfa7-c1e7-4d3c-af87-a5a6bb487a47"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#5dc94767-01c2-4dc3-abcf-79f624c98fe8">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2007-12-03T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b4a1ffae-56dc-460a-947d-b5024064035c">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">1990-12</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6896c3a8-fe2f-427b-aab8-2b3c8bbc7ced">
    <bqs:Pubmed_id xmlns:bqs="http://www.cellml.org/bqs/1.0#"/>
    <bqs:JournalArticle xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#6dc95e15-12df-40c6-bccc-0ffb9c3d100c"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e782dfa7-c1e7-4d3c-af87-a5a6bb487a47">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#5953a5b7-6c3c-44d7-86e9-f25c31878987"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#32be77e3-b43f-4638-afd6-62e3923751c9">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#f4c6ee28-3643-4b50-b9bb-b1d708297869"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b98133e9-61e8-461a-9de1-74ad9852f6cd">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">The University of Auckland, Auckland Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#e02debfe-dea0-4ea6-a4bd-299191d995b0"/>
    <dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#5dc94767-01c2-4dc3-abcf-79f624c98fe8"/>
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#0a3aca01-928b-4ec8-9669-a3c14e897f5d"/>
    <cmeta:modification rdf:resource="rdf:#ad0e2069-c072-44d5-8b39-83bd9b7e63f8"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6dc95e15-12df-40c6-bccc-0ffb9c3d100c">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#4ef6010c-e033-46a4-8ea2-a0fd2c06cad2"/>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">A mathematical model of the regulation system of the secretion of glucocorticoids</dc:title>
    <bqs:volume xmlns:bqs="http://www.cellml.org/bqs/1.0#">17</bqs:volume>
    <bqs:first_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">221</bqs:first_page>
    <bqs:Journal xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#c51ac172-4a47-4011-82f2-d95353aeed5f"/>
    <dcterms:issued xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#b4a1ffae-56dc-460a-947d-b5024064035c"/>
    <bqs:last_page xmlns:bqs="http://www.cellml.org/bqs/1.0#">233</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="#bingzheng_1990">
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">
        Bingzheng, Zhenye, and Liansong's 1990 mathematical model of the regulation system of the secretion of glucocorticoids.
      </dc:title>
    <cmeta:bio_entity>hypothalamic pituitary adrenal axis</cmeta:bio_entity>
    <cmeta:comment rdf:resource="rdf:#4871e5a4-b927-413f-aad5-9d360bea9d2e"/>
    <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#6896c3a8-fe2f-427b-aab8-2b3c8bbc7ced"/>
    <bqs:reference xmlns:bqs="http://www.cellml.org/bqs/1.0#" rdf:resource="rdf:#e58f6838-5338-431f-99de-c919180ddadd"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e02debfe-dea0-4ea6-a4bd-299191d995b0">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#b98133e9-61e8-461a-9de1-74ad9852f6cd"/>
    <rdf:value>This CellML model is known to run in PCEnv and COR and can recreate the published results.  The units have been checked and they are consistent.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c51ac172-4a47-4011-82f2-d95353aeed5f">
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Journal of Biological Physics</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0a3aca01-928b-4ec8-9669-a3c14e897f5d">
    <vCard:ORG xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#6590990e-6809-48d0-bab8-1823ebe27749"/>
    <vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#64a5ecda-fb53-42cf-b569-05941d0de689"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#08383371-7817-47fe-ad86-f16e87328adc"/>
  </rdf:Description>
  <rdf:Description rdf:about="#X3">
    <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">cortisol</dcterms:alternative>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">X3</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#X2">
    <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">ACTH</dcterms:alternative>
    <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">adrenocorticotropic hormone</dcterms:alternative>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">X2</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#X1">
    <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">CRH</dcterms:alternative>
    <dcterms:alternative xmlns:dcterms="http://purl.org/dc/terms/">corticotropin releasing hormone</dcterms:alternative>
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">X1</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#9367a72c-5eee-434b-8944-cde45b7cd3bc">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#bbbe1167-33f3-4939-ae1a-2ee2086c657d"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5953a5b7-6c3c-44d7-86e9-f25c31878987">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Chen</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Liansong</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#64a5ecda-fb53-42cf-b569-05941d0de689">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#bbbe1167-33f3-4939-ae1a-2ee2086c657d">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Zhao</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Zhenye</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e0c43325-87ae-49a4-983e-e8f1be1ac050">
    <bqs:subject_type xmlns:bqs="http://www.cellml.org/bqs/1.0#">keyword</bqs:subject_type>
    <rdf:value rdf:resource="rdf:#f2a07289-844d-4e03-a27e-398644d7b2c3"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e58f6838-5338-431f-99de-c919180ddadd">
    <dc:subject xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#e0c43325-87ae-49a4-983e-e8f1be1ac050"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#08383371-7817-47fe-ad86-f16e87328adc">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Lloyd</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ad0e2069-c072-44d5-8b39-83bd9b7e63f8">
    <dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/" rdf:resource="rdf:#857e12b9-0a58-4f84-be63-63bd1aaea5f3"/>
    <rdf:value>updated documentation: curation status, removed reference links</rdf:value>
    <cmeta:modifier rdf:resource="rdf:#b894e6b9-5766-400d-ab84-5b14a35c6ee0"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6590990e-6809-48d0-bab8-1823ebe27749">
    <vCard:Orgname xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">The University of Auckland</vCard:Orgname>
    <vCard:Orgunit xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Auckland Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#857e12b9-0a58-4f84-be63-63bd1aaea5f3">
    <dcterms:W3CDTF xmlns:dcterms="http://purl.org/dc/terms/">2009-05-28T14:56:57+12:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b894e6b9-5766-400d-ab84-5b14a35c6ee0">
    <vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:resource="rdf:#af4b0ec3-8580-4d6e-b5cb-6b0579e26a39"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4871e5a4-b927-413f-aad5-9d360bea9d2e">
    <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:resource="rdf:#cf8804ae-a03f-4001-b1da-e5c1f9aa1275"/>
    <rdf:value>This is the CellML description of Bingzheng, Zhenye, and Liansong's 1990 mathematical model of the regulation system of the secretion of glucocorticoids.</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#cf8804ae-a03f-4001-b1da-e5c1f9aa1275">
    <vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f4c6ee28-3643-4b50-b9bb-b1d708297869">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Liu</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Bingzheng</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#af4b0ec3-8580-4d6e-b5cb-6b0579e26a39">
    <vCard:Given xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">James</vCard:Given>
    <vCard:Family xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Lawson</vCard:Family>
    <vCard:Other xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">Richard</vCard:Other>
  </rdf:Description>
</rdf:RDF>
</model>