AshR2RML.Mapping.SubjectMap (AshR2RML v26.8.22)

Copy Markdown View Source

Semantic RDF subject manufacture, independent of database identity.

Summary

Types

strategy()

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

t()

@type t() :: %AshR2RML.Mapping.SubjectMap{
  graph_maps: [AshR2RML.Mapping.GraphMap.t()],
  strategy: strategy(),
  term_type: term_type(),
  value: String.t()
}

term_type()

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