Re: Chartering work has started for a Linked Data Signature Working Group @W3C

But JCS doesn't work for signing JSON-LD, as it is too discriminative.   For 
example, the two JSON-LD strings

{
   "@context": {
     "name":"http://schema.org/name"
   },
   "name": "Manu Sporny",
   "status": "trollin'"
}

and

{
   "@context": {
     "name":"http://schema.org/name"
   },
   "name": "Manu Sporny"
}

represent the same linked data, but have different JCS forms.

peter

Received on Thursday, 6 May 2021 13:40:52 UTC