For the complete documentation index, see llms.txt. This page is also available as Markdown.

DO.COM.01 Identifier

DO.COM.01 Identifier

The Identifier object refers to unique numbers identifying individuals.

Property Key
Data Type (and Restrictions)
Cardinality
Description

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/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":"https://schema.spdci.or/core/v1/code"
    },
    "@id": "spdci:Identifier_1",
    "@type": "spdci:Identifier",
    "identifier_type": "UIN",
    "identifier_value": "567891011"
}

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

JSON-LD File on GitHub

Last updated

Was this helpful?