You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there's a difference in the implementations when @id is included in the frame. In your example, if you remove "id": {},, you should get the output you expect.
In the current draft, the behavior of @id is undefined. However, in a branch being considered to be merged (which you can see here), it is expected to be one or more IRI or BNodes, which are used to match. However, it seems consistent with other matching to interpret {} as a wild-card, so this is likely a bug in both the new spec and my implementation.
In the mean time, try just removing id from the frame.
When I try and frame a document, I'm getting a blank graph returned.
returns
But when I put the same JSON into the JSON-LD Playground, I get the values I expect:
permalink to Playground
The text was updated successfully, but these errors were encountered: