-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
All identifiable nodes are flattened as top-level objects, eliminating the need for constructs like @id in JSON-LD. A node is identified by its top-level property name and referenced using an ID that expands to the same URI as the property name, if present.
{
// JSON-LD would use graph here to wrap an array of nodes
"http:// ..... /id#1": {
},
"http:// ..... /id#2": {
}
// vs
"@graph": [
{
"@id": "http:// ..... /id#1"
},
{
"@id": "http:// ..... /id#2"
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels