Skip to content

Type Alias: SparqlQueryForm

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sparql / SparqlQueryForm

Type Alias: SparqlQueryForm

SparqlQueryForm = "select" | "ask" | "construct" | "describe"

Defined in: src/types/sparql.ts:280

The form of a translated SPARQL query.

Example

const form: SparqlQueryForm = 'select';