diff --git a/index.html b/index.html index 9bc6bb94d..30ce4616b 100644 --- a/index.html +++ b/index.html @@ -2484,12 +2484,13 @@

Enveloped Verifiable Credentials

-

+

The example below shows a [=verifiable presentation=] that contains an enveloped [=verifiable credential=]: -

+

-
+          
 {
   "@context": [
     "https://www.w3.org/ns/credentials/v2",
@@ -2502,7 +2503,15 @@ 

Enveloped Verifiable Credentials

"type": "EnvelopedVerifiableCredential" }] } -
+
+ +

+It is possible that an implementer might want to process the object described in +this section, and the enveloped presentation expressed by the `id` value, in an +RDF environment and create linkages between the objects that are relevant to +RDF. The desire and mechanisms for doing so are use case dependent and will, +thus, be implementation dependent. +