-
Notifications
You must be signed in to change notification settings - Fork 2
/
v1.jsonld
108 lines (108 loc) · 4.09 KB
/
v1.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"@context": {
"@protected": true,
"id": "@id",
"type": "@type",
"name": "https://schema.org/name",
"description": "https://schema.org/description",
"image": {
"@id": "https://schema.org/image",
"@type": "@id"
},
"url": {
"@id": "https://schema.org/url",
"@type": "@id"
},
"Iso18013DriversLicenseCredential":
"https://w3id.org/vdl#Iso18013DriversLicenseCredential",
"LicensedDriver": {
"@id": "https://w3id.org/vdl#LicensedDriver",
"@type": "@id",
"@context": {
"@protected": true,
"driversLicense": {
"@id": "https://w3id.org/vdl#license",
"@type": "@id"
}
}
},
"Iso18013DriversLicense": {
"@id": "https://w3id.org/vdl#Iso18013DriversLicense",
"@context": {
"@protected": true,
"administrative_number": "https://w3id.org/vdl#administrativeNumber",
"age_birth_year": {
"@id": "https://w3id.org/vdl#ageBirthYear",
"@type": "http://www.w3.org/2001/XMLSchema#unsignedInt"
},
"age_in_years": {
"@id": "https://w3id.org/vdl#ageInYears",
"@type": "http://www.w3.org/2001/XMLSchema#unsignedInt"
},
"age_over_18": "https://w3id.org/vdl#ageOver18",
"age_over_21": "https://w3id.org/vdl#ageOver21",
"age_over_25": "https://w3id.org/vdl#ageOver25",
"age_over_62": "https://w3id.org/vdl#ageOver62",
"age_over_65": "https://w3id.org/vdl#ageOver65",
"birth_date": {
"@id": "https://w3id.org/vdl#birthDate",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"birth_place": "https://w3id.org/vdl#birthPlace",
"document_number": "https://w3id.org/vdl#documentNumber",
"driving_privileges": {
"@id": "https://w3id.org/vdl#drivingPrivileges",
"@type": "@json"
},
"expiry_date": {
"@id": "https://w3id.org/vdl#expiryDate",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"eye_colour": "https://w3id.org/vdl#eyeColour",
"family_name": "https://w3id.org/vdl#familyName",
"family_name_national_character": "https://w3id.org/vdl#familyNameNationalCharacter",
"given_name": "https://w3id.org/vdl#givenName",
"given_name_national_character": "https://w3id.org/vdl#givenNameNationalCharacter",
"hair_colour": "https://w3id.org/vdl#hairColour",
"height": {
"@id": "https://w3id.org/vdl#height",
"@type": "http://www.w3.org/2001/XMLSchema#unsignedInt"
},
"issue_date": {
"@id": "https://w3id.org/vdl#issueDate",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"issuing_authority": "https://w3id.org/vdl#issuingAuthority",
"issuing_country": "https://w3id.org/vdl#issuingCountry",
"issuing_jurisdiction": "https://w3id.org/vdl#issuingJurisdiction",
"nationality": "https://w3id.org/vdl#nationality",
"portrait": {
"@id": "https://w3id.org/vdl#portrait",
"@type": "@id"
},
"portrait_capture_date": {
"@id": "https://w3id.org/vdl#portraitCaptureDate",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"resident_address": "https://w3id.org/vdl#residentAddress",
"resident_city": "https://w3id.org/vdl#residentCity",
"resident_country": "https://w3id.org/vdl#residentCountry",
"resident_postal_code": "https://w3id.org/vdl#residentPostalCode",
"resident_state": "https://w3id.org/vdl#residentState",
"sex": {
"@id": "https://w3id.org/vdl#sex",
"@type": "http://www.w3.org/2001/XMLSchema#unsignedInt"
},
"signature_usual_mark": {
"@id": "https://w3id.org/vdl#signatureUsualMark",
"@type": "@id"
},
"un_distinguishing_sign": "https://w3id.org/vdl#unDistinguishingSign",
"weight": {
"@id": "https://w3id.org/vdl#weight",
"@type": "http://www.w3.org/2001/XMLSchema#unsignedInt"
}
}
}
}
}