DO.COM.01 Identifier

The spdci:Identifier object refers to unique numbers identifying individuals

Property KeyData Type (and Restrictions)CardinalityDescription

identifier_type

0...1

Type of identifier used by the person

identifier_value

0...1

Value of the identifier

Example

{
    "@context": {
        "spdci": "https://schema.spdci.org/common/v1/",
        "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "owl": "http://www.w3.org/2002/07/owl#"
    },
    "@id": "spdci:Identifier",
    "@type": "spdci:Identifier",
    "identifier_type": "UIN",
    "identifier_value": "567891011"
}

In this example, the spdci:Identifier instance describes identifier type and identifier value.

JSON-LD File on GitHub

Last updated