An attribute instance: an owned value with an identity.
Summary
Types
@type t() :: %TypeDB.Concept.Attribute{ iid: String.t(), type: TypeDB.Concept.AttributeType.t() | nil, value: term(), value_type: String.t() }
An attribute instance: an owned value with an identity.
@type t() :: %TypeDB.Concept.Attribute{ iid: String.t(), type: TypeDB.Concept.AttributeType.t() | nil, value: term(), value_type: String.t() }