Skip to content

Commit d41c9af

Browse files
committed
Add note about processing enveloped content as RDF.
1 parent 764ef2c commit d41c9af

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

index.html

+13-4
Original file line numberDiff line numberDiff line change
@@ -2484,12 +2484,13 @@ <h4>Enveloped Verifiable Credentials</h4>
24842484
</dd>
24852485
</dl>
24862486

2487-
<p>
2487+
<p>
24882488
The example below shows a [=verifiable presentation=] that contains an
24892489
enveloped [=verifiable credential=]:
2490-
</p>
2490+
</p>
24912491

2492-
<pre class="example nohighlight" title="Basic structure of a presentation">
2492+
<pre class="example nohighlight"
2493+
title="Basic structure of a presentation">
24932494
{
24942495
"@context": [
24952496
"https://www.w3.org/ns/credentials/v2",
@@ -2502,7 +2503,15 @@ <h4>Enveloped Verifiable Credentials</h4>
25022503
"type": "EnvelopedVerifiableCredential"
25032504
}]</span>
25042505
}
2505-
</pre>
2506+
</pre>
2507+
2508+
<p class="note" title="Processing enveloped content as RDF">
2509+
It is possible that an implementer might want to process the object described in
2510+
this section, and the enveloped presentation expressed by the `id` value, in an
2511+
RDF environment and create linkages between the objects that are relevant to
2512+
RDF. The desire and mechanisms for doing so are use case dependent and will,
2513+
thus, be implementation dependent.
2514+
</p>
25062515

25072516
</section>
25082517

0 commit comments

Comments
 (0)