From cda3c57b5f4a4ded18b955fde34730cf8e44a969 Mon Sep 17 00:00:00 2001
From: Manu Sporny
-The ISO 18013 Mobile Driver's License data model and W3C Verifiable Credentials data model during design had different requirements, meaning the
-optimal way to model a drivers license within each standard is different. The above model is aimed to preserve the ISO 18013 Mobile Driver's License data model
-when expressed as a W3C Verifiable Credential, whereas the below expresses the same information conveyed in a ISO 18013 Mobile Driver's License, however
-modelled in a way that is in keeping with the W3C Verifiable Credentials standard.
- Example
- Alternative Data Model Expression
-
-
-{
- "@context": [
- "https://www.w3.org/2018/credentials/v1",
- "https://w3id.org/vdl/v1",
- "https://w3id.org/security/suites/ed25519-2020/v1"
- ],
- "type": [
- "VerifiableCredential",
- "Iso18013DriversLicenseCredential"
- ],
- "issuer": "did:key:z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5",
- "issuanceDate": "2018-01-15T10:00:00.0000000-07:00",
- "expirationDate": "2022-08-27T12:00:00.0000000-06:00",
- "credentialSubject": {
- "id": "did:example:12347abcd",
- "driversLicense": {
- "type": "Iso18013DriversLicense",
- "portrait": "/9j/4AAQSkZJRgABAQEAkACQA...gcdgck5HtRRSClooooP/2Q==",
- "document_number": "542426814",
- "family_name": "TURNER",
- "given_name": "SUSAN",
- "birth_date": "1998-08-28",
- "issuing_country": "US",
- "issuing_authority": "CO",
- "driving_privileges": [
- {
- "codes": [{"code": "D"}],
- "vehicleCategoryCode": "D",
- "issueDate": "2019-01-01",
- "expiryDate": "2027-01-01"
- },
- {
- "codes": [{"code": "C"}],
- "vehicleCategoryCode": "C",
- "issueDate": "2019-01-01",
- "expiryDate": "2017-01-01"
- }],
- "un_distinguishing_sign": "USA"
- }
- },
- "proof": {
- "type": "Ed25519Signature2020",
- "created": "2021-06-20T00:17:01Z",
- "verificationMethod": "did:key:z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5#z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5",
- "proofPurpose": "assertionMethod",
- "proofValue": "z4zKSH1WmuSQ8tcpSB6mtaSGhtzvMnBQSckqrpTDm3wQyNfHd6rctuST2cyzaKSY135Kp6ZYMyFaiLvBUjJ89GP7V"
- }
-}
-
-
- The Verifiable Driver's License AAMVA Vocabulary
- +