AshR2RML.Mapping.Datatype (AshR2RML v26.8.22)

Copy Markdown View Source

Loss-aware correspondence between Ash, relational storage, and RDF datatypes.

Summary

Types

t()

@type t() :: %AshR2RML.Mapping.Datatype{
  ash_type: term(),
  lexical_encoder: term() | nil,
  rdf_datatype: String.t(),
  storage_type: term() | nil
}