Closed brotkrueml closed 2 years ago
Okay, have to read my documentation. This is possible by now with node identifiers:
<schema:type.blogPosting
name="42"
author="{schema:nodeIdentifier(id: 'https://example.org/#arthur-dent')}"
/>
<schema:type.person
-id="https://example.org/#arthur-dent"
givenName="Arthur"
familyName="Dent"
/>
As an integrator I want the possibility to reference types in Fluid templates.
Example in JSON-LD
Example in Fluid
This does not work currently:
Error:
Acceptance criteria
value
inPropertyViewHelper
is not required anymore if anid
is given.