- From: Peter F. Patel-Schneider <pfpschneider@gmail.com>
- Date: Mon, 24 May 2021 13:23:07 -0400
- To: semantic-web@w3.org
Yes, that looks as if that is related to Linked Data Proofs 1.0. But where are the commands to sign a document that serializes an RDF dataset according to https://w3c-ccg.github.io/ld-proofs/#proof-algorithm and verify signed documents that are the result of this signing according to https://w3c-ccg.github.io/ld-proofs/#proof-verification-algorithm? The former takes a document, a private key, and some options and the latter takes a signed document. peter On 5/24/21 12:44 PM, Markus Sabadello wrote: > Hello Peter, > > You mentioned you were looking for code, and you listed the > verifiable-credentials-java library as one example. > > You may also want to look at this one: > https://github.com/weboftrustinfo/ld-signatures-java > > This I think is quite close to the Example 6 you referred to. > > It uses the following Java implementation of RDF dataset normalization: > https://github.com/setl/rdf-urdna/ > > Markus
Received on Monday, 24 May 2021 17:28:54 UTC