-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnaturalization-full.jsonld
62 lines (62 loc) · 1.9 KB
/
naturalization-full.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://w3id.org/citizenship/v2"
],
"id": "https://issuer.oidp.uscis.example.gov/credentials/83627465",
"type": ["VerifiableCredential", "CertificateOfNaturalizationCredential"],
"name": "Certificate of Naturalization",
"description": "Example Country Certificate of Naturalization.",
"issuer": "",
"validFrom": "2019-12-03T12:19:52Z",
"credentialSubject": {
"id": "did:example:b34ca6cd37bbf23",
"type": ["Person", "NaturalizedPerson"],
"givenName": "JOHN",
"additionalName": "JACOB",
"familyName": "SMITH",
"image": "data:image/png;base64,iVBORw0KGgo...kJggg==",
"gender": "Male",
"residentSince": "2015-01-01",
"birthDate": "1958-07-17",
"height": {
"type": "QuantitativeValue",
"unitCode": "INH",
"value": 71
},
"residence": {
"type": "PostalAddress",
"addressLocality": "Boston",
"addressRegion": "Massachusetts",
"addressCountry": "US"
},
"formerNationality": "BS",
"maritalStatus": "married",
"marriageCertificateNumber": "A123B",
"marriageLocation": {
"type": "PostalAddress",
"addressLocality": "Nassau",
"addressRegion": "New Providence",
"addressCountry": "BS"
},
"certificateOfNaturalization": {
"type": "CertificateOfNaturalization",
"identifier": "83627465",
"insRegistrationNumber": "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",
"naturalizedBy": "U.S. Federal Court for the Western District of Texas"
}
}
}