-
Notifications
You must be signed in to change notification settings - Fork 3
/
citizenship-min.jsonld
41 lines (41 loc) · 1.11 KB
/
citizenship-min.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://w3id.org/citizenship/v2"
],
"type": ["VerifiableCredential", "CertificateOfCitizenshipCredential"],
"issuer": "",
"validFrom": "2023-12-03T12:19:52Z",
"credentialSubject": {
"type": ["Person", "Citizen"],
"givenName": "JOHN",
"additionalName": "JACOB",
"familyName": "SMITH",
"gender": "Male",
"birthCountry": "Bahamas",
"birthDate": "1958-07-17",
"height": {
"type": "QuantitativeValue",
"unitCode": "INH",
"value": 71
},
"certificateOfCitizenship": {
"type": "CertificateOfCitizenship",
"identifier": "83627465",
"cisRegistrationNumber": "999-999-999",
"filingLocation": {
"type": "PostalAddress",
"addressLocality": "Washington, D.C.",
"addressRegion": "District of Columbia",
"addressCountry": "US"
},
"ceremonyLocation": {
"type": "PostalAddress",
"addressLocality": "San Antonio",
"addressRegion": "TX",
"addressCountry": "US"
},
"ceremonyDate": "2023-11-23"
}
}
}