Skip to main content
Module

x/ldkit/rdf.ts>RDF.QueryOperationOrder

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
interface RDF.QueryOperationOrder
import { type RDF } from "https://deno.land/x/ldkit@v0.5.1/rdf.ts";
const { QueryOperationOrder } = RDF;

QueryOperationOrder represents an ordering of the results of a given query operation.

These objects can represent orderings of both quad and bindings streams, respectively identified by quad term names and variables.

Properties

terms: { term: T; direction: "asc" | "desc"; }[]