File tree 1 file changed +13
-4
lines changed 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -2428,12 +2428,13 @@ <h4>Enveloped Verifiable Credentials</h4>
2428
2428
</ dd >
2429
2429
</ dl >
2430
2430
2431
- < p >
2431
+ < p >
2432
2432
The example below shows a [=verifiable presentation=] that contains an
2433
2433
enveloped [=verifiable credential=]:
2434
- </ p >
2434
+ </ p >
2435
2435
2436
- < pre class ="example nohighlight " title ="Basic structure of a presentation ">
2436
+ < pre class ="example nohighlight "
2437
+ title ="Basic structure of a presentation ">
2437
2438
{
2438
2439
"@context": [
2439
2440
"https://www.w3.org/ns/credentials/v2",
@@ -2446,7 +2447,15 @@ <h4>Enveloped Verifiable Credentials</h4>
2446
2447
"type": "EnvelopedVerifiableCredential"
2447
2448
}]</ span >
2448
2449
}
2449
- </ pre >
2450
+ </ pre >
2451
+
2452
+ < p class ="note " title ="Processing enveloped content as RDF ">
2453
+ It is possible that an implementer might want to process the object described in
2454
+ this section, and the enveloped presentation expressed by the `id` value, in an
2455
+ RDF environment and create linkages between the objects that are relevant to
2456
+ RDF. The desire and mechanisms for doing so are use case dependent and will,
2457
+ thus, be implementation dependent.
2458
+ </ p >
2450
2459
2451
2460
</ section >
2452
2461
You can’t perform that action at this time.
0 commit comments