Header menu logo Nao

GraphQuery Type

Query for traversing the knowledge graph

Union cases

Union case Description

ByEntity entity

Full Usage: ByEntity entity

Parameters:
    entity : string

Find all relations where entity is subject or object

entity : string

ByPredicate predicate

Full Usage: ByPredicate predicate

Parameters:
    predicate : string

Find all relations with a given predicate

predicate : string

ByProperties filters

Full Usage: ByProperties filters

Parameters:
    filters : (string * string) list

Find entities matching property filters

filters : (string * string) list

Neighborhood(entity, hops)

Full Usage: Neighborhood(entity, hops)

Parameters:
    entity : string
    hops : int

Find related entities within N hops

entity : string
hops : int

Path(from', to', maxHops)

Full Usage: Path(from', to', maxHops)

Parameters:
    from' : string
    to' : string
    maxHops : int

Find paths between two entities (max hops)

from' : string
to' : string
maxHops : int

Instance members

Instance member Description

this.IsByEntity

Full Usage: this.IsByEntity

Returns: bool
Returns: bool

this.IsByPredicate

Full Usage: this.IsByPredicate

Returns: bool
Returns: bool

this.IsByProperties

Full Usage: this.IsByProperties

Returns: bool
Returns: bool

this.IsNeighborhood

Full Usage: this.IsNeighborhood

Returns: bool
Returns: bool

this.IsPath

Full Usage: this.IsPath

Returns: bool
Returns: bool

Type something to start searching.