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
).
Specifies a filter or an array of filters, each of the form { <operator> : [<expression>...] }
. Note that filters can also be specified in-line
inside a Subject.
Specifies a Subject or an array of Subjects to match.
Specifies a Group that may or may not match.
Specifies an array of alternative patterns (Subject, Group or Query) to match.
Specifies a Variable Expression or array of Variable Expressions that define [inline allowable value combinations] for this Group.
Generated using TypeDoc. Delivered by Vercel. json-rql - v0.6.2 Source code licensed MIT. Privacy policy
Used to express a group of patterns to match.