Concepts overview
|
This documentation is not current - it is for TypeDB 2.x, which is no longer supported. View the documentation for TypeDB 3.x: |
TypeQL can be used for polymorphic queries with patterns containing
concept variables and
value variables.
A concept variable can represent any type or data instance in a database.
To limit the set of possible concepts represented by a concept variable,
add constraints with TypeQL keywords, like sub, isa, has, etc.