Graph merger

Transformer. There are two types of RDF Data Units in LinkedPipes ETL right now. There is a data unit, that can contain multiple RDF named graphs, which is currently produced only by the Files to RDF, which may transform files containing RDF quads. When the user then wants to work with such data using components that only support triples, Graph merger is needed to do the conversion.

Characteristics

ID
t-graphmerger
Type
transformer
Inputs
RDF multiple graphs
Outputs
RDF single graph
Look in pipeline
Graph merger

The Graph merger component takes input that may contain multiple RDF graphs, merges it and produces a single RDF graph. Currently, this component is only used after the Files to RDF component, which may produce data with multiple RDF graphs.