DO.CRVS.01 CRVSPerson

This class is crucial for maintaining an organized record of personal details in a standardized manner, ensuring accurate and accessible data

Property NameExpected TypeCardinalityDescription

identifier

@id

0...*

Applicant's identifier in the CRVS system using URI format.

name

0...1

Full name in a displayable form, including possible titles and suffixes. Formatted according to the applicant's locale norms and/or preferences.

phone_number

0...*

Applicant's preferred phone number. The format E.164 is recommended.

email

0...*

Applicant's preferred email address. The format must comply with RFC 5322 addr-spec.

sex

0...1

Sex of the applicant, represented as an enumeration (Male, Female, Others, Unknown).

birth_date

0...1

The date of birth of the applicant, formatted according to schema:DateTime.

birth_place

0...1

Physical location where the applicant was born, represented as an address object.

death_date

0...1

The date of death of the applicant, if applicable. Formatted according to schema:DateTime.

death_place

0...1

Physical location where the applicant died, if applicable. Represented as an address object.

address

0...*

Current residential address of the applicant, represented as an address object.

marital_status

0...1

Current marital status of the applicant, represented as an enumeration (e.g., Married, Divorced, etc.).

marriage_date

0...*

Date when the applicant got married, if applicable. Formatted according to schema:DateTime.

divorce_date

0...*

Date when the applicant got divorced, if applicable. Formatted according to schema:DateTime.

parent1_identifier

@id

0...1

Identifier for one parent of the applicant. Must be a unique identifier similar to the applicant's identifier.

parent2_identifier

@id

0...1

Identifier for another parent of the applicant, if applicable. Must be a unique identifier similar to the applicant's identifier.

Example of Use

Example 1

{
  "@context": {
    "@vocab": "https://schema.spdci.org/common/v1",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "http://schema.org/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "owl": "http://www.w3.org/2002/07/owl#"
  },
  "@id": "CRVS_Person_2",
  "@type": "CRVS_Person",
  "identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "847951632"
  },
  "name": {
    "@type": "Name",
    "surname": "Phumchai",
    "given_name": "Sudarat",
    "second_name": "",
    "prefix": "Dr.",
    "suffix": "PhD"
  },
  "phone_number": "+66891234567",
  "email": "sudarat.phumchai@example.com",
  "sex": "female",
  "birth_date": "1995-09-21T11:20:00",
  "birth_place": {
    "name": "Phumchai_Village_Clinic",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 9.5604,
      "longitude": 100.0245
    },
    "address_line": "",
    "contained_in_place": "",
    "contains_place": [
      {
        "@id": "Place_3",
        "@type": "Place",
        "name": "Fisherman's Village",
        "address": "Bophut Koh Samui Surat Thani 84320 Thailand",
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 9.5617,
          "longitude": 100.0259
        }
      }
    ]
  },
  "death_date" : "",
  "death_place" : "",
  "address": {
    "@id": "Address_1",
    "@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",
    "geo_location": {
      "@id": "GeoLocation_1",
      "@type": "GeoLocation",
      "plus_code": {
        "global_code": "8FW4V900+",
        "geometry": {
          "@id": "geometry",
          "@type": "GeoLocation",
          "bounds": {
            "@id": "bounds",
            "@type": "geometry",
            "northeast": {
              "@id": "northeast",
              "@type": "GeoCoordinates",
              "latitude": 48.900000000000006,
              "longitude": 2.4000000000000057
            },
            "southwest": {
              "@id": "southwest",
              "@type": "GeoCoordinates",
              "latitude": 48.849999999999994,
              "longitude": 2.3499999999999943
            }
          },
          "location": {
            "@id": "location",
            "@type": "GeoCoordinates",
            "latitude": 48.875,
            "longitude": 2.375
          }
        }
      }
    }
  },
  "marital_status": "M",
  "marriage_date": "2010-04-21T11:20:00",
  "divorce_date" : "",
  "parent1_identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "753869421"
  },
  "parent2_identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "852963741"
  }
}

Example 2

{
  "@context": {
    "@vocab": "https://schema.spdci.org/common/v1",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "http://schema.org/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "owl": "http://www.w3.org/2002/07/owl#"
  },
  "@id": "CRVS_Person_3",
  "@type": "CRVS_Person",
  "identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "197382465"
  },
  "name": {
    "@type": "Name",
    "surname": "Martinez",
    "given_name": "Elena",
    "second_name": "",
    "prefix": "Dr.",
    "suffix": "PhD"    
  },
  "phone_number": "+34612345678",
  "email": "elena.martinez@example.com",
  "sex": "female",
  "birth_date": "1980-03-23T10:20:15",
  "birth_place": {
    "name": "hospital/Madrid_Central",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 9.5604,
      "longitude": 100.0245
    },
    "address_line": "",
    "contained_in_place": "",
    "contains_place": [
      {
        "@id": "Place_3",
        "@type": "Place",
        "name": "Pattaya Floating Market",
        "address": "Bophut Koh Samui Surat Thani 84320 Thailand",
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 9.5617,
          "longitude": 100.0259
        }
      }
    ]
  },  
  "death_date" : "",
  "death_place" : "",
  "address": {
    "@id": "Address_1",
    "@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",
    "geo_location": {
      "@id": "GeoLocation_1",
      "@type": "GeoLocation",
      "plus_code": {
        "global_code": "8FW4V900+",
        "geometry": {
          "@id": "geometry",
          "@type": "GeoLocation",
          "bounds": {
            "@id": "bounds",
            "@type": "geometry",
            "northeast": {
              "@id": "northeast",
              "@type": "GeoCoordinates",
              "latitude": 48.900000000000006,
              "longitude": 2.4000000000000057
            },
            "southwest": {
              "@id": "southwest",
              "@type": "GeoCoordinates",
              "latitude": 48.849999999999994,
              "longitude": 2.3499999999999943
            }
          },
          "location": {
            "@id": "location",
            "@type": "GeoCoordinates",
            "latitude": 48.875,
            "longitude": 2.375
          }
        }
      }
    }
  },
  "marital_status": "S",
  "marriage_date": "",
  "divorce_date": "",
  "parent1_identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "537564821"
  },
  "parent2_identifier": {
    "@id": "Identifier",
    "@type": "Identifier",
    "identifier_type": "UIN",
    "identifier_value": "564582793"
  }
}

JSON-LD File on GitHub

Last updated