AshR2RML.SemanticType.Diff (AshR2RML v26.8.22)

Copy Markdown View Source

Observed-vs-admitted semantic type drift without implicit repair.

Summary

Types

status()

@type status() ::
  :ALIGNED | :ONTOLOGY_AHEAD | :ASH_AHEAD | :AMBIGUOUS | :LOSSY | :REFUSED

t()

@type t() :: %AshR2RML.SemanticType.Diff{
  changes: [map()],
  expected_id: String.t() | nil,
  observed_id: String.t() | nil,
  status: status()
}