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
Expanding a node which contains a @graph key just returns an array containing the expanded contents of the graph. Other top-level keys, such as any @id, are dropped.
For example, both of these expanded nodes should contain an :id of "http://example.com/myGraph":
Expanding a node which contains a
@graph
key just returns an array containing the expanded contents of the graph. Other top-level keys, such as any@id
, are dropped.For example, both of these expanded nodes should contain an
:id
of"http://example.com/myGraph"
:Here is the example run through json-ld playground:
(json-ld playground link)
The text was updated successfully, but these errors were encountered: