Files to RDF chunked
Transformer, allows the user to convert RDF files (Files Data Unit) to RDF data in chunks, to be processed in smaller pieces.
- Format
- RDF serialization of the input file. Can be determined by file extension.
- Files per chunk
- Determines, how many input files should be stored in one output chunk
Characteristics
- ID
- t-filestordfchunked
- Type
- transformer
- Inputs
- Files
- Outputs
- RDF chunked
- Look in pipeline
The Files to RDF chunked component takes the serialized RDF files on the input and deserializes it into RDF data chunks. It is especially useful if bigger data needs to be processed, e.g. by SPARQL Construct chunked queries, and this can be done piece by piece, when the pieces are independent of each other.