Files to RDF single graph
Transformer, allows the user to convert RDF files (Files Data Unit) to RDF data in single graph.
- Commit size
- Number of triples processed before commiting to database
- Format
- RDF serialization of the input file. Can be determined by file extension.
- Skip file on failure
- When a file cannot be loaded, skip it instead of failing
Characteristics
- ID
- t-filestordfsinglegraph
- Type
- transformer
- Inputs
- Configuration
- Files
- Outputs
- RDF single graph
- Look in pipeline
The Files to RDF single graph component takes the serialized RDF files on the input and deserializes it into RDF data in a single RDF graph. It is equivalent to a Files to RDF followed by a Graph merger.