Named-graph placement for a subject or predicate-object mapping.
@type strategy() :: :constant | :template | :column
@type t() :: %AshR2RML.Mapping.GraphMap{strategy: strategy(), value: String.t()}