DO.ID.02 Biometric Data

DO.ID.02 Biometric_data

This data object contains specific information that can be used to identify an individual.

The data object include information received from ID system to identify and verify a person identity. It may be queried by the SP-MIS to determine an applicant's eligibility.

Attribute
Type
Cardinality
Description

data

binary

0...1

Unique identifier for a person

type

0...1

The type of data shate

issuer

string

0...1

the issuer of those biometric data

Example of JSON Data for the biometric Data Object

{
  "@context": {
    "spdci": "https://schema.spdci.org/extensions/ID/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#",
    "spdcicore": "https://schema.spdci.org/core/v1/data",
    "spdcicode": "https://schema.spdci.org/core/v1/code",
  },
  "@id": "https://example.org/sr_person/847951632",
  "@type": "spdci:ID_Person",
  
      "data": "52494646dc0100005745425056503820d0010000b00d009d012a400040003e913c9b4925",
      "type": "hash",
      "issuer": "SPMIS"
  
}

Last updated

Was this helpful?