担当者

Person エンティティを使用して、人物に関する情報を定義します。人物は、候補者、選挙管理委員、報告単位の権限者である可能性があります。 ElectionReport 要素には PersonCollection が含まれています。この要素には、この フィードの Person オブジェクトの完全なセットが含まれています。これらの Person オブジェクトは、 CandidateGpUnit で参照されます。PersonCollection には、連絡先情報を関連付けるための ContactInformation を含めることもできます。

属性

次の表に、Person 要素の属性を示します。

属性 必須かどうか 種類 説明
objectId 必須 ID 他の要素がこの要素を参照するために使用する一意の内部識別子。

要素

次の表に、Person の要素を示します。

要素 重複 種類 説明
ContactInformation 0 以上 ContactInformation

連絡先情報を人物に関連付けます。

これには、 アノテーション付き URI を含める必要があります。これは、wikipedia でアノテーションが付けられ、 人物の正規の Wikipedia ページ(存在する場合)を指定します。また、既知の他の 個人のソーシャル メディアの URI またはウェブサイトも指定します。この 情報は、その人物に固有のものであり、その人物のオフィスや 部門のものではありません。

DateOfBirth 0 または 1 PartialDate 人物の生年月日。
ExternalIdentifiers 1 ExternalIdentifiers ID を人物に関連付けます。安定した識別子が必要です。
FirstName 0 または 1 string 人物のファーストネーム(名)。
FullName 1 InternationalizedText 人物のフルネーム。複数の言語でフルネームを処理する方法について詳しくは、ローカル言語のコンテンツをご覧ください。
Gender 0 または 1 string

人物の性別。 Gender には次の値を使用できます。

  • 男性の場合: mmale、または man
  • 女性の場合: ffemale、または woman
  • その他の性別の場合: oxother、または nonbinary
ImageUri 0 以上 AnnotatedUri 人物の画像への直接リンクを提供する URI。画像は、第三者が使用するためのライセンスを取得している必要があります。
LastName 0 または 1 string 人物のラストネーム(姓)。
MiddleName 0 以上 string 人物のミドルネーム。
Nickname 0 または 1 string 人物に一般的に知られている 別名がある場合は、その別名。
PartyId 1 以上 IDREF 要素の一意の識別子。Party政党を人物に関連付けます。この人物が関連付けられている PartyobjectId を指定します。
Prefix 0 または 1 string 人物に関連付けられた接頭辞(「Mr.」「Dr.」など)。
Profession 0 または 1 InternationalizedText 人物の職業。
Suffix 0 または 1 string 人物に関連付けられた接尾辞(「Jr.」など)。
Title 0 または 1 InternationalizedText 人物に関連付けられた肩書き。

XML

    <Person objectId="P12321">
      <ContactInformation>
        <Uri Annotation="candidate-image">https://example.come/candidates/ayron-silva.jpg</Uri>
        <Uri Annotation="official-facebook">https://fb.com/ayronsilvasample/</Uri>
        <Uri Annotation="official-instagram">https://www.instagram.com/ayron_silva_sample/</Uri>
        <Uri Annotation="official-twitter">https://twitter.com/ayronsilvasample</Uri>
        <Uri Annotation="official-website">https://ayron-silva-sample.com/</Uri>
        <Uri Annotation="official-youtube">https://www.youtube.com/user/ayron831/featured</Uri>
        <Uri Annotation="wikipedia">https://en.wikipedia.org/wiki/Ayron-Silva-Sample</Uri>
        <Uri Annotation="wikipedia">https://zh.wikipedia.org/zh/%E8%94%A1%E8%8B%B1%E6%96%87</Uri>
        <Uri Annotation="campaign">https://ayronsilvacampaign.com</Uri>
      </ContactInformation>
      <ExternalIdentifiers>
        <ExternalIdentifier>
          <Type>other</Type>
          <OtherType>stable</OtherType>
          <Value>stable-pers-P12321</Value>
        </ExternalIdentifier>
      </ExternalIdentifiers>
      <FullName>
        <Text language="pt">Ayrton Silva</Text>
        <Text language="en">Ayrton Silva</Text>
        <Text language="hi">एर्टन सेना</Text>
        <Text language="ja">アイルトン・シルバ</Text>
      </FullName>
      <DateOfBirth>1960-01-01</DateOfBirth>
      <Gender>M</Gender>
      <LastName>Silva</LastName>
      <PartyId>par-dpp</PartyId>
      <PartyId>par-exp</PartyId>
    </Person>

JSON

    "Person": [
      {
        "objectId": "P12321",
        "ContactInformation": {
          "Uri": [
            "Annotation": "candidate-image"
            "value": "https://example.come/candidates/ayron-silva.jpg"
          ],
          "Uri": [
            "Annotation": "official-facebook"
            "value": "https://fb.com/ayronsilvasample/"
          ]
          "Uri": [
            "Annotation": "official-instagram"
            "value": "https://www.instagram.com/ayron_silva_sample"
          ]
          "Uri": [
            "Annotation": "official-twitter"
            "value": "https://twitter.com/ayronsilvasample"
          ]
          "Uri": [
            "Annotation": "official-website"
            "value": "https://ayron-silva-sample.com/"
          ]
          "Uri": [
            "Annotation": "official-youtube"
            "value": "https://www.youtube.com/user/ayron831/featured"
          ]
          "Uri": [
            "Annotation": "wikipedia"
            "value": "https://en.wikipedia.org/wiki/Ayron-Silva-Sample"
          ]
          "Uri": [
            "Annotation": "wikipedia"
            "value": "https://zh.wikipedia.org/zh/%E8%94%A1%E8%8B%B1%E6%96%87"
          ],
          "Uri": [
            "Annotation": "campaign"
            "value": "https://ayronsilvacampaign.com"
          ]
        }
        "ExternalIdentifiers": {
          "ExternalIdentifier" : [
            {
              "Type": "other",
              "OtherType": "stable",
              "Value": "stable-pers-P12321"
            }
          ]
        }
        "FullName": {
          "Text": [
            {
              "value": "Ayrton Silva",
              "language": "pt"
            },
            {
              "value": "Ayrton Silva",
              "language": "en"
            },
            {
              "value": "एर्टन सेना",
              "language": "hi"
            },
            {
              "value": "アイルトン・シルバ",
              "language": "ja"
            }
          ]
        },
        "DateOfBirth": "1960-01-01",
        "Gender": "M",
        "LastName": "Silva"
        "PartyId": ["par-dpp","par-exp"]
      }
    ]