Open
Description
In the playground implementation, using a keyword-like value as @id
causes the node id to explicitly expand to null
. I see why it happens since it is the result of the IRI expansion. However this causes the expanded document to be an invalid JSON-LD document, since putting null
for @id
is forbidden.
Here is an example where the expanded output is an invalid input.
Metadata
Metadata
Assignees
Type
Projects
Status
Future Work