| Class | Description |
|---|---|
| Binary |
Implementation for binary atoms with single id predicate for an ontology concept.
|
| RelationAtom |
Atom implementation defining a relation atom corresponding to a combined
RelationProperty
and (optional) IsaProperty. |
| ResourceAtom |
Atom implementation defining a resource atom corresponding to a
HasResourceProperty. |
| TypeAtom |
Atom implementation defining type atoms of the general form:
{isa|sub|plays|relates|has|has-scope}($varName, $predicateVariable)
Type atoms correspond to the following respective graql properties:
IsaProperty,
SubProperty,
PlaysProperty
RelatesProperty
HasResourceTypeProperty
HasScopeProperty |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.