@@ -523,18 +523,6 @@ <h2>Terminology</h2>
523
523
< dd >
524
524
The [=graph=] containing all [=claims=] that are not explicitly part of
525
525
a [=named graph=].
526
- </ dd >
527
- < dt > < dfn data-lt ="predicates|derived predicates "> derived predicate</ dfn > </ dt >
528
- < dd >
529
- A verifiable, boolean assertion about the value of another attribute in a
530
- [=verifiable credential=]. These are useful in zero-knowledge-proof-style
531
- [=verifiable presentations=] because they can limit information disclosure.
532
- For example, if a [=verifiable credential=] contains an attribute for
533
- expressing a specific height in centimeters, a derived predicate might reference
534
- the height attribute in the [=verifiable credential=] demonstrating that the
535
- [=issuer=] attests to a height value meeting the minimum height requirement,
536
- without actually disclosing the specific height value. For example, the
537
- [=subject=] is taller than 150 centimeters.
538
526
</ dd >
539
527
< dt > < dfn class ="lint-ignore "> digital signature</ dfn > </ dt >
540
528
< dd >
@@ -640,7 +628,7 @@ <h2>Terminology</h2>
640
628
apply their own rules to determine which claims in which [=credentials=]
641
629
are suitable for use by their systems.
642
630
</ dd >
643
- < dt > < dfn class ="export " data-lt =" vc|vcs " > verifiable credential</ dfn > </ dt >
631
+ < dt > < dfn class ="export "> verifiable credential</ dfn > </ dt >
644
632
< dd >
645
633
A verifiable credential is a tamper-evident credential that has authorship that
646
634
can be cryptographically verified. Verifiable credentials can be used to build
@@ -656,7 +644,7 @@ <h2>Terminology</h2>
656
644
registries, such as ones for UUIDs and public keys, might just act as namespaces
657
645
for identifiers.
658
646
</ dd >
659
- < dt > < dfn class ="export " data-lt =" vp|vps " > verifiable presentation</ dfn > </ dt >
647
+ < dt > < dfn class ="export "> verifiable presentation</ dfn > </ dt >
660
648
< dd >
661
649
A verifiable presentation is a tamper-evident presentation encoded in such a way
662
650
that authorship of the data can be trusted after a process of cryptographic
@@ -918,10 +906,11 @@ <h3>Presentations</h3>
918
906
</ p >
919
907
920
908
< p >
921
- A [=verifiable presentation=] is < dfn > created</ dfn > by a [=holder=], can express
922
- data from multiple [=verifiable credentials=], and can contain arbitrary additional
923
- data encoded as JSON-LD. They are used to present [=claims=] to a [=verifier=].
924
- It is also possible to present [=verifiable credentials=] directly.
909
+ A [=verifiable presentation=] is < dfn class ="lint-ignore "> created</ dfn > by a
910
+ [=holder=], can express data from multiple [=verifiable credentials=], and can
911
+ contain arbitrary additional data encoded as JSON-LD. They are used to present
912
+ [=claims=] to a [=verifier=]. It is also possible to present [=verifiable
913
+ credentials=] directly.
925
914
</ p >
926
915
927
916
< p >
0 commit comments