Skip to content

Type Alias: RdfFormatDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / RdfFormatDto

Type Alias: RdfFormatDto

RdfFormatDto = "turtle" | "n_triples" | "rdf_xml" | "json_ld" | "trig" | "nquads"

Defined in: src/types/ingestion.ts:304

RDF format for ingestion and translation.

Remarks

Wire format is the snake_case string itself (e.g. "n_triples"), not a tagged object. trig and nquads are only accepted by the RDF endpoints that parse quad-based formats.