Skip to content

Commit 2cf9040

Browse files
committed
Add note about processing enveloped content as RDF.
1 parent 02e4a15 commit 2cf9040

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

index.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,12 +2428,13 @@ <h4>Enveloped Verifiable Credentials</h4>
24282428
</dd>
24292429
</dl>
24302430

2431-
<p>
2431+
<p>
24322432
The example below shows a [=verifiable presentation=] that contains an
24332433
enveloped [=verifiable credential=]:
2434-
</p>
2434+
</p>
24352435

2436-
<pre class="example nohighlight" title="Basic structure of a presentation">
2436+
<pre class="example nohighlight"
2437+
title="Basic structure of a presentation">
24372438
{
24382439
"@context": [
24392440
"https://www.w3.org/ns/credentials/v2",
@@ -2446,7 +2447,15 @@ <h4>Enveloped Verifiable Credentials</h4>
24462447
"type": "EnvelopedVerifiableCredential"
24472448
}]</span>
24482449
}
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>
24502459

24512460
</section>
24522461

0 commit comments

Comments
 (0)