Skip to content
Snippets Groups Projects
andrea-schema.tql 260 B
define

call sub relation,
    relates caller,
    relates callee;
    
person sub entity,
    plays call:caller,
    plays call:callee,
    owns name,
    owns italian;
    
name sub attribute,
      value string;
italian sub attribute,
      value boolean;