The type of the data layer template.
A unique identifier for the strategy.
Generates the RDF-based data layer for an aggregate using the template population approach. First, the data schema is retrieved from the schema provider. The retrieved schema is then used to populate the template as well as for aggregate interface generation.
The context for generation, containing the aggregate data as well as the application graph context.
A promise that resolves to a LayerArtifact representing the generated data layer.
Strategy for generating RDF-based data layer using the template approach. This strategy is designed to work with RDF data sources and uses schema provider to retrieve the necessary data schema needed for template population.
Implements