-
## Problem to Solve
Changing the label of a type using Graql used to be possible using the following confusing syntax:
```
EntityType type = tx.getEntityType("a-new-type");
Label newLabel = Labe…
-
## Description
Java's `ParsePattern` is throwing unexpected syntax errors for basic conjunctions. This is if the conjunction is given without surrounding `{}`. With the enclosing braces the conjunc…
-
Add a mapping to https://docs.vaticle.com/docs/schema/overview#typedb-data-model
this originally came up on slack as there is interest in mapping two *data models*, typedb-bio and biolink (expresse…
-
## Description
There is no error when defining a relation playing a single role in itself. But rendering will fail.
## Environment
1. TypeDB version: TypeDB 2.13.0
2. OS of TypeDB server: Wi…
-
## Description
There are 15 files with queries. 14 of them have highlighting. This one doesn't.
## Environment
1. TypeDB version: It says 2.14.3, but I believe it is experimental from[ here ]…
-
## Problem to Solve
We can easily implement an extension to TypeQL - a union/disjunction of types, as an alternative to a single type label. This would make a single TypeQL query expressive without…
-
## Problem to Solve
Currently, it is not possible to send multiple queries to TypeDB at once. When passing to tx.query(), each query needs to be passed separately. Example:
It is not possible to d…
-
1. OS Windows 10
2. TypeDB 2.8.0
I'm trying to build a knowledge graph.
Τhe entities, relationships and attributes are defined as I need them.
I'm trying to build a chatbot for a Greek civil se…
-
## Problem to Solve
The terms 'thing' and 'type' can be removed from the public interface of TypeDB and TypeQL.
## Proposed Solution
The public APIs of TypeQL and TypeDB currently include th…
-
## Description
The `put_rule()` method takes three arguments: the rule's label, condition, and conclusion.
All three are strings.
For some reason, the condition must be enveloped in curly bracket…