- From: Peter F. Patel-Schneider <pfpschneider@gmail.com>
- Date: Thu, 6 May 2021 09:39:30 -0400
- To: semantic-web@w3.org
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