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
With the implementation of node identifiers (#65) nodes consisting only of the id keyword can be constructed programmatically. This should also be possible within a template using the view helpers.
A NodeIdentifierViewHelper is available.
A BlankNodeIdentifierViewHelper is available.
The view helpers can be assigned to every property in a type view helper.
In the rendered JSON-LD the node of the property consists only of the id keyword.
The usage is described in the documentation
The text was updated successfully, but these errors were encountered:
With the implementation of node identifiers (#65) nodes consisting only of the id keyword can be constructed programmatically. This should also be possible within a template using the view helpers.
The text was updated successfully, but these errors were encountered: