Officially out now: The TypeDB 3.0 Roadmap >>

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";