deno.land / x / shacl_to_type@v0.0.9 / frontend / types.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export type RdfJsonTerm = { type: 'bnode' | 'uri' | 'literal' | 'defaultgraph', value: string, lang?: string, datatype?: string}
export type RdfJsonRoot = { [key: string]: { [key: string]: Array<RdfJsonTerm> }}
export type Meta = { [key: string]: { [key: string]: { singular: boolean, type: string } } }
export type Prefixes = { [key: string]: string }
shacl_to_type

Version Info

Tagged at
a year ago