Officially out now: The TypeDB 3.0 Roadmap >>

attribute statement

The statement attribute <LABEL> is used to identify the <LABEL> as a type of kind attribute.

Defining attributes

The attribute keyword can be used to define a type of kind attribute.

define attribute name;

Matching attributes

The attribute keyword can be used to match all types of kind attribute.

match attribute $a;