Officially out now: The TypeDB 3.0 Roadmap >>

entity statement

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

Defining entities

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

define entity user;

Matching entities

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

match entity $e;