Union

Transformer, represents a union of RDF data. Useful to make nicer pipelines where multiple edges would have to be duplicated otherwise.

Characteristics

ID
t-singlegraphunion
Type
transformer
Inputs
RDF single graph
Outputs
RDF single graph
Look in pipeline
Union

The Union component merges the input RDF data and passes it on. Useful when outputs of multiple components should again be used by multiple components, where instead of m*n edges we get m+n edges.