RDF Adapter

LDIO Component Name: Ldio:RdfAdapter see reference guide
Apache Nifi Component Name: there is no Apache Nifi variant created within the frame of VSDS

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


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

    subgraph LD Pipeline
    H
    end