• Preparing search index...
  • The search index is not available
Graviola CRUD
  • Graviola CRUD
  • sparql-schema/src
  • applyNotOperator

Function applyNotOperator

  • applyNotOperator(value: any, context: FilterContext): FilterResult

    not: Use FILTER with != { age: { not: 25 } } => ?person :age ?age . FILTER(?age != 25) { knows: { not: { '@id': 'http://example.com/blocked' } } } => ?person :knows ?knows . FILTER(?knows != http://example.com/blocked)

    Parameters

    • value: any
    • context: FilterContext

    Returns FilterResult

    • Defined in packages/sparql-schema/src/filters/operators/comparison.ts:62

Settings

Member Visibility
Graviola CRUD
  • Loading...

Generated using TypeDoc