Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional @context

@context: Context

A JSON-LD Context for the query. In an API, this will frequently be implicit. For example, using json-rql as the body of a POST to http://example.com/my-api/v1/person/query might have the implicit context of a Person (possibly found at http://example.com/my-api/v1/person).

see

examples

@delete

@delete: Subject | Subject[]

Subjects with properties to be deleted from the domain.

@insert

@insert: Subject | Subject[]

Subjects with properties to be inserted into the domain.

Optional @values

Specifies a Variable Expression or array of Variable Expressions that define [inline allowable value combinations]. This is a short-hand for including values in Groups in the @where clause.

see

SPARQL inline-data

see

examples

Optional @where

@where: Pattern[] | Pattern

specifies a pattern to match, or an array of patterns to match. Each can be a Subject, a Group, or another Query (a sub-query).

see

examples

Legend

  • Property

Generated using TypeDoc. Delivered by Vercel. json-rql - v0.6.2 Source code licensed MIT. Privacy policy