@@ -278,7 +278,7 @@ <h3>What is a Verifiable Credential?</h3>
278
278
provided throughout this document.
279
279
</ p >
280
280
281
- < p >
281
+ < p >
282
282
The word "verifiable" in the terms
283
283
< a > verifiable credential</ a > and < a > verifiable presentation</ a >
284
284
refers to the characteristic of a < a > credential</ a > or < a > presentation</ a >
@@ -288,7 +288,7 @@ <h3>What is a Verifiable Credential?</h3>
288
288
the issuer can include values in the < a > evidence</ a > property to help the verifier
289
289
apply their business logic to determine whether the claims have sufficient
290
290
veracity for their needs.
291
- </ p >
291
+ </ p >
292
292
</ section >
293
293
294
294
< section class ="informative ">
@@ -352,11 +352,11 @@ <h3>Ecosystem Overview</h3>
352
352
353
353
< figure id ="roles ">
354
354
< img style ="margin: auto; display: block; width: 75%; "
355
- src ="diagrams/ecosystem.svg " alt ="diagram showing how
356
- credentials flow from issuer to holder and
357
- presentations flow from holder to verifier where all
358
- three parties can use information from a logical
359
- verifiable data registry ">
355
+ src ="diagrams/ecosystem.svg " alt ="diagram showing how
356
+ credentials flow from issuer to holder and
357
+ presentations flow from holder to verifier where all
358
+ three parties can use information from a logical
359
+ verifiable data registry ">
360
360
< figcaption style ="text-align: center; ">
361
361
The roles and information flows forming the basis for this specification.
362
362
</ figcaption >
@@ -704,9 +704,9 @@ <h3>Credentials</h3>
704
704
705
705
< figure id ="basic-vc ">
706
706
< img style ="margin: auto; display: block; width: 50%; "
707
- src ="diagrams/credential.svg " alt ="a Verifible
708
- Credential contains Credential Metadata, Claim(s), and
709
- Proof(s) ">
707
+ src ="diagrams/credential.svg " alt ="a Verifible
708
+ Credential contains Credential Metadata, Claim(s), and
709
+ Proof(s) ">
710
710
< figcaption style ="text-align: center; ">
711
711
Basic components of a verifiable credential.
712
712
</ figcaption >
@@ -739,18 +739,18 @@ <h3>Credentials</h3>
739
739
740
740
< figure id ="info-graph-vc ">
741
741
< img style ="margin: auto; display: block; width: 100%; "
742
- src ="diagrams/credential-graph.svg " alt ="diagram with a
743
- Credential Graph on top connected via a proof to a
744
- Proof Graph on the bottom. The Credental Graph has
745
- Credential 123 with 4 properties: 'type' of value
746
- AlumniCredential, 'issuer' of Example University,
747
- 'issuanceDate' of 2010-01-01T19:23:24Z, and
748
- credentialSubject of Pat, who has an alumniOf property
749
- with value of Example University. The Proof Graph has
750
- Signature 456 with 5 properties: 'type' of
751
- RsaSignature2018, 'verificationMethod' of Example University
752
- Public Key 7, 'created' of 2017-06-18T21:19:10Z, and 'jws'
753
- of 'BavEll0...3JT24=' ">
742
+ src ="diagrams/credential-graph.svg " alt ="diagram with a
743
+ Credential Graph on top connected via a proof to a
744
+ Proof Graph on the bottom. The Credental Graph has
745
+ Credential 123 with 4 properties: 'type' of value
746
+ AlumniCredential, 'issuer' of Example University,
747
+ 'issuanceDate' of 2010-01-01T19:23:24Z, and
748
+ credentialSubject of Pat, who has an alumniOf property
749
+ with value of Example University. The Proof Graph has
750
+ Signature 456 with 5 properties: 'type' of
751
+ RsaSignature2018, 'verificationMethod' of Example University
752
+ Public Key 7, 'created' of 2017-06-18T21:19:10Z, and 'jws'
753
+ of 'BavEll0...3JT24=' ">
754
754
< figcaption style ="text-align: center; ">
755
755
Information graphs associated with a basic verifiable credential.
756
756
</ figcaption >
@@ -834,17 +834,17 @@ <h3>Presentations</h3>
834
834
< figure id ="info-graph-vp ">
835
835
< img style ="margin: auto; display: block; width: 75%; "
836
836
src ="diagrams/presentation-graph.svg " alt ="diagram with
837
- a Presentation Graph on top connected via a proof to a
838
- Presentation Proof Graph on the bottom. The
839
- Presentation Graph has Presentation ABC with 3
840
- properties: 'type' of value VerifiablePresentation,
841
- 'termsOfUse' of value Do Not Archive, and
842
- 'verifiableCredential' whose value is Figure 6. The
843
- Presentation Proof Graph has Signature 8910 with 5
844
- properties: 'type' of RsaSignature2018, 'verificationMethod'
845
- of Example Presenter Public Key 11, 'created' of
846
- 2018-01-15T12:43:56Z, 'challenge' of d28348djsj3239, and
847
- 'jws' of 'p2KaZ...8Fj3K=' ">
837
+ a Presentation Graph on top connected via a proof to a
838
+ Presentation Proof Graph on the bottom. The
839
+ Presentation Graph has Presentation ABC with 3
840
+ properties: 'type' of value VerifiablePresentation,
841
+ 'termsOfUse' of value Do Not Archive, and
842
+ 'verifiableCredential' whose value is Figure 6. The
843
+ Presentation Proof Graph has Signature 8910 with 5
844
+ properties: 'type' of RsaSignature2018, 'verificationMethod'
845
+ of Example Presenter Public Key 11, 'created' of
846
+ 2018-01-15T12:43:56Z, 'challenge' of d28348djsj3239, and
847
+ 'jws' of 'p2KaZ...8Fj3K=' ">
848
848
< figcaption style ="text-align: center; ">
849
849
Information graphs associated with a basic verifiable presentation.
850
850
</ figcaption >
0 commit comments