# DO.COM.11 RelatedPerson

### DO.COM.11 RelatedPerson

This data object outlines the relationships among members within a group, such as a household or family.

<table><thead><tr><th width="250">Attribute</th><th width="171">Type</th><th width="122">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>relationship_type</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/szomzLg0ppoOnOzKT0SB">/spaces/F9fu0tIY1rJUsF03WdAv/pages/szomzLg0ppoOnOzKT0SB</a></td><td>0...1</td><td>Type of relationship a member has with another member of the group</td></tr><tr><td>related_member</td><td><a data-mention href="/pages/Tms3Q1OqwYVYF7bXBBX1">/pages/Tms3Q1OqwYVYF7bXBBX1</a></td><td>0...1</td><td>Member related to a member </td></tr></tbody></table>

## Example of JSON Data for the Related Person Data Object

```json
{
  "@context": {
    "spdci": "https://schema.spdci.org/core/v1/data",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "code": "http://schema.spdci.org/core/v1/code"
  },
  "@id": "https://example.org/relatedPerson/123456789",
  "@type": "spdci:RelatedPerson",
  "relationship_type": "Parent",
  "related_member": {
    "@type": "RelatedPerson",
    "identifier": [
      {
        "@type": "Identifier",
        "identifier_type": "UIN",
        "identifier_value": "847951632"
      }
    ],
    "name": 
      {
        "@type": "common:Name",
        "surname": "Phumchai",
        "given_name": "Sudarat",
        "prefix": "Dr.",
        "suffix": "PhD"
      },
    "birth_date": "1995-09-21T11:20:00",
    "sex": "female",
    "address": [
      {
        "@type": "Address",
        "address_line1": "Bophut Koh Samui",
        "address_line2": "Surat, Near Big Buddha Beach",
        "locality": "Thani",
        "sub_region_code": "SH",
        "region_code": "A205",
        "postal_code": "84320",
        "country_code": "TH"
      }
    ],
    "phone_number": ["+66891234567"],
    "email": ["sudarat.phumchai@example.com"]
  }
}

```

### JSON-LD File on GitHub

{% embed url="<https://schema.spdci.org/core/v1/data/RelatedPerson.jsonld>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://standards.spdci.org/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-objects/do.com.11-relatedperson.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
