TypeDB 3.0 is live! Get started for free.

String

A UTF-8 character string type.

Defining a string valued attribute

define
  attribute name value string;

Inserting a string valued attribute

insert
  $_ isa name "John";