process vcard data that can appear in model annotations
In the model annotation RDF there can be vcard information that should be stored together with the map file.
It should be supported by SBML and CellDesigner SBML.
Example:
<annotation>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"
xmlns:bqbiol="http://biomodels.net/biology-qualifiers/"
xmlns:bqmodel="http://biomodels.net/model-qualifiers/">
<rdf:Description rdf:about="#metaid_0000002">
<dc:creator>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Roberts</vCard:Family>
<vCard:Given>Matthew Grant</vCard:Given>
</vCard:N>
<vCard:EMAIL>mroberts@embl.ac.uk</vCard:EMAIL>
<vCard:ORG rdf:parseType="Resource">
<vCard:Orgname>EMBL-EBI</vCard:Orgname>
</vCard:ORG>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Lloyd</vCard:Family>
<vCard:Given>Catherine</vCard:Given>
</vCard:N>
<vCard:EMAIL>c.lloyd@auckland.ac.nz</vCard:EMAIL>
<vCard:ORG rdf:parseType="Resource">
<vCard:Orgname>University of Auckland</vCard:Orgname>
</vCard:ORG>
</rdf:li>
</rdf:Bag>
</dc:creator>
<dcterms:created rdf:parseType="Resource">
<dcterms:W3CDTF>2010-06-25T13:23:00Z</dcterms:W3CDTF>
</dcterms:created>
<dcterms:modified rdf:parseType="Resource">
<dcterms:W3CDTF>2018-03-08T16:30:35Z</dcterms:W3CDTF>
</dcterms:modified>
<dcterms:modified rdf:parseType="Resource">
<dcterms:W3CDTF>2018-03-08T16:30:35Z</dcterms:W3CDTF>
</dcterms:modified>
<bqmodel:is>
<rdf:Bag>
<rdf:li
rdf:resource="http://identifiers.org/biomodels.db/MODEL1006230061" />
</rdf:Bag>
</bqmodel:is>
<bqmodel:isDescribedBy>
<rdf:Bag>
<rdf:li
rdf:resource="http://identifiers.org/pubmed/13678598" />
</rdf:Bag>
</bqmodel:isDescribedBy>
<bqbiol:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="http://identifiers.org/go/GO:0002250" />
</rdf:Bag>
</bqbiol:isVersionOf>
<bqbiol:hasTaxon>
<rdf:Bag>
<rdf:li rdf:resource="http://identifiers.org/taxonomy/9606" />
</rdf:Bag>
</bqbiol:hasTaxon>
<bqbiol:isDescribedBy>
<rdf:Bag>
<rdf:li
rdf:resource="http://identifiers.org/pubmed/13678598" />
</rdf:Bag>
</bqbiol:isDescribedBy>
<bqmodel:is>
<rdf:Bag>
<rdf:li
rdf:resource="http://identifiers.org/biomodels.db/BIOMD0000000684" />
</rdf:Bag>
</bqmodel:is>
</rdf:Description>
</rdf:RDF>
</annotation>