AshR2RML.Mapping.ObjectMap (AshR2RML v26.8.22)

Copy Markdown View Source

Scalar RDF object manufacture for one predicate-object mapping.

Summary

Types

strategy()

@type strategy() :: :column | :template | :constant

t()

@type t() :: %AshR2RML.Mapping.ObjectMap{
  datatype: AshR2RML.Mapping.Datatype.t() | nil,
  graph_maps: [AshR2RML.Mapping.GraphMap.t()],
  language: String.t() | nil,
  strategy: strategy(),
  term_type: term_type(),
  value: String.t()
}

term_type()

@type term_type() :: :literal | :iri | :blank_node