import * as ldkit from "https://deno.land/x/ldkit/sparql.ts";
SPARQL builders that provide a fluent interface for building SPARQL queries
Variables
v ASK | SPARQL ASK query fluent interface |
SPARQL CONSTRUCT query fluent interface | |
SPARQL DELETE query fluent interface | |
SPARQL DESCRIBE query fluent interface | |
SPARQL INSERT query fluent interface | |
SPARQL OPTIONAL expression fluent interface | |
SPARQL SELECT query fluent interface | |
A template tag for SPARQL queries or its parts. Automatically converts values to SPARQL literals and escapes strings as needed. | |
v WITH | SPARQL WITH query fluent interface |
Type Aliases
Any value that can be used in LDkit SPARQL builders |