UNPKG
@jahed/sparql-engine
Version:
latest (0.15.0)
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
SPARQL query engine for servers and web browsers.
github.com/jahed/sparql-engine
jahed/sparql-engine
@jahed/sparql-engine
/
dist
/
rdf
/
graph_capability.d.ts
9 lines
(8 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Enum describing the query capabilities of a Graph */
export
type
GraphCapability
=
number
;
export
declare
const
GRAPH_CAPABILITY
: {
UNION
:
number
;
ESTIMATE_TRIPLE_CARD
:
number
; };