Skip to content

Commit

Permalink
Add more precision to RDFC transformation step.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jul 30, 2024
1 parent a4efc44 commit cf8f9d1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -737,11 +737,12 @@ <h4>Transformation (ecdsa-rdfc-2019)</h4>
<a data-cite="VC-DATA-INTEGRITY#PROOF_TRANSFORMATION_ERROR">PROOF_TRANSFORMATION_ERROR</a>.
</li>
<li>
Let |canonicalDocument| be the result of converting |unsecuredDocument|
<a data-cite="JSON-LD11-API#deserialize-json-ld-to-rdf-algorithm">
to RDF statements</a>, applying the Universal RDF Dataset Canonicalization
Algorithm [[RDF-CANON]] to the result, and then serializing the result to
[[N-QUADS]].
Let |canonicalDocument| be the result of converting |unsecuredDocument| to
<a data-cite="JSON-LD11-API#expansion-algorithm">JSON-LD expanded form</a>
and then <a data-cite="JSON-LD11-API#deserialize-json-ld-to-rdf-algorithm">
to RDF statements</a>, applying the <a data-cite="RDF-CANON#canon-algorithm">
Universal RDF Dataset Canonicalization Algorithm</a>, and then serializing the
result to [[N-QUADS]].
</li>
<li>
Return |canonicalDocument| as the <em>transformed data document</em>.
Expand Down

0 comments on commit cf8f9d1

Please sign in to comment.