- From: W3C Community Development Team <team-community-process@w3.org>
 - Date: Thu, 18 Feb 2021 22:39:28 +0000
 - To: public-json-ld@w3.org
 
The JSON for Linking Data Community Group has released the first draft of JSON-LD-star. This describes a mechanism for extending JSON-LD to support RDF-star graphs including extensions to the Expansion, Compaction, Flatting, From RDF, and To RDF algorithms.
JSON-LD-star allows both annotations and embedded nodes to represent statements about links in a linked data graph, similar to the way that Labeled-Property Graphs can have attributes on links.
For example:
{
 "@context": {
 "@base": "http://example.org/",
 "@vocab": "http://example.org/"
 },
 "@id": "bob",
 "age": {
 "@value": 42,
 "@annotation": {
 "certainty": 0.8
 }
 }
}
Annotates the link "bob age 42" with "certainty 0.8".
The group invites comments on GitHub issues.
----------
This post sent on Linked JSON Community Group
'Draft JSON-LD-star specification'
https://www.w3.org/community/json-ld/2021/02/18/draft-json-ld-star-specification/
Learn more about the Linked JSON Community Group: 
https://www.w3.org/community/json-ld
Received on Thursday, 18 February 2021 22:39:30 UTC