UNPKG

@tpluscode/sparql-builder

Version:

Simple JS library to build SPARQL queries

6 lines 370 B
import { SparqlAskExecutable, SparqlGraphQueryExecutable, SparqlQueryExecutable, SparqlUpdateExecutable } from './index.js'; export declare const update: SparqlUpdateExecutable; export declare const ask: SparqlAskExecutable; export declare const select: SparqlQueryExecutable; export declare const graph: SparqlGraphQueryExecutable; //# sourceMappingURL=execute.d.ts.map