Skip to main content
Module

x/ldkit/rdf.ts>RDF.QueryStringContext

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

Context properties in the case the passed query is a string.

Properties

optional
queryFormat: QueryFormat

The format in which the query string is defined. Defaults to { language: 'sparql', version: '1.1' }

optional
baseIRI: string

The baseIRI for parsing the query.