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 another RDF serialisation. Following RDF serializations are supported:
RDF/XML, Turtle (Terse RDF Triple Language), N-Triples, N-Quads, JSON-LD (JSON for Linked Data), RDFa (RDF in attributes).
graph LR
L[RDF] --> H[RDF adapter]
H --> S[RDF]
subgraph LD Pipeline
H
end