Scalar RDF object manufacture for one predicate-object mapping.
Summary
Types
@type strategy() :: :column | :template | :constant
@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() }
@type term_type() :: :literal | :iri | :blank_node