RDF Adapter

LDIO Component Name: Ldio:RdfAdapter see reference guide
Apache Nifi Component Name: RDF serialisation Processor see reference guide

As the most basic Adapter of the LDI Core Building Blocks, the RDF Adapter will take in an RDF string and convert it into an internal Linked Data model.

Notes

This Adapter only supports valid RDF mime types


An LDIO wrapper component for the LDI RDF Adapter building block

graph LR
    L[...] --> H[RDF writer]
    H --> S[correct RDF]

    subgraph LD Pipeline
    H
    end