Grabl

Results 23 issues of Grabl

_This issue was originally posted by @haikalpribadi on 2018-02-07 17:46_. Rules used to be part of the type system, so we could do `match $x sub rule`. But this is...

type: feature

_This issue was originally posted by @haikalpribadi on 2016-12-01 16:23_. ``` person sub entity, has first-name [1,1], has middle-name [0, *], has address [1,*]; shopping-transaction sub relationship, relates buyer [1,1],...

type: feature
priority: high

_This issue was originally posted by @haikalpribadi on 2018-03-27 14:45_. For example: general-data-link sub relationship, relates linked-data, special-data-link sub general-data-link,   relates special-linked-data as linked-data, # overrides super role   relates some-reference,...

_This issue was originally posted by @haikalpribadi on 2017-01-18 16:31_. The ability to perform the following basic functions in graql: 1. Addition 2. Subtraction 3. Multiplication etc. . .

_This issue was originally posted by @haikalpribadi on 2018-04-12 13:47_. Improve analytics syntax, pass a match query as subgraph. e.g. degree: ``` match $x isa person; $y isa movie; ($x,...

_This issue was originally posted by @haikalpribadi on 2016-10-12 11:03_. ## Problem to Solve An example of a simple query involving a single relation: ``` match (director: $jc, $m); $jc...

_This issue was originally posted by Harry Blakiston Huoston on 2018-08-26 09:06_. This is a question at first but may turn into a feature request. Does grakn support any non-strict...

_This issue was originally posted by @jmsfltchr on 2018-08-31 12:51_. Encountered an unintuitive error message when loading a gql file. ``` define name sub attribute datatype string; ``` Given the...

_This issue was originally posted by @haikalpribadi on 2018-04-05 14:23_.

_This issue was originally posted by @haikalpribadi on 2017-04-24 13:31_. ``` match $a isa cancer; ($a, $b); $b isa mirna; ($b, $c); ($c, $d); $d isa gene; ($d, $e); $d...