Skip to content

Commit

Permalink
Remove alternative data model expression section.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Oct 26, 2023
1 parent 5cc9675 commit cda3c57
Showing 1 changed file with 1 addition and 63 deletions.
64 changes: 1 addition & 63 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,68 +196,6 @@ <h3>Example</h3>
</section>
</section>

<section class="informative">
<h3>Alternative Data Model Expression</h3>

<p>
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.
</p>

<pre class="example" title="A ISO18013-5 mDL expressed as a W3C Verifiable Credential featuring an Ed25519 Digital Signature">
{
"@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"
}
}
</pre>

</section>
</section>

<section class="informative">
Expand Down Expand Up @@ -494,7 +432,7 @@ <h2>The Verifiable Driver's License AAMVA Vocabulary</h2>
</p>

<p>

</p>

<table class="simple">
Expand Down

0 comments on commit cda3c57

Please sign in to comment.