A named memory destination with an address and extraction ontology.
@type t() :: %Gralkor.Destination{ address: String.t(), name: String.t(), ontology: module() }
@spec graph_id(t(), String.t()) :: String.t()