Skip to content

Commit 60c1d65

Browse files
committed
Remove mention of blank node identifier from VC Graph definition.
1 parent 1a077ff commit 60c1d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,9 +2261,9 @@ <h4>Verifiable Credential Graphs</h4>
22612261
credential</a> with data from another, such as when the `credentialSubject.id`
22622262
is the same in both <a>verifiable credentials</a>, but the object might contain
22632263
objects of the "Jane Doe" form described in the previous paragraph. It is
2264-
important to not merge objects that use document-relative identifiers, such as
2265-
blank node identifiers, and to only perform merges when global identifiers, such
2266-
as URLs, are used.
2264+
important to not merge objects that seem to have similar properties but do not
2265+
contain an `id` property that uses a global identifier, such
2266+
as a URL.
22672267
</p>
22682268
</section>
22692269

0 commit comments

Comments
 (0)