vCard mapping

Where can I find a document that relates the vCard mappings to what is displayed for a profile in Spark?

For example “First Name” is had from:

<vCard xmlns="vcard-temp">
  <N>
    <GIVEN>{givenName}</GIVEN>
  </N>
...