UNPKG
shape-map
Version:
latest (1.0.0-alpha.26)
1.0.0-alpha.26
1.0.0-alpha.25
1.0.0-alpha.24
1.0.0-alpha.22
1.0.0-alpha.21
1.0.0-alpha.19
1.0.0-alpha.15
1.0.0-alpha.12
1.0.0-alpha.7
1.0.0-alpha.4
1.0.0-alpha.2
1.0.0-alpha.1
RDF Node/ShEx Shape mapping format.
github.com/shexjs/shex.js
shexjs/shex.js
shape-map
/
shape-map.d.ts
19 lines
(15 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export
=
shape_map;
declare const shape_map:
{
Parser:
{
construct:
any;
}
;
focus:
{
term:
string;
}
;
start:
{
term:
string;
}
;
wildcard:
{
term:
string;
}
;
}
;