Skip to content

Introduce plays! and relates! and owns! to query direct connections #68

Open
@kim-tno

Description

@kim-tno

Description

We would like to be able to query directly played/related/owned types, without inheritance.

match $p isa person; $r($t: $p) isa employment; $t plays! employee; get $t;

The exclamation mark raises an error.

Additional information

It would be nice if this were possible and returned only the directly owned/related/played connections and excluded the inherited ones.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions