AshR2RML.Reactor.Steps.RenderTurtle (AshR2RML v26.8.22)

Copy Markdown View Source

Reactor step: render the normalized mapping bundle into W3C R2RML Turtle.

Calls AshR2RML.R2RML.render/1 and returns {:ok, turtle_string} on success. Render failures are non-retryable; the compensate callback logs the error and returns :ok to allow the reactor to continue rolling back.

Arguments

  • :bundle%AshR2RML.Mapping.Bundle{} ready for serialization.