Skip to content

Commit

Permalink
Add informative text on linkage via node ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wind4Greg committed Jan 3, 2024
1 parent ed835c7 commit 8722110
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,23 @@ <h4>Linkage via VC Processing</h4>
simple.
</p>
</section>
<section>
<h4>Linkage via JSON-LD Node Identifiers</h4>
<p>
JSON-LD is a JSON-based format to serialize Linked Data. As such it supports
assigning each object (node in JSON-LD terminology) within a document a globally
unambiguous `@id` attribute (node identifier). This allows for <q>the linking of
linked data</q>, enabling information about the same entity to be correlated.
This correlation can be desirable or undesirable, depending on the use case.
When using BBS for its unlinkability property, globally unambiguous node
identifiers cannot be used for individuals or for their personally identifiable
information since the strong linkage they provide is undesirable. Note that the
usage of such identifiers is acceptable to express statements about non-personal
information (e.g., using a globally unambiguous identifier to identify a large
country or a concert event). Also, JSON-LD's use of `@context` which maps terms
to IRIs does not, in general, affect unlinkability.
</p>
</section>
<section>
<h4>Linkage via Proof Options and Mandatory Reveal</h4>
<p>
Expand Down

0 comments on commit 8722110

Please sign in to comment.