typedb / typeql

TypeQL: the power of programming, in your database
https://typedb.com
Mozilla Public License 2.0
221 stars 46 forks source link

Graql: Move SUB behaviour from SchemaConcept to Type #46

Closed grabl closed 1 year ago

grabl commented 6 years ago

This issue was originally posted by @haikalpribadi on 2018-01-05 17:22.

Roles will subclass each other using the new as syntax, and rules will not be subclassable to begin with. The problem that we need to sort out before implementing this is: how do we query for roles and rules in match queries? Thus, we need to design the new syntax for it. After this, we should consider removing the meta role and rule.

flyingsilverfin commented 1 year ago

All the issues outlined here have been resolved in 2.x's rearchitecture of Types and Concepts