Options
All
  • Public
  • Public/Protected
  • All
Menu

@polypoly-eu/api

Index

Type aliases

SPARQLQueryResult: Map<string, RDFJS.Term>[] | RDFJS.Quad[] | boolean

For SELECT queries, an array of Map objects whose keys are the bound variables and whose values are the values the result is bound to. For CONSTRUCT and DESCRIBE queries, an array of quads. For ASK queries, a boolean.

Generated using TypeDoc