AshR2RML.Mapping.ReferenceObjectMap (AshR2RML v26.8.22)

Copy Markdown View Source

RDF object-property mapping to a parent triples map through explicit joins.

Summary

Types

t()

@type t() :: %AshR2RML.Mapping.ReferenceObjectMap{
  graph_maps: [AshR2RML.Mapping.GraphMap.t()],
  inverse_predicate: String.t() | nil,
  joins: [AshR2RML.Mapping.JoinCondition.t()],
  metadata: map(),
  parent_resource: module() | String.t(),
  predicate_iri: String.t(),
  relationship: atom() | nil
}