sparqlVar()
sparqlVar(
name:string):string
Defined in: packages/core/src/utils/formatQuery/defaultRuleProcessorSPARQL.ts:13
Auto-prefix a SPARQL variable name with ? unless it's already prefixed, a URI, or a prefixed name.
Parameters
| Parameter | Type |
|---|---|
name | string |
Returns
string
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.