Semantic RDF subject manufacture, independent of database identity.
Summary
Types
@type strategy() :: :template | :column | :constant | :blank_node
@type t() :: %AshR2RML.Mapping.SubjectMap{ graph_maps: [AshR2RML.Mapping.GraphMap.t()], strategy: strategy(), term_type: term_type(), value: String.t() }
@type term_type() :: :iri | :blank_node