@shaclmate/compiler 4.0.37 → 4.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/dist/ShapesGraphToAstTransformer.js +12 -12
  2. package/dist/_ShapesGraphToAstTransformer/transformPropertyShapeToAstObjectTypeProperty.js +24 -24
  3. package/dist/_ShapesGraphToAstTransformer/transformShapeToAstCompoundType.js +4 -4
  4. package/dist/_ShapesGraphToAstTransformer/transformShapeToAstListType.js +1 -1
  5. package/dist/_ShapesGraphToAstTransformer/transformShapeToAstObjectType.js +16 -16
  6. package/dist/_ShapesGraphToAstTransformer/transformShapeToAstTermType.js +1 -1
  7. package/dist/ast/AbstractCollectionType.d.ts +1 -1
  8. package/dist/ast/AbstractCompoundType.d.ts +1 -1
  9. package/dist/ast/AbstractCompoundType.js +15 -15
  10. package/dist/ast/AbstractContainerType.d.ts +1 -1
  11. package/dist/ast/AbstractContainerType.js +15 -15
  12. package/dist/ast/AbstractLazyObjectType.d.ts +1 -1
  13. package/dist/ast/AbstractTermType.d.ts +1 -1
  14. package/dist/ast/BlankNodeType.d.ts +1 -1
  15. package/dist/ast/BlankNodeType.js +1 -1
  16. package/dist/ast/DefaultValueType.d.ts +1 -1
  17. package/dist/ast/DefaultValueType.js +2 -2
  18. package/dist/ast/IdentifierType.d.ts +1 -1
  19. package/dist/ast/IdentifierType.js +1 -1
  20. package/dist/ast/IntersectionType.d.ts +1 -1
  21. package/dist/ast/IntersectionType.js +3 -3
  22. package/dist/ast/IriType.d.ts +1 -1
  23. package/dist/ast/IriType.js +1 -1
  24. package/dist/ast/LazyObjectOptionType.d.ts +1 -1
  25. package/dist/ast/LazyObjectOptionType.js +1 -1
  26. package/dist/ast/LazyObjectSetType.d.ts +1 -1
  27. package/dist/ast/LazyObjectSetType.js +1 -1
  28. package/dist/ast/LazyObjectType.d.ts +1 -1
  29. package/dist/ast/LazyObjectType.js +1 -1
  30. package/dist/ast/ListType.d.ts +1 -1
  31. package/dist/ast/ListType.js +16 -16
  32. package/dist/ast/LiteralType.d.ts +1 -1
  33. package/dist/ast/LiteralType.js +1 -1
  34. package/dist/ast/ObjectCompoundType.js +3 -3
  35. package/dist/ast/ObjectType.d.ts +1 -1
  36. package/dist/ast/ObjectType.js +16 -16
  37. package/dist/ast/OptionType.d.ts +1 -1
  38. package/dist/ast/OptionType.js +1 -1
  39. package/dist/ast/SetType.d.ts +1 -1
  40. package/dist/ast/SetType.js +1 -1
  41. package/dist/ast/TermType.d.ts +1 -1
  42. package/dist/ast/TermType.js +1 -1
  43. package/dist/ast/Type.js +15 -15
  44. package/dist/ast/UnionType.d.ts +1 -1
  45. package/dist/ast/UnionType.js +3 -3
  46. package/dist/generators/transformAstToLabeledPropertyGraph.js +10 -10
  47. package/dist/generators/ts/AbstractCollectionType.d.ts +1 -5
  48. package/dist/generators/ts/AbstractCollectionType.js +6 -5
  49. package/dist/generators/ts/AbstractContainerType.d.ts +3 -6
  50. package/dist/generators/ts/AbstractContainerType.js +34 -34
  51. package/dist/generators/ts/AbstractDateType.d.ts +1 -1
  52. package/dist/generators/ts/AbstractIdentifierType.d.ts +1 -1
  53. package/dist/generators/ts/AbstractLazyObjectType.d.ts +7 -10
  54. package/dist/generators/ts/AbstractLazyObjectType.js +20 -32
  55. package/dist/generators/ts/AbstractLiteralType.d.ts +1 -5
  56. package/dist/generators/ts/AbstractLiteralType.js +7 -6
  57. package/dist/generators/ts/AbstractNumericType.d.ts +1 -1
  58. package/dist/generators/ts/AbstractPrimitiveType.d.ts +2 -6
  59. package/dist/generators/ts/AbstractPrimitiveType.js +7 -8
  60. package/dist/generators/ts/AbstractTermType.d.ts +1 -5
  61. package/dist/generators/ts/AbstractTermType.js +1 -15
  62. package/dist/generators/ts/AbstractType.d.ts +7 -5
  63. package/dist/generators/ts/AbstractType.js +12 -7
  64. package/dist/generators/ts/AbstractUnionType.d.ts +7 -10
  65. package/dist/generators/ts/AbstractUnionType.js +70 -81
  66. package/dist/generators/ts/AnonymousUnionType.d.ts +1 -1
  67. package/dist/generators/ts/AnonymousUnionType.js +1 -1
  68. package/dist/generators/ts/BigDecimalType.d.ts +1 -1
  69. package/dist/generators/ts/BigDecimalType.js +1 -1
  70. package/dist/generators/ts/BigIntType.d.ts +1 -1
  71. package/dist/generators/ts/BigIntType.js +1 -1
  72. package/dist/generators/ts/BlankNodeType.d.ts +1 -1
  73. package/dist/generators/ts/BlankNodeType.js +1 -1
  74. package/dist/generators/ts/BooleanType.d.ts +1 -1
  75. package/dist/generators/ts/BooleanType.js +2 -2
  76. package/dist/generators/ts/DateTimeType.d.ts +1 -1
  77. package/dist/generators/ts/DateTimeType.js +1 -1
  78. package/dist/generators/ts/DateType.d.ts +1 -1
  79. package/dist/generators/ts/DateType.js +1 -1
  80. package/dist/generators/ts/DefaultValueType.d.ts +2 -6
  81. package/dist/generators/ts/DefaultValueType.js +12 -15
  82. package/dist/generators/ts/FloatType.d.ts +1 -1
  83. package/dist/generators/ts/FloatType.js +1 -1
  84. package/dist/generators/ts/IdentifierType.d.ts +1 -1
  85. package/dist/generators/ts/IdentifierType.js +1 -1
  86. package/dist/generators/ts/IntType.d.ts +1 -1
  87. package/dist/generators/ts/IntType.js +1 -1
  88. package/dist/generators/ts/IriType.d.ts +3 -1
  89. package/dist/generators/ts/IriType.js +22 -17
  90. package/dist/generators/ts/LazyObjectOptionType.d.ts +1 -1
  91. package/dist/generators/ts/LazyObjectOptionType.js +1 -1
  92. package/dist/generators/ts/LazyObjectSetType.d.ts +1 -1
  93. package/dist/generators/ts/LazyObjectSetType.js +1 -1
  94. package/dist/generators/ts/LazyObjectType.d.ts +1 -1
  95. package/dist/generators/ts/LazyObjectType.js +1 -1
  96. package/dist/generators/ts/ListType.d.ts +1 -1
  97. package/dist/generators/ts/ListType.js +24 -24
  98. package/dist/generators/ts/LiteralType.d.ts +2 -1
  99. package/dist/generators/ts/LiteralType.js +9 -2
  100. package/dist/generators/ts/NamedObjectType.d.ts +1 -0
  101. package/dist/generators/ts/NamedObjectType.js +2 -1
  102. package/dist/generators/ts/NamedObjectUnionType.d.ts +1 -1
  103. package/dist/generators/ts/NamedObjectUnionType.js +6 -8
  104. package/dist/generators/ts/NamedUnionType.d.ts +1 -1
  105. package/dist/generators/ts/NamedUnionType.js +1 -1
  106. package/dist/generators/ts/OptionType.d.ts +1 -5
  107. package/dist/generators/ts/OptionType.js +2 -8
  108. package/dist/generators/ts/RdfjsDatasetObjectSetType.js +1 -1
  109. package/dist/generators/ts/SetType.d.ts +1 -1
  110. package/dist/generators/ts/SetType.js +1 -1
  111. package/dist/generators/ts/Snippets.d.ts +1 -0
  112. package/dist/generators/ts/Snippets.js +7 -0
  113. package/dist/generators/ts/StringType.d.ts +1 -1
  114. package/dist/generators/ts/StringType.js +2 -2
  115. package/dist/generators/ts/TermType.d.ts +1 -1
  116. package/dist/generators/ts/TermType.js +1 -1
  117. package/dist/generators/ts/TypeFactory.js +18 -18
  118. package/dist/generators/ts/ZodGenerator.js +1 -1
  119. package/dist/generators/ts/_NamedObjectType/AbstractProperty.d.ts +7 -7
  120. package/dist/generators/ts/_NamedObjectType/AbstractProperty.js +8 -11
  121. package/dist/generators/ts/_NamedObjectType/DiscriminantProperty.d.ts +2 -1
  122. package/dist/generators/ts/_NamedObjectType/DiscriminantProperty.js +16 -7
  123. package/dist/generators/ts/_NamedObjectType/IdentifierProperty.d.ts +2 -1
  124. package/dist/generators/ts/_NamedObjectType/IdentifierProperty.js +6 -3
  125. package/dist/generators/ts/_NamedObjectType/NamedObjectType_equalsFunctionDeclaration.js +1 -1
  126. package/dist/generators/ts/_NamedObjectType/NamedObjectType_fromRdfResourceFunctionDeclaration.js +3 -27
  127. package/dist/generators/ts/_NamedObjectType/NamedObjectType_hashFunctionDeclarations.js +2 -2
  128. package/dist/generators/ts/_NamedObjectType/NamedObjectType_interfaceDeclaration.js +1 -1
  129. package/dist/generators/ts/_NamedObjectType/NamedObjectType_schemaVariableStatement.js +1 -1
  130. package/dist/generators/ts/_NamedObjectType/ShaclProperty.d.ts +2 -6
  131. package/dist/generators/ts/_NamedObjectType/ShaclProperty.js +19 -23
  132. package/dist/generators/ts/_snippets/snippets_BooleanSchema.js +2 -2
  133. package/dist/generators/ts/_snippets/snippets_CollectionSchema.js +1 -1
  134. package/dist/generators/ts/_snippets/snippets_DefaultValueSchema.js +1 -1
  135. package/dist/generators/ts/_snippets/snippets_IriSchema.js +2 -2
  136. package/dist/generators/ts/_snippets/snippets_MaybeSchema.js +2 -2
  137. package/dist/generators/ts/_snippets/snippets_ShaclPropertySchema.js +1 -1
  138. package/dist/generators/ts/_snippets/snippets_StringSchema.js +2 -2
  139. package/dist/generators/ts/_snippets/snippets_booleanSparqlWherePatterns.js +1 -1
  140. package/dist/generators/ts/_snippets/snippets_convertToIri.js +1 -1
  141. package/dist/generators/ts/_snippets/snippets_defaultValueSparqlWherePatterns.js +1 -1
  142. package/dist/generators/ts/_snippets/snippets_ensureRdfResourceType.d.ts +3 -0
  143. package/dist/generators/ts/_snippets/snippets_ensureRdfResourceType.js +16 -0
  144. package/dist/generators/ts/_snippets/snippets_iriSparqlWherePatterns.js +1 -1
  145. package/dist/generators/ts/_snippets/snippets_listSparqlConstructTriples.js +2 -2
  146. package/dist/generators/ts/_snippets/snippets_listSparqlWherePatterns.js +2 -2
  147. package/dist/generators/ts/_snippets/snippets_maybeSparqlConstructTriples.js +1 -1
  148. package/dist/generators/ts/_snippets/snippets_maybeSparqlWherePatterns.js +3 -3
  149. package/dist/generators/ts/_snippets/snippets_monkeyPatchObject.js +2 -2
  150. package/dist/generators/ts/_snippets/snippets_setSparqlConstructTriples.js +1 -1
  151. package/dist/generators/ts/_snippets/snippets_setSparqlWherePatterns.js +1 -1
  152. package/dist/generators/ts/_snippets/snippets_shaclPropertySparqlConstructTriples.js +1 -1
  153. package/dist/generators/ts/_snippets/snippets_shaclPropertySparqlWherePatterns.js +1 -1
  154. package/dist/generators/ts/_snippets/snippets_stringSparqlWherePatterns.js +1 -1
  155. package/dist/generators/ts/_snippets/snippets_validateArray.js +1 -1
  156. package/dist/generators/ts/_snippets/snippets_validateMaybe.js +1 -1
  157. package/dist/generators/ts/tsComment.js +1 -1
  158. package/dist/input/generated.d.ts +1397 -1466
  159. package/dist/input/generated.js +520 -655
  160. package/package.json +6 -6
  161. package/dist/generators/ts/removeUndefined.d.ts +0 -2
  162. package/dist/generators/ts/removeUndefined.js +0 -17
@@ -79,7 +79,7 @@ export declare namespace $PropertyPath {
79
79
  export interface $ShaclPropertySchema<TypeSchemaT = object> {
80
80
  readonly kind: "Shacl";
81
81
  readonly path: $PropertyPath;
82
- readonly type: () => TypeSchemaT;
82
+ readonly type: TypeSchemaT;
83
83
  }
84
84
  export type $ToRdfResourceFunction<ObjectT, IdentifierT extends Resource.Identifier = Resource.Identifier> = (object: ObjectT, options?: {
85
85
  graph?: Exclude<Quad_Graph, Variable>;
@@ -102,9 +102,10 @@ export interface PropertyShape {
102
102
  readonly datatype: Maybe<NamedNode>;
103
103
  readonly deactivated: Maybe<boolean>;
104
104
  readonly defaultValue: Maybe<NamedNode | Literal>;
105
- readonly description: Maybe<string> /**
105
+ readonly description: Maybe<string>;
106
+ /**
106
107
  * Whether to include this property in a toString()-type display, defaults to false
107
- */;
108
+ */
108
109
  readonly display: boolean;
109
110
  readonly flags: readonly string[];
110
111
  readonly groups: readonly (BlankNode | NamedNode)[];
@@ -164,7 +165,7 @@ export declare namespace PropertyShape {
164
165
  readonly mutable?: boolean | Maybe<boolean>;
165
166
  readonly name?: string | Maybe<string>;
166
167
  readonly node?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
167
- readonly nodeKind?: "http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal" | NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal">>;
168
+ readonly nodeKind?: ("http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal") | NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal">>;
168
169
  readonly not?: readonly (BlankNode | NamedNode | string | undefined)[];
169
170
  readonly or?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
170
171
  readonly order?: number | Maybe<number>;
@@ -203,7 +204,7 @@ export declare namespace PropertyShape {
203
204
  readonly mutable?: boolean | Maybe<boolean>;
204
205
  readonly name?: string | Maybe<string>;
205
206
  readonly node?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
206
- readonly nodeKind?: "http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal" | NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal">>;
207
+ readonly nodeKind?: ("http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal") | NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal">>;
207
208
  readonly not?: readonly (BlankNode | NamedNode | string | undefined)[];
208
209
  readonly or?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
209
210
  readonly order?: number | Maybe<number>;
@@ -228,388 +229,381 @@ export declare namespace PropertyShape {
228
229
  readonly properties: {
229
230
  readonly $identifier: {
230
231
  readonly kind: "Identifier";
231
- readonly type: () => {
232
- kind: "Identifier";
233
- };
234
- };
235
- readonly $type: {
236
- readonly kind: "Discriminant";
237
- readonly type: () => {
238
- kind: "TypeDiscriminant";
239
- ownValues: string[];
232
+ readonly type: {
233
+ readonly kind: "Identifier";
240
234
  };
241
235
  };
242
236
  readonly and: {
243
237
  readonly kind: "Shacl";
244
- readonly type: () => {
245
- kind: "Maybe";
246
- item: () => {
247
- kind: "List";
248
- item: () => {
249
- kind: "Identifier";
238
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
239
+ readonly type: {
240
+ readonly kind: "Option";
241
+ readonly itemType: {
242
+ readonly kind: "List";
243
+ readonly itemType: {
244
+ readonly kind: "Identifier";
250
245
  };
251
246
  };
252
247
  };
253
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
254
248
  };
255
249
  readonly classes: {
256
250
  readonly kind: "Shacl";
257
- readonly type: () => {
258
- kind: "Set";
259
- item: () => {
260
- kind: "Iri";
251
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
252
+ readonly type: {
253
+ readonly kind: "Set";
254
+ readonly itemType: {
255
+ readonly kind: "Iri";
261
256
  };
262
257
  };
263
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
264
258
  };
265
259
  readonly comment: {
266
260
  readonly kind: "Shacl";
267
- readonly type: () => {
268
- kind: "Maybe";
269
- item: () => {
270
- kind: "String";
261
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
262
+ readonly type: {
263
+ readonly kind: "Option";
264
+ readonly itemType: {
265
+ readonly kind: "String";
271
266
  };
272
267
  };
273
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
274
268
  };
275
269
  readonly datatype: {
276
270
  readonly kind: "Shacl";
277
- readonly type: () => {
278
- kind: "Maybe";
279
- item: () => {
280
- kind: "Iri";
271
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
272
+ readonly type: {
273
+ readonly kind: "Option";
274
+ readonly itemType: {
275
+ readonly kind: "Iri";
281
276
  };
282
277
  };
283
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
284
278
  };
285
279
  readonly deactivated: {
286
280
  readonly kind: "Shacl";
287
- readonly type: () => {
288
- kind: "Maybe";
289
- item: () => {
290
- kind: "Boolean";
281
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
282
+ readonly type: {
283
+ readonly kind: "Option";
284
+ readonly itemType: {
285
+ readonly kind: "Boolean";
291
286
  };
292
287
  };
293
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
294
288
  };
295
289
  readonly defaultValue: {
296
290
  readonly kind: "Shacl";
297
- readonly type: () => {
298
- kind: "Maybe";
299
- item: () => {
300
- kind: "Term";
291
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
292
+ readonly type: {
293
+ readonly kind: "Option";
294
+ readonly itemType: {
295
+ readonly kind: "Term";
301
296
  };
302
297
  };
303
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
304
298
  };
305
299
  readonly description: {
306
300
  readonly kind: "Shacl";
307
- readonly type: () => {
308
- kind: "Maybe";
309
- item: () => {
310
- kind: "String";
301
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
302
+ readonly type: {
303
+ readonly kind: "Option";
304
+ readonly itemType: {
305
+ readonly kind: "String";
311
306
  };
312
307
  };
313
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
314
308
  };
315
309
  readonly display: {
316
310
  readonly kind: "Shacl";
317
- readonly type: () => {
318
- kind: "DefaultValue";
319
- item: () => {
320
- kind: "Boolean";
311
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
312
+ readonly type: {
313
+ readonly kind: "DefaultValue";
314
+ readonly itemType: {
315
+ readonly kind: "Boolean";
321
316
  };
322
- defaultValue: boolean;
317
+ readonly defaultValue: false;
323
318
  };
324
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
325
319
  };
326
320
  readonly flags: {
327
321
  readonly kind: "Shacl";
328
- readonly type: () => {
329
- kind: "Set";
330
- item: () => {
331
- kind: "String";
322
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
323
+ readonly type: {
324
+ readonly kind: "Set";
325
+ readonly itemType: {
326
+ readonly kind: "String";
332
327
  };
333
328
  };
334
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
335
329
  };
336
330
  readonly groups: {
337
331
  readonly kind: "Shacl";
338
- readonly type: () => {
339
- kind: "Set";
340
- item: () => {
341
- kind: "Identifier";
332
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
333
+ readonly type: {
334
+ readonly kind: "Set";
335
+ readonly itemType: {
336
+ readonly kind: "Identifier";
342
337
  };
343
338
  };
344
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
345
339
  };
346
340
  readonly hasValues: {
347
341
  readonly kind: "Shacl";
348
- readonly type: () => {
349
- kind: "Set";
350
- item: () => {
351
- kind: "Term";
342
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
343
+ readonly type: {
344
+ readonly kind: "Set";
345
+ readonly itemType: {
346
+ readonly kind: "Term";
352
347
  };
353
348
  };
354
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
355
349
  };
356
350
  readonly in_: {
357
351
  readonly kind: "Shacl";
358
- readonly type: () => {
359
- kind: "Maybe";
360
- item: () => {
361
- kind: "List";
362
- item: () => {
363
- kind: "Term";
352
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
353
+ readonly type: {
354
+ readonly kind: "Option";
355
+ readonly itemType: {
356
+ readonly kind: "List";
357
+ readonly itemType: {
358
+ readonly kind: "Term";
364
359
  };
365
360
  };
366
361
  };
367
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
368
362
  };
369
363
  readonly isDefinedBy: {
370
364
  readonly kind: "Shacl";
371
- readonly type: () => {
372
- kind: "Maybe";
373
- item: () => {
374
- kind: "Identifier";
365
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
366
+ readonly type: {
367
+ readonly kind: "Option";
368
+ readonly itemType: {
369
+ readonly kind: "Identifier";
375
370
  };
376
371
  };
377
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
378
372
  };
379
373
  readonly label: {
380
374
  readonly kind: "Shacl";
381
- readonly type: () => {
382
- kind: "Maybe";
383
- item: () => {
384
- kind: "String";
375
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
376
+ readonly type: {
377
+ readonly kind: "Option";
378
+ readonly itemType: {
379
+ readonly kind: "String";
385
380
  };
386
381
  };
387
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
388
382
  };
389
383
  readonly languageIn: {
390
384
  readonly kind: "Shacl";
391
- readonly type: () => {
392
- kind: "Maybe";
393
- item: () => {
394
- kind: "List";
395
- item: () => {
396
- kind: "String";
385
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
386
+ readonly type: {
387
+ readonly kind: "Option";
388
+ readonly itemType: {
389
+ readonly kind: "List";
390
+ readonly itemType: {
391
+ readonly kind: "String";
397
392
  };
398
393
  };
399
394
  };
400
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
401
395
  };
402
396
  readonly maxCount: {
403
397
  readonly kind: "Shacl";
404
- readonly type: () => {
405
- kind: "Maybe";
406
- item: () => {
407
- kind: "BigInt";
398
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
399
+ readonly type: {
400
+ readonly kind: "Option";
401
+ readonly itemType: {
402
+ readonly kind: "BigInt";
408
403
  };
409
404
  };
410
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
411
405
  };
412
406
  readonly maxExclusive: {
413
407
  readonly kind: "Shacl";
414
- readonly type: () => {
415
- kind: "Maybe";
416
- item: () => {
417
- kind: "Literal";
408
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
409
+ readonly type: {
410
+ readonly kind: "Option";
411
+ readonly itemType: {
412
+ readonly kind: "Literal";
418
413
  };
419
414
  };
420
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
421
415
  };
422
416
  readonly maxInclusive: {
423
417
  readonly kind: "Shacl";
424
- readonly type: () => {
425
- kind: "Maybe";
426
- item: () => {
427
- kind: "Literal";
418
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
419
+ readonly type: {
420
+ readonly kind: "Option";
421
+ readonly itemType: {
422
+ readonly kind: "Literal";
428
423
  };
429
424
  };
430
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
431
425
  };
432
426
  readonly maxLength: {
433
427
  readonly kind: "Shacl";
434
- readonly type: () => {
435
- kind: "Maybe";
436
- item: () => {
437
- kind: "BigInt";
428
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
429
+ readonly type: {
430
+ readonly kind: "Option";
431
+ readonly itemType: {
432
+ readonly kind: "BigInt";
438
433
  };
439
434
  };
440
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
441
435
  };
442
436
  readonly minCount: {
443
437
  readonly kind: "Shacl";
444
- readonly type: () => {
445
- kind: "Maybe";
446
- item: () => {
447
- kind: "BigInt";
438
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
439
+ readonly type: {
440
+ readonly kind: "Option";
441
+ readonly itemType: {
442
+ readonly kind: "BigInt";
448
443
  };
449
444
  };
450
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
451
445
  };
452
446
  readonly minExclusive: {
453
447
  readonly kind: "Shacl";
454
- readonly type: () => {
455
- kind: "Maybe";
456
- item: () => {
457
- kind: "Literal";
448
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
449
+ readonly type: {
450
+ readonly kind: "Option";
451
+ readonly itemType: {
452
+ readonly kind: "Literal";
458
453
  };
459
454
  };
460
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
461
455
  };
462
456
  readonly minInclusive: {
463
457
  readonly kind: "Shacl";
464
- readonly type: () => {
465
- kind: "Maybe";
466
- item: () => {
467
- kind: "Literal";
458
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
459
+ readonly type: {
460
+ readonly kind: "Option";
461
+ readonly itemType: {
462
+ readonly kind: "Literal";
468
463
  };
469
464
  };
470
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
471
465
  };
472
466
  readonly minLength: {
473
467
  readonly kind: "Shacl";
474
- readonly type: () => {
475
- kind: "Maybe";
476
- item: () => {
477
- kind: "BigInt";
468
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
469
+ readonly type: {
470
+ readonly kind: "Option";
471
+ readonly itemType: {
472
+ readonly kind: "BigInt";
478
473
  };
479
474
  };
480
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
481
475
  };
482
476
  readonly mutable: {
483
477
  readonly kind: "Shacl";
484
- readonly type: () => {
485
- kind: "Maybe";
486
- item: () => {
487
- kind: "Boolean";
478
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
479
+ readonly type: {
480
+ readonly kind: "Option";
481
+ readonly itemType: {
482
+ readonly kind: "Boolean";
488
483
  };
489
484
  };
490
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
491
485
  };
492
486
  readonly name: {
493
487
  readonly kind: "Shacl";
494
- readonly type: () => {
495
- kind: "Maybe";
496
- item: () => {
497
- kind: "String";
488
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
489
+ readonly type: {
490
+ readonly kind: "Option";
491
+ readonly itemType: {
492
+ readonly kind: "String";
498
493
  };
499
494
  };
500
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
501
495
  };
502
496
  readonly node: {
503
497
  readonly kind: "Shacl";
504
- readonly type: () => {
505
- kind: "Maybe";
506
- item: () => {
507
- kind: "Identifier";
498
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
499
+ readonly type: {
500
+ readonly kind: "Option";
501
+ readonly itemType: {
502
+ readonly kind: "Identifier";
508
503
  };
509
504
  };
510
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
511
505
  };
512
506
  readonly nodeKind: {
513
507
  readonly kind: "Shacl";
514
- readonly type: () => {
515
- kind: "Maybe";
516
- item: () => {
517
- kind: "Iri";
518
- in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
508
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
509
+ readonly type: {
510
+ readonly kind: "Option";
511
+ readonly itemType: {
512
+ readonly kind: "Iri";
513
+ readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
519
514
  };
520
515
  };
521
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
522
516
  };
523
517
  readonly not: {
524
518
  readonly kind: "Shacl";
525
- readonly type: () => {
526
- kind: "Set";
527
- item: () => {
528
- kind: "Identifier";
519
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
520
+ readonly type: {
521
+ readonly kind: "Set";
522
+ readonly itemType: {
523
+ readonly kind: "Identifier";
529
524
  };
530
525
  };
531
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
532
526
  };
533
527
  readonly or: {
534
528
  readonly kind: "Shacl";
535
- readonly type: () => {
536
- kind: "Maybe";
537
- item: () => {
538
- kind: "List";
539
- item: () => {
540
- kind: "Identifier";
529
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
530
+ readonly type: {
531
+ readonly kind: "Option";
532
+ readonly itemType: {
533
+ readonly kind: "List";
534
+ readonly itemType: {
535
+ readonly kind: "Identifier";
541
536
  };
542
537
  };
543
538
  };
544
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
545
539
  };
546
540
  readonly order: {
547
541
  readonly kind: "Shacl";
548
- readonly type: () => {
549
- kind: "Maybe";
550
- item: () => {
551
- kind: "Float";
542
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
543
+ readonly type: {
544
+ readonly kind: "Option";
545
+ readonly itemType: {
546
+ readonly kind: "Float";
552
547
  };
553
548
  };
554
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
555
549
  };
556
550
  readonly path: {
557
551
  readonly kind: "Shacl";
558
- readonly type: () => object;
559
552
  readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#path">;
553
+ readonly type: object;
560
554
  };
561
555
  readonly patterns: {
562
556
  readonly kind: "Shacl";
563
- readonly type: () => {
564
- kind: "Set";
565
- item: () => {
566
- kind: "String";
557
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
558
+ readonly type: {
559
+ readonly kind: "Set";
560
+ readonly itemType: {
561
+ readonly kind: "String";
567
562
  };
568
563
  };
569
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
570
564
  };
571
565
  readonly resolve: {
572
566
  readonly kind: "Shacl";
573
- readonly type: () => {
574
- kind: "Maybe";
575
- item: () => {
576
- kind: "Identifier";
567
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
568
+ readonly type: {
569
+ readonly kind: "Option";
570
+ readonly itemType: {
571
+ readonly kind: "Identifier";
577
572
  };
578
573
  };
579
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
580
574
  };
581
575
  readonly shaclmateName: {
582
576
  readonly kind: "Shacl";
583
- readonly type: () => {
584
- kind: "Maybe";
585
- item: () => {
586
- kind: "String";
577
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
578
+ readonly type: {
579
+ readonly kind: "Option";
580
+ readonly itemType: {
581
+ readonly kind: "String";
587
582
  };
588
583
  };
589
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
590
584
  };
591
585
  readonly uniqueLang: {
592
586
  readonly kind: "Shacl";
593
- readonly type: () => {
594
- kind: "Maybe";
595
- item: () => {
596
- kind: "Boolean";
587
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
588
+ readonly type: {
589
+ readonly kind: "Option";
590
+ readonly itemType: {
591
+ readonly kind: "Boolean";
597
592
  };
598
593
  };
599
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
600
594
  };
601
595
  readonly xone: {
602
596
  readonly kind: "Shacl";
603
- readonly type: () => {
604
- kind: "Maybe";
605
- item: () => {
606
- kind: "List";
607
- item: () => {
608
- kind: "Identifier";
597
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
598
+ readonly type: {
599
+ readonly kind: "Option";
600
+ readonly itemType: {
601
+ readonly kind: "List";
602
+ readonly itemType: {
603
+ readonly kind: "Identifier";
609
604
  };
610
605
  };
611
606
  };
612
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
613
607
  };
614
608
  };
615
609
  };
@@ -649,36 +643,29 @@ export declare namespace PropertyGroup {
649
643
  readonly properties: {
650
644
  readonly $identifier: {
651
645
  readonly kind: "Identifier";
652
- readonly type: () => {
653
- kind: "Identifier";
654
- };
655
- };
656
- readonly $type: {
657
- readonly kind: "Discriminant";
658
- readonly type: () => {
659
- kind: "TypeDiscriminant";
660
- ownValues: string[];
646
+ readonly type: {
647
+ readonly kind: "Identifier";
661
648
  };
662
649
  };
663
650
  readonly comment: {
664
651
  readonly kind: "Shacl";
665
- readonly type: () => {
666
- kind: "Maybe";
667
- item: () => {
668
- kind: "String";
652
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
653
+ readonly type: {
654
+ readonly kind: "Option";
655
+ readonly itemType: {
656
+ readonly kind: "String";
669
657
  };
670
658
  };
671
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
672
659
  };
673
660
  readonly label: {
674
661
  readonly kind: "Shacl";
675
- readonly type: () => {
676
- kind: "Maybe";
677
- item: () => {
678
- kind: "String";
662
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
663
+ readonly type: {
664
+ readonly kind: "Option";
665
+ readonly itemType: {
666
+ readonly kind: "String";
679
667
  };
680
668
  };
681
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
682
669
  };
683
670
  };
684
671
  };
@@ -718,36 +705,29 @@ export declare namespace Ontology {
718
705
  readonly properties: {
719
706
  readonly $identifier: {
720
707
  readonly kind: "Identifier";
721
- readonly type: () => {
722
- kind: "Identifier";
723
- };
724
- };
725
- readonly $type: {
726
- readonly kind: "Discriminant";
727
- readonly type: () => {
728
- kind: "TypeDiscriminant";
729
- ownValues: string[];
708
+ readonly type: {
709
+ readonly kind: "Identifier";
730
710
  };
731
711
  };
732
712
  readonly comment: {
733
713
  readonly kind: "Shacl";
734
- readonly type: () => {
735
- kind: "Maybe";
736
- item: () => {
737
- kind: "String";
714
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
715
+ readonly type: {
716
+ readonly kind: "Option";
717
+ readonly itemType: {
718
+ readonly kind: "String";
738
719
  };
739
720
  };
740
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
741
721
  };
742
722
  readonly label: {
743
723
  readonly kind: "Shacl";
744
- readonly type: () => {
745
- kind: "Maybe";
746
- item: () => {
747
- kind: "String";
724
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
725
+ readonly type: {
726
+ readonly kind: "Option";
727
+ readonly itemType: {
728
+ readonly kind: "String";
748
729
  };
749
730
  };
750
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
751
731
  };
752
732
  };
753
733
  };
@@ -827,7 +807,7 @@ export declare namespace NodeShape {
827
807
  readonly minLength?: bigint | Maybe<bigint>;
828
808
  readonly mutable?: boolean | Maybe<boolean>;
829
809
  readonly node?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
830
- readonly nodeKind?: "http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal" | NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal">>;
810
+ readonly nodeKind?: ("http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal") | NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal">>;
831
811
  readonly not?: readonly (BlankNode | NamedNode | string | undefined)[];
832
812
  readonly or?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
833
813
  readonly patterns?: readonly string[];
@@ -868,7 +848,7 @@ export declare namespace NodeShape {
868
848
  readonly minLength?: bigint | Maybe<bigint>;
869
849
  readonly mutable?: boolean | Maybe<boolean>;
870
850
  readonly node?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
871
- readonly nodeKind?: "http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal" | NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal">>;
851
+ readonly nodeKind?: ("http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal") | NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#BlankNode" | "http://www.w3.org/ns/shacl#BlankNodeOrIRI" | "http://www.w3.org/ns/shacl#BlankNodeOrLiteral" | "http://www.w3.org/ns/shacl#IRI" | "http://www.w3.org/ns/shacl#IRIOrLiteral" | "http://www.w3.org/ns/shacl#Literal">>;
872
852
  readonly not?: readonly (BlankNode | NamedNode | string | undefined)[];
873
853
  readonly or?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
874
854
  readonly patterns?: readonly string[];
@@ -895,415 +875,408 @@ export declare namespace NodeShape {
895
875
  readonly properties: {
896
876
  readonly $identifier: {
897
877
  readonly kind: "Identifier";
898
- readonly type: () => {
899
- kind: "Identifier";
900
- };
901
- };
902
- readonly $type: {
903
- readonly kind: "Discriminant";
904
- readonly type: () => {
905
- kind: "TypeDiscriminant";
906
- ownValues: string[];
878
+ readonly type: {
879
+ readonly kind: "Identifier";
907
880
  };
908
881
  };
909
882
  readonly and: {
910
883
  readonly kind: "Shacl";
911
- readonly type: () => {
912
- kind: "Maybe";
913
- item: () => {
914
- kind: "List";
915
- item: () => {
916
- kind: "Identifier";
884
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
885
+ readonly type: {
886
+ readonly kind: "Option";
887
+ readonly itemType: {
888
+ readonly kind: "List";
889
+ readonly itemType: {
890
+ readonly kind: "Identifier";
917
891
  };
918
892
  };
919
893
  };
920
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
921
894
  };
922
895
  readonly classes: {
923
896
  readonly kind: "Shacl";
924
- readonly type: () => {
925
- kind: "Set";
926
- item: () => {
927
- kind: "Iri";
897
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
898
+ readonly type: {
899
+ readonly kind: "Set";
900
+ readonly itemType: {
901
+ readonly kind: "Iri";
928
902
  };
929
903
  };
930
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
931
904
  };
932
905
  readonly closed: {
933
906
  readonly kind: "Shacl";
934
- readonly type: () => {
935
- kind: "Maybe";
936
- item: () => {
937
- kind: "Boolean";
907
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
908
+ readonly type: {
909
+ readonly kind: "Option";
910
+ readonly itemType: {
911
+ readonly kind: "Boolean";
938
912
  };
939
913
  };
940
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
941
914
  };
942
915
  readonly comment: {
943
916
  readonly kind: "Shacl";
944
- readonly type: () => {
945
- kind: "Maybe";
946
- item: () => {
947
- kind: "String";
917
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
918
+ readonly type: {
919
+ readonly kind: "Option";
920
+ readonly itemType: {
921
+ readonly kind: "String";
948
922
  };
949
923
  };
950
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
951
924
  };
952
925
  readonly datatype: {
953
926
  readonly kind: "Shacl";
954
- readonly type: () => {
955
- kind: "Maybe";
956
- item: () => {
957
- kind: "Iri";
927
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
928
+ readonly type: {
929
+ readonly kind: "Option";
930
+ readonly itemType: {
931
+ readonly kind: "Iri";
958
932
  };
959
933
  };
960
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
961
934
  };
962
935
  readonly deactivated: {
963
936
  readonly kind: "Shacl";
964
- readonly type: () => {
965
- kind: "Maybe";
966
- item: () => {
967
- kind: "Boolean";
937
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
938
+ readonly type: {
939
+ readonly kind: "Option";
940
+ readonly itemType: {
941
+ readonly kind: "Boolean";
968
942
  };
969
943
  };
970
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
971
944
  };
972
945
  readonly discriminantValue: {
973
946
  readonly kind: "Shacl";
974
- readonly type: () => {
975
- kind: "Maybe";
976
- item: () => {
977
- kind: "String";
947
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
948
+ readonly type: {
949
+ readonly kind: "Option";
950
+ readonly itemType: {
951
+ readonly kind: "String";
978
952
  };
979
953
  };
980
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
981
954
  };
982
955
  readonly extern: {
983
956
  readonly kind: "Shacl";
984
- readonly type: () => {
985
- kind: "Maybe";
986
- item: () => {
987
- kind: "Boolean";
957
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
958
+ readonly type: {
959
+ readonly kind: "Option";
960
+ readonly itemType: {
961
+ readonly kind: "Boolean";
988
962
  };
989
963
  };
990
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
991
964
  };
992
965
  readonly flags: {
993
966
  readonly kind: "Shacl";
994
- readonly type: () => {
995
- kind: "Set";
996
- item: () => {
997
- kind: "String";
967
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
968
+ readonly type: {
969
+ readonly kind: "Set";
970
+ readonly itemType: {
971
+ readonly kind: "String";
998
972
  };
999
973
  };
1000
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
1001
974
  };
1002
975
  readonly fromRdfType: {
1003
976
  readonly kind: "Shacl";
1004
- readonly type: () => {
1005
- kind: "Maybe";
1006
- item: () => {
1007
- kind: "Iri";
977
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
978
+ readonly type: {
979
+ readonly kind: "Option";
980
+ readonly itemType: {
981
+ readonly kind: "Iri";
1008
982
  };
1009
983
  };
1010
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
1011
984
  };
1012
985
  readonly hasValues: {
1013
986
  readonly kind: "Shacl";
1014
- readonly type: () => {
1015
- kind: "Set";
1016
- item: () => {
1017
- kind: "Term";
987
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
988
+ readonly type: {
989
+ readonly kind: "Set";
990
+ readonly itemType: {
991
+ readonly kind: "Term";
1018
992
  };
1019
993
  };
1020
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
1021
994
  };
1022
995
  readonly ignoredProperties: {
1023
996
  readonly kind: "Shacl";
1024
- readonly type: () => {
1025
- kind: "Maybe";
1026
- item: () => {
1027
- kind: "List";
1028
- item: () => {
1029
- kind: "Iri";
997
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
998
+ readonly type: {
999
+ readonly kind: "Option";
1000
+ readonly itemType: {
1001
+ readonly kind: "List";
1002
+ readonly itemType: {
1003
+ readonly kind: "Iri";
1030
1004
  };
1031
1005
  };
1032
1006
  };
1033
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
1034
1007
  };
1035
1008
  readonly in_: {
1036
1009
  readonly kind: "Shacl";
1037
- readonly type: () => {
1038
- kind: "Maybe";
1039
- item: () => {
1040
- kind: "List";
1041
- item: () => {
1042
- kind: "Term";
1010
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
1011
+ readonly type: {
1012
+ readonly kind: "Option";
1013
+ readonly itemType: {
1014
+ readonly kind: "List";
1015
+ readonly itemType: {
1016
+ readonly kind: "Term";
1043
1017
  };
1044
1018
  };
1045
1019
  };
1046
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
1047
1020
  };
1048
1021
  readonly isDefinedBy: {
1049
1022
  readonly kind: "Shacl";
1050
- readonly type: () => {
1051
- kind: "Maybe";
1052
- item: () => {
1053
- kind: "Identifier";
1023
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
1024
+ readonly type: {
1025
+ readonly kind: "Option";
1026
+ readonly itemType: {
1027
+ readonly kind: "Identifier";
1054
1028
  };
1055
1029
  };
1056
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
1057
1030
  };
1058
1031
  readonly label: {
1059
1032
  readonly kind: "Shacl";
1060
- readonly type: () => {
1061
- kind: "Maybe";
1062
- item: () => {
1063
- kind: "String";
1033
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
1034
+ readonly type: {
1035
+ readonly kind: "Option";
1036
+ readonly itemType: {
1037
+ readonly kind: "String";
1064
1038
  };
1065
1039
  };
1066
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
1067
1040
  };
1068
1041
  readonly languageIn: {
1069
1042
  readonly kind: "Shacl";
1070
- readonly type: () => {
1071
- kind: "Maybe";
1072
- item: () => {
1073
- kind: "List";
1074
- item: () => {
1075
- kind: "String";
1043
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
1044
+ readonly type: {
1045
+ readonly kind: "Option";
1046
+ readonly itemType: {
1047
+ readonly kind: "List";
1048
+ readonly itemType: {
1049
+ readonly kind: "String";
1076
1050
  };
1077
1051
  };
1078
1052
  };
1079
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
1080
1053
  };
1081
1054
  readonly maxCount: {
1082
1055
  readonly kind: "Shacl";
1083
- readonly type: () => {
1084
- kind: "Maybe";
1085
- item: () => {
1086
- kind: "BigInt";
1056
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
1057
+ readonly type: {
1058
+ readonly kind: "Option";
1059
+ readonly itemType: {
1060
+ readonly kind: "BigInt";
1087
1061
  };
1088
1062
  };
1089
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
1090
1063
  };
1091
1064
  readonly maxExclusive: {
1092
1065
  readonly kind: "Shacl";
1093
- readonly type: () => {
1094
- kind: "Maybe";
1095
- item: () => {
1096
- kind: "Literal";
1066
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
1067
+ readonly type: {
1068
+ readonly kind: "Option";
1069
+ readonly itemType: {
1070
+ readonly kind: "Literal";
1097
1071
  };
1098
1072
  };
1099
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
1100
1073
  };
1101
1074
  readonly maxInclusive: {
1102
1075
  readonly kind: "Shacl";
1103
- readonly type: () => {
1104
- kind: "Maybe";
1105
- item: () => {
1106
- kind: "Literal";
1076
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
1077
+ readonly type: {
1078
+ readonly kind: "Option";
1079
+ readonly itemType: {
1080
+ readonly kind: "Literal";
1107
1081
  };
1108
1082
  };
1109
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
1110
1083
  };
1111
1084
  readonly maxLength: {
1112
1085
  readonly kind: "Shacl";
1113
- readonly type: () => {
1114
- kind: "Maybe";
1115
- item: () => {
1116
- kind: "BigInt";
1086
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
1087
+ readonly type: {
1088
+ readonly kind: "Option";
1089
+ readonly itemType: {
1090
+ readonly kind: "BigInt";
1117
1091
  };
1118
1092
  };
1119
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
1120
1093
  };
1121
1094
  readonly minCount: {
1122
1095
  readonly kind: "Shacl";
1123
- readonly type: () => {
1124
- kind: "Maybe";
1125
- item: () => {
1126
- kind: "BigInt";
1096
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
1097
+ readonly type: {
1098
+ readonly kind: "Option";
1099
+ readonly itemType: {
1100
+ readonly kind: "BigInt";
1127
1101
  };
1128
1102
  };
1129
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
1130
1103
  };
1131
1104
  readonly minExclusive: {
1132
1105
  readonly kind: "Shacl";
1133
- readonly type: () => {
1134
- kind: "Maybe";
1135
- item: () => {
1136
- kind: "Literal";
1106
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
1107
+ readonly type: {
1108
+ readonly kind: "Option";
1109
+ readonly itemType: {
1110
+ readonly kind: "Literal";
1137
1111
  };
1138
1112
  };
1139
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
1140
1113
  };
1141
1114
  readonly minInclusive: {
1142
1115
  readonly kind: "Shacl";
1143
- readonly type: () => {
1144
- kind: "Maybe";
1145
- item: () => {
1146
- kind: "Literal";
1116
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
1117
+ readonly type: {
1118
+ readonly kind: "Option";
1119
+ readonly itemType: {
1120
+ readonly kind: "Literal";
1147
1121
  };
1148
1122
  };
1149
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
1150
1123
  };
1151
1124
  readonly minLength: {
1152
1125
  readonly kind: "Shacl";
1153
- readonly type: () => {
1154
- kind: "Maybe";
1155
- item: () => {
1156
- kind: "BigInt";
1126
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
1127
+ readonly type: {
1128
+ readonly kind: "Option";
1129
+ readonly itemType: {
1130
+ readonly kind: "BigInt";
1157
1131
  };
1158
1132
  };
1159
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
1160
1133
  };
1161
1134
  readonly mutable: {
1162
1135
  readonly kind: "Shacl";
1163
- readonly type: () => {
1164
- kind: "Maybe";
1165
- item: () => {
1166
- kind: "Boolean";
1136
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
1137
+ readonly type: {
1138
+ readonly kind: "Option";
1139
+ readonly itemType: {
1140
+ readonly kind: "Boolean";
1167
1141
  };
1168
1142
  };
1169
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
1170
1143
  };
1171
1144
  readonly node: {
1172
1145
  readonly kind: "Shacl";
1173
- readonly type: () => {
1174
- kind: "Maybe";
1175
- item: () => {
1176
- kind: "Identifier";
1146
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
1147
+ readonly type: {
1148
+ readonly kind: "Option";
1149
+ readonly itemType: {
1150
+ readonly kind: "Identifier";
1177
1151
  };
1178
1152
  };
1179
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
1180
1153
  };
1181
1154
  readonly nodeKind: {
1182
1155
  readonly kind: "Shacl";
1183
- readonly type: () => {
1184
- kind: "Maybe";
1185
- item: () => {
1186
- kind: "Iri";
1187
- in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
1156
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
1157
+ readonly type: {
1158
+ readonly kind: "Option";
1159
+ readonly itemType: {
1160
+ readonly kind: "Iri";
1161
+ readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
1188
1162
  };
1189
1163
  };
1190
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
1191
1164
  };
1192
1165
  readonly not: {
1193
1166
  readonly kind: "Shacl";
1194
- readonly type: () => {
1195
- kind: "Set";
1196
- item: () => {
1197
- kind: "Identifier";
1167
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
1168
+ readonly type: {
1169
+ readonly kind: "Set";
1170
+ readonly itemType: {
1171
+ readonly kind: "Identifier";
1198
1172
  };
1199
1173
  };
1200
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
1201
1174
  };
1202
1175
  readonly or: {
1203
1176
  readonly kind: "Shacl";
1204
- readonly type: () => {
1205
- kind: "Maybe";
1206
- item: () => {
1207
- kind: "List";
1208
- item: () => {
1209
- kind: "Identifier";
1177
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
1178
+ readonly type: {
1179
+ readonly kind: "Option";
1180
+ readonly itemType: {
1181
+ readonly kind: "List";
1182
+ readonly itemType: {
1183
+ readonly kind: "Identifier";
1210
1184
  };
1211
1185
  };
1212
1186
  };
1213
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
1214
1187
  };
1215
1188
  readonly patterns: {
1216
1189
  readonly kind: "Shacl";
1217
- readonly type: () => {
1218
- kind: "Set";
1219
- item: () => {
1220
- kind: "String";
1190
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
1191
+ readonly type: {
1192
+ readonly kind: "Set";
1193
+ readonly itemType: {
1194
+ readonly kind: "String";
1221
1195
  };
1222
1196
  };
1223
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
1224
1197
  };
1225
1198
  readonly properties: {
1226
1199
  readonly kind: "Shacl";
1227
- readonly type: () => {
1228
- kind: "Set";
1229
- item: () => {
1230
- kind: "Identifier";
1200
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
1201
+ readonly type: {
1202
+ readonly kind: "Set";
1203
+ readonly itemType: {
1204
+ readonly kind: "Identifier";
1231
1205
  };
1232
1206
  };
1233
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
1234
1207
  };
1235
1208
  readonly rdfType: {
1236
1209
  readonly kind: "Shacl";
1237
- readonly type: () => {
1238
- kind: "Maybe";
1239
- item: () => {
1240
- kind: "Iri";
1210
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
1211
+ readonly type: {
1212
+ readonly kind: "Option";
1213
+ readonly itemType: {
1214
+ readonly kind: "Iri";
1241
1215
  };
1242
1216
  };
1243
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
1244
1217
  };
1245
1218
  readonly shaclmateName: {
1246
1219
  readonly kind: "Shacl";
1247
- readonly type: () => {
1248
- kind: "Maybe";
1249
- item: () => {
1250
- kind: "String";
1220
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
1221
+ readonly type: {
1222
+ readonly kind: "Option";
1223
+ readonly itemType: {
1224
+ readonly kind: "String";
1251
1225
  };
1252
1226
  };
1253
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
1254
1227
  };
1255
1228
  readonly subClassOf: {
1256
1229
  readonly kind: "Shacl";
1257
- readonly type: () => {
1258
- kind: "Set";
1259
- item: () => {
1260
- kind: "Iri";
1230
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
1231
+ readonly type: {
1232
+ readonly kind: "Set";
1233
+ readonly itemType: {
1234
+ readonly kind: "Iri";
1261
1235
  };
1262
1236
  };
1263
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
1264
1237
  };
1265
1238
  readonly toRdfTypes: {
1266
1239
  readonly kind: "Shacl";
1267
- readonly type: () => {
1268
- kind: "Set";
1269
- item: () => {
1270
- kind: "Iri";
1240
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
1241
+ readonly type: {
1242
+ readonly kind: "Set";
1243
+ readonly itemType: {
1244
+ readonly kind: "Iri";
1271
1245
  };
1272
1246
  };
1273
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
1274
1247
  };
1275
1248
  readonly tsImports: {
1276
1249
  readonly kind: "Shacl";
1277
- readonly type: () => {
1278
- kind: "Set";
1279
- item: () => {
1280
- kind: "String";
1250
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
1251
+ readonly type: {
1252
+ readonly kind: "Set";
1253
+ readonly itemType: {
1254
+ readonly kind: "String";
1281
1255
  };
1282
1256
  };
1283
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
1284
1257
  };
1285
1258
  readonly types: {
1286
1259
  readonly kind: "Shacl";
1287
- readonly type: () => {
1288
- kind: "Set";
1289
- item: () => {
1290
- kind: "Iri";
1260
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
1261
+ readonly type: {
1262
+ readonly kind: "Set";
1263
+ readonly itemType: {
1264
+ readonly kind: "Iri";
1291
1265
  };
1292
1266
  };
1293
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
1294
1267
  };
1295
1268
  readonly xone: {
1296
1269
  readonly kind: "Shacl";
1297
- readonly type: () => {
1298
- kind: "Maybe";
1299
- item: () => {
1300
- kind: "List";
1301
- item: () => {
1302
- kind: "Identifier";
1270
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
1271
+ readonly type: {
1272
+ readonly kind: "Option";
1273
+ readonly itemType: {
1274
+ readonly kind: "List";
1275
+ readonly itemType: {
1276
+ readonly kind: "Identifier";
1303
1277
  };
1304
1278
  };
1305
1279
  };
1306
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
1307
1280
  };
1308
1281
  };
1309
1282
  };
@@ -1332,415 +1305,408 @@ export declare namespace Shape {
1332
1305
  readonly properties: {
1333
1306
  readonly $identifier: {
1334
1307
  readonly kind: "Identifier";
1335
- readonly type: () => {
1336
- kind: "Identifier";
1337
- };
1338
- };
1339
- readonly $type: {
1340
- readonly kind: "Discriminant";
1341
- readonly type: () => {
1342
- kind: "TypeDiscriminant";
1343
- ownValues: string[];
1308
+ readonly type: {
1309
+ readonly kind: "Identifier";
1344
1310
  };
1345
1311
  };
1346
1312
  readonly and: {
1347
1313
  readonly kind: "Shacl";
1348
- readonly type: () => {
1349
- kind: "Maybe";
1350
- item: () => {
1351
- kind: "List";
1352
- item: () => {
1353
- kind: "Identifier";
1314
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
1315
+ readonly type: {
1316
+ readonly kind: "Option";
1317
+ readonly itemType: {
1318
+ readonly kind: "List";
1319
+ readonly itemType: {
1320
+ readonly kind: "Identifier";
1354
1321
  };
1355
1322
  };
1356
1323
  };
1357
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
1358
1324
  };
1359
1325
  readonly classes: {
1360
1326
  readonly kind: "Shacl";
1361
- readonly type: () => {
1362
- kind: "Set";
1363
- item: () => {
1364
- kind: "Iri";
1327
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
1328
+ readonly type: {
1329
+ readonly kind: "Set";
1330
+ readonly itemType: {
1331
+ readonly kind: "Iri";
1365
1332
  };
1366
1333
  };
1367
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
1368
1334
  };
1369
1335
  readonly closed: {
1370
1336
  readonly kind: "Shacl";
1371
- readonly type: () => {
1372
- kind: "Maybe";
1373
- item: () => {
1374
- kind: "Boolean";
1337
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
1338
+ readonly type: {
1339
+ readonly kind: "Option";
1340
+ readonly itemType: {
1341
+ readonly kind: "Boolean";
1375
1342
  };
1376
1343
  };
1377
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
1378
1344
  };
1379
1345
  readonly comment: {
1380
1346
  readonly kind: "Shacl";
1381
- readonly type: () => {
1382
- kind: "Maybe";
1383
- item: () => {
1384
- kind: "String";
1347
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
1348
+ readonly type: {
1349
+ readonly kind: "Option";
1350
+ readonly itemType: {
1351
+ readonly kind: "String";
1385
1352
  };
1386
1353
  };
1387
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
1388
1354
  };
1389
1355
  readonly datatype: {
1390
1356
  readonly kind: "Shacl";
1391
- readonly type: () => {
1392
- kind: "Maybe";
1393
- item: () => {
1394
- kind: "Iri";
1357
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
1358
+ readonly type: {
1359
+ readonly kind: "Option";
1360
+ readonly itemType: {
1361
+ readonly kind: "Iri";
1395
1362
  };
1396
1363
  };
1397
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
1398
1364
  };
1399
1365
  readonly deactivated: {
1400
1366
  readonly kind: "Shacl";
1401
- readonly type: () => {
1402
- kind: "Maybe";
1403
- item: () => {
1404
- kind: "Boolean";
1367
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
1368
+ readonly type: {
1369
+ readonly kind: "Option";
1370
+ readonly itemType: {
1371
+ readonly kind: "Boolean";
1405
1372
  };
1406
1373
  };
1407
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
1408
1374
  };
1409
1375
  readonly discriminantValue: {
1410
1376
  readonly kind: "Shacl";
1411
- readonly type: () => {
1412
- kind: "Maybe";
1413
- item: () => {
1414
- kind: "String";
1377
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
1378
+ readonly type: {
1379
+ readonly kind: "Option";
1380
+ readonly itemType: {
1381
+ readonly kind: "String";
1415
1382
  };
1416
1383
  };
1417
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
1418
1384
  };
1419
1385
  readonly extern: {
1420
1386
  readonly kind: "Shacl";
1421
- readonly type: () => {
1422
- kind: "Maybe";
1423
- item: () => {
1424
- kind: "Boolean";
1387
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
1388
+ readonly type: {
1389
+ readonly kind: "Option";
1390
+ readonly itemType: {
1391
+ readonly kind: "Boolean";
1425
1392
  };
1426
1393
  };
1427
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
1428
1394
  };
1429
1395
  readonly flags: {
1430
1396
  readonly kind: "Shacl";
1431
- readonly type: () => {
1432
- kind: "Set";
1433
- item: () => {
1434
- kind: "String";
1397
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
1398
+ readonly type: {
1399
+ readonly kind: "Set";
1400
+ readonly itemType: {
1401
+ readonly kind: "String";
1435
1402
  };
1436
1403
  };
1437
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
1438
1404
  };
1439
1405
  readonly fromRdfType: {
1440
1406
  readonly kind: "Shacl";
1441
- readonly type: () => {
1442
- kind: "Maybe";
1443
- item: () => {
1444
- kind: "Iri";
1407
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
1408
+ readonly type: {
1409
+ readonly kind: "Option";
1410
+ readonly itemType: {
1411
+ readonly kind: "Iri";
1445
1412
  };
1446
1413
  };
1447
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
1448
1414
  };
1449
1415
  readonly hasValues: {
1450
1416
  readonly kind: "Shacl";
1451
- readonly type: () => {
1452
- kind: "Set";
1453
- item: () => {
1454
- kind: "Term";
1417
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
1418
+ readonly type: {
1419
+ readonly kind: "Set";
1420
+ readonly itemType: {
1421
+ readonly kind: "Term";
1455
1422
  };
1456
1423
  };
1457
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
1458
1424
  };
1459
1425
  readonly ignoredProperties: {
1460
1426
  readonly kind: "Shacl";
1461
- readonly type: () => {
1462
- kind: "Maybe";
1463
- item: () => {
1464
- kind: "List";
1465
- item: () => {
1466
- kind: "Iri";
1427
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
1428
+ readonly type: {
1429
+ readonly kind: "Option";
1430
+ readonly itemType: {
1431
+ readonly kind: "List";
1432
+ readonly itemType: {
1433
+ readonly kind: "Iri";
1467
1434
  };
1468
1435
  };
1469
1436
  };
1470
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
1471
1437
  };
1472
1438
  readonly in_: {
1473
1439
  readonly kind: "Shacl";
1474
- readonly type: () => {
1475
- kind: "Maybe";
1476
- item: () => {
1477
- kind: "List";
1478
- item: () => {
1479
- kind: "Term";
1440
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
1441
+ readonly type: {
1442
+ readonly kind: "Option";
1443
+ readonly itemType: {
1444
+ readonly kind: "List";
1445
+ readonly itemType: {
1446
+ readonly kind: "Term";
1480
1447
  };
1481
1448
  };
1482
1449
  };
1483
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
1484
1450
  };
1485
1451
  readonly isDefinedBy: {
1486
1452
  readonly kind: "Shacl";
1487
- readonly type: () => {
1488
- kind: "Maybe";
1489
- item: () => {
1490
- kind: "Identifier";
1453
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
1454
+ readonly type: {
1455
+ readonly kind: "Option";
1456
+ readonly itemType: {
1457
+ readonly kind: "Identifier";
1491
1458
  };
1492
1459
  };
1493
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
1494
1460
  };
1495
1461
  readonly label: {
1496
1462
  readonly kind: "Shacl";
1497
- readonly type: () => {
1498
- kind: "Maybe";
1499
- item: () => {
1500
- kind: "String";
1463
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
1464
+ readonly type: {
1465
+ readonly kind: "Option";
1466
+ readonly itemType: {
1467
+ readonly kind: "String";
1501
1468
  };
1502
1469
  };
1503
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
1504
1470
  };
1505
1471
  readonly languageIn: {
1506
1472
  readonly kind: "Shacl";
1507
- readonly type: () => {
1508
- kind: "Maybe";
1509
- item: () => {
1510
- kind: "List";
1511
- item: () => {
1512
- kind: "String";
1473
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
1474
+ readonly type: {
1475
+ readonly kind: "Option";
1476
+ readonly itemType: {
1477
+ readonly kind: "List";
1478
+ readonly itemType: {
1479
+ readonly kind: "String";
1513
1480
  };
1514
1481
  };
1515
1482
  };
1516
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
1517
1483
  };
1518
1484
  readonly maxCount: {
1519
1485
  readonly kind: "Shacl";
1520
- readonly type: () => {
1521
- kind: "Maybe";
1522
- item: () => {
1523
- kind: "BigInt";
1486
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
1487
+ readonly type: {
1488
+ readonly kind: "Option";
1489
+ readonly itemType: {
1490
+ readonly kind: "BigInt";
1524
1491
  };
1525
1492
  };
1526
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
1527
1493
  };
1528
1494
  readonly maxExclusive: {
1529
1495
  readonly kind: "Shacl";
1530
- readonly type: () => {
1531
- kind: "Maybe";
1532
- item: () => {
1533
- kind: "Literal";
1496
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
1497
+ readonly type: {
1498
+ readonly kind: "Option";
1499
+ readonly itemType: {
1500
+ readonly kind: "Literal";
1534
1501
  };
1535
1502
  };
1536
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
1537
1503
  };
1538
1504
  readonly maxInclusive: {
1539
1505
  readonly kind: "Shacl";
1540
- readonly type: () => {
1541
- kind: "Maybe";
1542
- item: () => {
1543
- kind: "Literal";
1506
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
1507
+ readonly type: {
1508
+ readonly kind: "Option";
1509
+ readonly itemType: {
1510
+ readonly kind: "Literal";
1544
1511
  };
1545
1512
  };
1546
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
1547
1513
  };
1548
1514
  readonly maxLength: {
1549
1515
  readonly kind: "Shacl";
1550
- readonly type: () => {
1551
- kind: "Maybe";
1552
- item: () => {
1553
- kind: "BigInt";
1516
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
1517
+ readonly type: {
1518
+ readonly kind: "Option";
1519
+ readonly itemType: {
1520
+ readonly kind: "BigInt";
1554
1521
  };
1555
1522
  };
1556
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
1557
1523
  };
1558
1524
  readonly minCount: {
1559
1525
  readonly kind: "Shacl";
1560
- readonly type: () => {
1561
- kind: "Maybe";
1562
- item: () => {
1563
- kind: "BigInt";
1526
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
1527
+ readonly type: {
1528
+ readonly kind: "Option";
1529
+ readonly itemType: {
1530
+ readonly kind: "BigInt";
1564
1531
  };
1565
1532
  };
1566
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
1567
1533
  };
1568
1534
  readonly minExclusive: {
1569
1535
  readonly kind: "Shacl";
1570
- readonly type: () => {
1571
- kind: "Maybe";
1572
- item: () => {
1573
- kind: "Literal";
1536
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
1537
+ readonly type: {
1538
+ readonly kind: "Option";
1539
+ readonly itemType: {
1540
+ readonly kind: "Literal";
1574
1541
  };
1575
1542
  };
1576
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
1577
1543
  };
1578
1544
  readonly minInclusive: {
1579
1545
  readonly kind: "Shacl";
1580
- readonly type: () => {
1581
- kind: "Maybe";
1582
- item: () => {
1583
- kind: "Literal";
1546
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
1547
+ readonly type: {
1548
+ readonly kind: "Option";
1549
+ readonly itemType: {
1550
+ readonly kind: "Literal";
1584
1551
  };
1585
1552
  };
1586
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
1587
1553
  };
1588
1554
  readonly minLength: {
1589
1555
  readonly kind: "Shacl";
1590
- readonly type: () => {
1591
- kind: "Maybe";
1592
- item: () => {
1593
- kind: "BigInt";
1556
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
1557
+ readonly type: {
1558
+ readonly kind: "Option";
1559
+ readonly itemType: {
1560
+ readonly kind: "BigInt";
1594
1561
  };
1595
1562
  };
1596
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
1597
1563
  };
1598
1564
  readonly mutable: {
1599
1565
  readonly kind: "Shacl";
1600
- readonly type: () => {
1601
- kind: "Maybe";
1602
- item: () => {
1603
- kind: "Boolean";
1566
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
1567
+ readonly type: {
1568
+ readonly kind: "Option";
1569
+ readonly itemType: {
1570
+ readonly kind: "Boolean";
1604
1571
  };
1605
1572
  };
1606
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
1607
1573
  };
1608
1574
  readonly node: {
1609
1575
  readonly kind: "Shacl";
1610
- readonly type: () => {
1611
- kind: "Maybe";
1612
- item: () => {
1613
- kind: "Identifier";
1576
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
1577
+ readonly type: {
1578
+ readonly kind: "Option";
1579
+ readonly itemType: {
1580
+ readonly kind: "Identifier";
1614
1581
  };
1615
1582
  };
1616
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
1617
1583
  };
1618
1584
  readonly nodeKind: {
1619
1585
  readonly kind: "Shacl";
1620
- readonly type: () => {
1621
- kind: "Maybe";
1622
- item: () => {
1623
- kind: "Iri";
1624
- in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
1586
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
1587
+ readonly type: {
1588
+ readonly kind: "Option";
1589
+ readonly itemType: {
1590
+ readonly kind: "Iri";
1591
+ readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
1625
1592
  };
1626
1593
  };
1627
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
1628
1594
  };
1629
1595
  readonly not: {
1630
1596
  readonly kind: "Shacl";
1631
- readonly type: () => {
1632
- kind: "Set";
1633
- item: () => {
1634
- kind: "Identifier";
1597
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
1598
+ readonly type: {
1599
+ readonly kind: "Set";
1600
+ readonly itemType: {
1601
+ readonly kind: "Identifier";
1635
1602
  };
1636
1603
  };
1637
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
1638
1604
  };
1639
1605
  readonly or: {
1640
1606
  readonly kind: "Shacl";
1641
- readonly type: () => {
1642
- kind: "Maybe";
1643
- item: () => {
1644
- kind: "List";
1645
- item: () => {
1646
- kind: "Identifier";
1607
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
1608
+ readonly type: {
1609
+ readonly kind: "Option";
1610
+ readonly itemType: {
1611
+ readonly kind: "List";
1612
+ readonly itemType: {
1613
+ readonly kind: "Identifier";
1647
1614
  };
1648
1615
  };
1649
1616
  };
1650
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
1651
1617
  };
1652
1618
  readonly patterns: {
1653
1619
  readonly kind: "Shacl";
1654
- readonly type: () => {
1655
- kind: "Set";
1656
- item: () => {
1657
- kind: "String";
1620
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
1621
+ readonly type: {
1622
+ readonly kind: "Set";
1623
+ readonly itemType: {
1624
+ readonly kind: "String";
1658
1625
  };
1659
1626
  };
1660
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
1661
1627
  };
1662
1628
  readonly properties: {
1663
1629
  readonly kind: "Shacl";
1664
- readonly type: () => {
1665
- kind: "Set";
1666
- item: () => {
1667
- kind: "Identifier";
1630
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
1631
+ readonly type: {
1632
+ readonly kind: "Set";
1633
+ readonly itemType: {
1634
+ readonly kind: "Identifier";
1668
1635
  };
1669
1636
  };
1670
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
1671
1637
  };
1672
1638
  readonly rdfType: {
1673
1639
  readonly kind: "Shacl";
1674
- readonly type: () => {
1675
- kind: "Maybe";
1676
- item: () => {
1677
- kind: "Iri";
1640
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
1641
+ readonly type: {
1642
+ readonly kind: "Option";
1643
+ readonly itemType: {
1644
+ readonly kind: "Iri";
1678
1645
  };
1679
1646
  };
1680
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
1681
1647
  };
1682
1648
  readonly shaclmateName: {
1683
1649
  readonly kind: "Shacl";
1684
- readonly type: () => {
1685
- kind: "Maybe";
1686
- item: () => {
1687
- kind: "String";
1650
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
1651
+ readonly type: {
1652
+ readonly kind: "Option";
1653
+ readonly itemType: {
1654
+ readonly kind: "String";
1688
1655
  };
1689
1656
  };
1690
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
1691
1657
  };
1692
1658
  readonly subClassOf: {
1693
1659
  readonly kind: "Shacl";
1694
- readonly type: () => {
1695
- kind: "Set";
1696
- item: () => {
1697
- kind: "Iri";
1660
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
1661
+ readonly type: {
1662
+ readonly kind: "Set";
1663
+ readonly itemType: {
1664
+ readonly kind: "Iri";
1698
1665
  };
1699
1666
  };
1700
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
1701
1667
  };
1702
1668
  readonly toRdfTypes: {
1703
1669
  readonly kind: "Shacl";
1704
- readonly type: () => {
1705
- kind: "Set";
1706
- item: () => {
1707
- kind: "Iri";
1670
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
1671
+ readonly type: {
1672
+ readonly kind: "Set";
1673
+ readonly itemType: {
1674
+ readonly kind: "Iri";
1708
1675
  };
1709
1676
  };
1710
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
1711
1677
  };
1712
1678
  readonly tsImports: {
1713
1679
  readonly kind: "Shacl";
1714
- readonly type: () => {
1715
- kind: "Set";
1716
- item: () => {
1717
- kind: "String";
1680
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
1681
+ readonly type: {
1682
+ readonly kind: "Set";
1683
+ readonly itemType: {
1684
+ readonly kind: "String";
1718
1685
  };
1719
1686
  };
1720
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
1721
1687
  };
1722
1688
  readonly types: {
1723
1689
  readonly kind: "Shacl";
1724
- readonly type: () => {
1725
- kind: "Set";
1726
- item: () => {
1727
- kind: "Iri";
1690
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
1691
+ readonly type: {
1692
+ readonly kind: "Set";
1693
+ readonly itemType: {
1694
+ readonly kind: "Iri";
1728
1695
  };
1729
1696
  };
1730
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
1731
1697
  };
1732
1698
  readonly xone: {
1733
1699
  readonly kind: "Shacl";
1734
- readonly type: () => {
1735
- kind: "Maybe";
1736
- item: () => {
1737
- kind: "List";
1738
- item: () => {
1739
- kind: "Identifier";
1700
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
1701
+ readonly type: {
1702
+ readonly kind: "Option";
1703
+ readonly itemType: {
1704
+ readonly kind: "List";
1705
+ readonly itemType: {
1706
+ readonly kind: "Identifier";
1740
1707
  };
1741
1708
  };
1742
1709
  };
1743
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
1744
1710
  };
1745
1711
  };
1746
1712
  };
@@ -1751,388 +1717,381 @@ export declare namespace Shape {
1751
1717
  readonly properties: {
1752
1718
  readonly $identifier: {
1753
1719
  readonly kind: "Identifier";
1754
- readonly type: () => {
1755
- kind: "Identifier";
1756
- };
1757
- };
1758
- readonly $type: {
1759
- readonly kind: "Discriminant";
1760
- readonly type: () => {
1761
- kind: "TypeDiscriminant";
1762
- ownValues: string[];
1720
+ readonly type: {
1721
+ readonly kind: "Identifier";
1763
1722
  };
1764
1723
  };
1765
1724
  readonly and: {
1766
1725
  readonly kind: "Shacl";
1767
- readonly type: () => {
1768
- kind: "Maybe";
1769
- item: () => {
1770
- kind: "List";
1771
- item: () => {
1772
- kind: "Identifier";
1726
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
1727
+ readonly type: {
1728
+ readonly kind: "Option";
1729
+ readonly itemType: {
1730
+ readonly kind: "List";
1731
+ readonly itemType: {
1732
+ readonly kind: "Identifier";
1773
1733
  };
1774
1734
  };
1775
1735
  };
1776
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
1777
1736
  };
1778
1737
  readonly classes: {
1779
1738
  readonly kind: "Shacl";
1780
- readonly type: () => {
1781
- kind: "Set";
1782
- item: () => {
1783
- kind: "Iri";
1739
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
1740
+ readonly type: {
1741
+ readonly kind: "Set";
1742
+ readonly itemType: {
1743
+ readonly kind: "Iri";
1784
1744
  };
1785
1745
  };
1786
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
1787
1746
  };
1788
1747
  readonly comment: {
1789
1748
  readonly kind: "Shacl";
1790
- readonly type: () => {
1791
- kind: "Maybe";
1792
- item: () => {
1793
- kind: "String";
1749
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
1750
+ readonly type: {
1751
+ readonly kind: "Option";
1752
+ readonly itemType: {
1753
+ readonly kind: "String";
1794
1754
  };
1795
1755
  };
1796
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
1797
1756
  };
1798
1757
  readonly datatype: {
1799
1758
  readonly kind: "Shacl";
1800
- readonly type: () => {
1801
- kind: "Maybe";
1802
- item: () => {
1803
- kind: "Iri";
1759
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
1760
+ readonly type: {
1761
+ readonly kind: "Option";
1762
+ readonly itemType: {
1763
+ readonly kind: "Iri";
1804
1764
  };
1805
1765
  };
1806
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
1807
1766
  };
1808
1767
  readonly deactivated: {
1809
1768
  readonly kind: "Shacl";
1810
- readonly type: () => {
1811
- kind: "Maybe";
1812
- item: () => {
1813
- kind: "Boolean";
1769
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
1770
+ readonly type: {
1771
+ readonly kind: "Option";
1772
+ readonly itemType: {
1773
+ readonly kind: "Boolean";
1814
1774
  };
1815
1775
  };
1816
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
1817
1776
  };
1818
1777
  readonly defaultValue: {
1819
1778
  readonly kind: "Shacl";
1820
- readonly type: () => {
1821
- kind: "Maybe";
1822
- item: () => {
1823
- kind: "Term";
1779
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
1780
+ readonly type: {
1781
+ readonly kind: "Option";
1782
+ readonly itemType: {
1783
+ readonly kind: "Term";
1824
1784
  };
1825
1785
  };
1826
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
1827
1786
  };
1828
1787
  readonly description: {
1829
1788
  readonly kind: "Shacl";
1830
- readonly type: () => {
1831
- kind: "Maybe";
1832
- item: () => {
1833
- kind: "String";
1789
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
1790
+ readonly type: {
1791
+ readonly kind: "Option";
1792
+ readonly itemType: {
1793
+ readonly kind: "String";
1834
1794
  };
1835
1795
  };
1836
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
1837
1796
  };
1838
1797
  readonly display: {
1839
1798
  readonly kind: "Shacl";
1840
- readonly type: () => {
1841
- kind: "DefaultValue";
1842
- item: () => {
1843
- kind: "Boolean";
1799
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
1800
+ readonly type: {
1801
+ readonly kind: "DefaultValue";
1802
+ readonly itemType: {
1803
+ readonly kind: "Boolean";
1844
1804
  };
1845
- defaultValue: boolean;
1805
+ readonly defaultValue: false;
1846
1806
  };
1847
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
1848
1807
  };
1849
1808
  readonly flags: {
1850
1809
  readonly kind: "Shacl";
1851
- readonly type: () => {
1852
- kind: "Set";
1853
- item: () => {
1854
- kind: "String";
1810
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
1811
+ readonly type: {
1812
+ readonly kind: "Set";
1813
+ readonly itemType: {
1814
+ readonly kind: "String";
1855
1815
  };
1856
1816
  };
1857
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
1858
1817
  };
1859
1818
  readonly groups: {
1860
1819
  readonly kind: "Shacl";
1861
- readonly type: () => {
1862
- kind: "Set";
1863
- item: () => {
1864
- kind: "Identifier";
1820
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
1821
+ readonly type: {
1822
+ readonly kind: "Set";
1823
+ readonly itemType: {
1824
+ readonly kind: "Identifier";
1865
1825
  };
1866
1826
  };
1867
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
1868
1827
  };
1869
1828
  readonly hasValues: {
1870
1829
  readonly kind: "Shacl";
1871
- readonly type: () => {
1872
- kind: "Set";
1873
- item: () => {
1874
- kind: "Term";
1830
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
1831
+ readonly type: {
1832
+ readonly kind: "Set";
1833
+ readonly itemType: {
1834
+ readonly kind: "Term";
1875
1835
  };
1876
1836
  };
1877
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
1878
1837
  };
1879
1838
  readonly in_: {
1880
1839
  readonly kind: "Shacl";
1881
- readonly type: () => {
1882
- kind: "Maybe";
1883
- item: () => {
1884
- kind: "List";
1885
- item: () => {
1886
- kind: "Term";
1840
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
1841
+ readonly type: {
1842
+ readonly kind: "Option";
1843
+ readonly itemType: {
1844
+ readonly kind: "List";
1845
+ readonly itemType: {
1846
+ readonly kind: "Term";
1887
1847
  };
1888
1848
  };
1889
1849
  };
1890
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
1891
1850
  };
1892
1851
  readonly isDefinedBy: {
1893
1852
  readonly kind: "Shacl";
1894
- readonly type: () => {
1895
- kind: "Maybe";
1896
- item: () => {
1897
- kind: "Identifier";
1853
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
1854
+ readonly type: {
1855
+ readonly kind: "Option";
1856
+ readonly itemType: {
1857
+ readonly kind: "Identifier";
1898
1858
  };
1899
1859
  };
1900
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
1901
1860
  };
1902
1861
  readonly label: {
1903
1862
  readonly kind: "Shacl";
1904
- readonly type: () => {
1905
- kind: "Maybe";
1906
- item: () => {
1907
- kind: "String";
1863
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
1864
+ readonly type: {
1865
+ readonly kind: "Option";
1866
+ readonly itemType: {
1867
+ readonly kind: "String";
1908
1868
  };
1909
1869
  };
1910
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
1911
1870
  };
1912
1871
  readonly languageIn: {
1913
1872
  readonly kind: "Shacl";
1914
- readonly type: () => {
1915
- kind: "Maybe";
1916
- item: () => {
1917
- kind: "List";
1918
- item: () => {
1919
- kind: "String";
1873
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
1874
+ readonly type: {
1875
+ readonly kind: "Option";
1876
+ readonly itemType: {
1877
+ readonly kind: "List";
1878
+ readonly itemType: {
1879
+ readonly kind: "String";
1920
1880
  };
1921
1881
  };
1922
1882
  };
1923
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
1924
1883
  };
1925
1884
  readonly maxCount: {
1926
1885
  readonly kind: "Shacl";
1927
- readonly type: () => {
1928
- kind: "Maybe";
1929
- item: () => {
1930
- kind: "BigInt";
1886
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
1887
+ readonly type: {
1888
+ readonly kind: "Option";
1889
+ readonly itemType: {
1890
+ readonly kind: "BigInt";
1931
1891
  };
1932
1892
  };
1933
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
1934
1893
  };
1935
1894
  readonly maxExclusive: {
1936
1895
  readonly kind: "Shacl";
1937
- readonly type: () => {
1938
- kind: "Maybe";
1939
- item: () => {
1940
- kind: "Literal";
1896
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
1897
+ readonly type: {
1898
+ readonly kind: "Option";
1899
+ readonly itemType: {
1900
+ readonly kind: "Literal";
1941
1901
  };
1942
1902
  };
1943
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
1944
1903
  };
1945
1904
  readonly maxInclusive: {
1946
1905
  readonly kind: "Shacl";
1947
- readonly type: () => {
1948
- kind: "Maybe";
1949
- item: () => {
1950
- kind: "Literal";
1906
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
1907
+ readonly type: {
1908
+ readonly kind: "Option";
1909
+ readonly itemType: {
1910
+ readonly kind: "Literal";
1951
1911
  };
1952
1912
  };
1953
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
1954
1913
  };
1955
1914
  readonly maxLength: {
1956
1915
  readonly kind: "Shacl";
1957
- readonly type: () => {
1958
- kind: "Maybe";
1959
- item: () => {
1960
- kind: "BigInt";
1916
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
1917
+ readonly type: {
1918
+ readonly kind: "Option";
1919
+ readonly itemType: {
1920
+ readonly kind: "BigInt";
1961
1921
  };
1962
1922
  };
1963
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
1964
1923
  };
1965
1924
  readonly minCount: {
1966
1925
  readonly kind: "Shacl";
1967
- readonly type: () => {
1968
- kind: "Maybe";
1969
- item: () => {
1970
- kind: "BigInt";
1926
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
1927
+ readonly type: {
1928
+ readonly kind: "Option";
1929
+ readonly itemType: {
1930
+ readonly kind: "BigInt";
1971
1931
  };
1972
1932
  };
1973
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
1974
1933
  };
1975
1934
  readonly minExclusive: {
1976
1935
  readonly kind: "Shacl";
1977
- readonly type: () => {
1978
- kind: "Maybe";
1979
- item: () => {
1980
- kind: "Literal";
1936
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
1937
+ readonly type: {
1938
+ readonly kind: "Option";
1939
+ readonly itemType: {
1940
+ readonly kind: "Literal";
1981
1941
  };
1982
1942
  };
1983
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
1984
1943
  };
1985
1944
  readonly minInclusive: {
1986
1945
  readonly kind: "Shacl";
1987
- readonly type: () => {
1988
- kind: "Maybe";
1989
- item: () => {
1990
- kind: "Literal";
1946
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
1947
+ readonly type: {
1948
+ readonly kind: "Option";
1949
+ readonly itemType: {
1950
+ readonly kind: "Literal";
1991
1951
  };
1992
1952
  };
1993
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
1994
1953
  };
1995
1954
  readonly minLength: {
1996
1955
  readonly kind: "Shacl";
1997
- readonly type: () => {
1998
- kind: "Maybe";
1999
- item: () => {
2000
- kind: "BigInt";
1956
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
1957
+ readonly type: {
1958
+ readonly kind: "Option";
1959
+ readonly itemType: {
1960
+ readonly kind: "BigInt";
2001
1961
  };
2002
1962
  };
2003
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
2004
1963
  };
2005
1964
  readonly mutable: {
2006
1965
  readonly kind: "Shacl";
2007
- readonly type: () => {
2008
- kind: "Maybe";
2009
- item: () => {
2010
- kind: "Boolean";
1966
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
1967
+ readonly type: {
1968
+ readonly kind: "Option";
1969
+ readonly itemType: {
1970
+ readonly kind: "Boolean";
2011
1971
  };
2012
1972
  };
2013
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
2014
1973
  };
2015
1974
  readonly name: {
2016
1975
  readonly kind: "Shacl";
2017
- readonly type: () => {
2018
- kind: "Maybe";
2019
- item: () => {
2020
- kind: "String";
1976
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
1977
+ readonly type: {
1978
+ readonly kind: "Option";
1979
+ readonly itemType: {
1980
+ readonly kind: "String";
2021
1981
  };
2022
1982
  };
2023
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
2024
1983
  };
2025
1984
  readonly node: {
2026
1985
  readonly kind: "Shacl";
2027
- readonly type: () => {
2028
- kind: "Maybe";
2029
- item: () => {
2030
- kind: "Identifier";
1986
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
1987
+ readonly type: {
1988
+ readonly kind: "Option";
1989
+ readonly itemType: {
1990
+ readonly kind: "Identifier";
2031
1991
  };
2032
1992
  };
2033
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
2034
1993
  };
2035
1994
  readonly nodeKind: {
2036
1995
  readonly kind: "Shacl";
2037
- readonly type: () => {
2038
- kind: "Maybe";
2039
- item: () => {
2040
- kind: "Iri";
2041
- in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
1996
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
1997
+ readonly type: {
1998
+ readonly kind: "Option";
1999
+ readonly itemType: {
2000
+ readonly kind: "Iri";
2001
+ readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
2042
2002
  };
2043
2003
  };
2044
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
2045
2004
  };
2046
2005
  readonly not: {
2047
2006
  readonly kind: "Shacl";
2048
- readonly type: () => {
2049
- kind: "Set";
2050
- item: () => {
2051
- kind: "Identifier";
2007
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
2008
+ readonly type: {
2009
+ readonly kind: "Set";
2010
+ readonly itemType: {
2011
+ readonly kind: "Identifier";
2052
2012
  };
2053
2013
  };
2054
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
2055
2014
  };
2056
2015
  readonly or: {
2057
2016
  readonly kind: "Shacl";
2058
- readonly type: () => {
2059
- kind: "Maybe";
2060
- item: () => {
2061
- kind: "List";
2062
- item: () => {
2063
- kind: "Identifier";
2017
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
2018
+ readonly type: {
2019
+ readonly kind: "Option";
2020
+ readonly itemType: {
2021
+ readonly kind: "List";
2022
+ readonly itemType: {
2023
+ readonly kind: "Identifier";
2064
2024
  };
2065
2025
  };
2066
2026
  };
2067
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
2068
2027
  };
2069
2028
  readonly order: {
2070
2029
  readonly kind: "Shacl";
2071
- readonly type: () => {
2072
- kind: "Maybe";
2073
- item: () => {
2074
- kind: "Float";
2030
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
2031
+ readonly type: {
2032
+ readonly kind: "Option";
2033
+ readonly itemType: {
2034
+ readonly kind: "Float";
2075
2035
  };
2076
2036
  };
2077
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
2078
2037
  };
2079
2038
  readonly path: {
2080
2039
  readonly kind: "Shacl";
2081
- readonly type: () => object;
2082
2040
  readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#path">;
2041
+ readonly type: object;
2083
2042
  };
2084
2043
  readonly patterns: {
2085
2044
  readonly kind: "Shacl";
2086
- readonly type: () => {
2087
- kind: "Set";
2088
- item: () => {
2089
- kind: "String";
2045
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
2046
+ readonly type: {
2047
+ readonly kind: "Set";
2048
+ readonly itemType: {
2049
+ readonly kind: "String";
2090
2050
  };
2091
2051
  };
2092
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
2093
2052
  };
2094
2053
  readonly resolve: {
2095
2054
  readonly kind: "Shacl";
2096
- readonly type: () => {
2097
- kind: "Maybe";
2098
- item: () => {
2099
- kind: "Identifier";
2055
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
2056
+ readonly type: {
2057
+ readonly kind: "Option";
2058
+ readonly itemType: {
2059
+ readonly kind: "Identifier";
2100
2060
  };
2101
2061
  };
2102
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
2103
2062
  };
2104
2063
  readonly shaclmateName: {
2105
2064
  readonly kind: "Shacl";
2106
- readonly type: () => {
2107
- kind: "Maybe";
2108
- item: () => {
2109
- kind: "String";
2065
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
2066
+ readonly type: {
2067
+ readonly kind: "Option";
2068
+ readonly itemType: {
2069
+ readonly kind: "String";
2110
2070
  };
2111
2071
  };
2112
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
2113
2072
  };
2114
2073
  readonly uniqueLang: {
2115
2074
  readonly kind: "Shacl";
2116
- readonly type: () => {
2117
- kind: "Maybe";
2118
- item: () => {
2119
- kind: "Boolean";
2075
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
2076
+ readonly type: {
2077
+ readonly kind: "Option";
2078
+ readonly itemType: {
2079
+ readonly kind: "Boolean";
2120
2080
  };
2121
2081
  };
2122
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
2123
2082
  };
2124
2083
  readonly xone: {
2125
2084
  readonly kind: "Shacl";
2126
- readonly type: () => {
2127
- kind: "Maybe";
2128
- item: () => {
2129
- kind: "List";
2130
- item: () => {
2131
- kind: "Identifier";
2085
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
2086
+ readonly type: {
2087
+ readonly kind: "Option";
2088
+ readonly itemType: {
2089
+ readonly kind: "List";
2090
+ readonly itemType: {
2091
+ readonly kind: "Identifier";
2132
2092
  };
2133
2093
  };
2134
2094
  };
2135
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
2136
2095
  };
2137
2096
  };
2138
2097
  };
@@ -2141,289 +2100,289 @@ export declare namespace Shape {
2141
2100
  readonly properties: {
2142
2101
  readonly and: {
2143
2102
  readonly kind: "Shacl";
2144
- readonly type: () => {
2145
- kind: "Maybe";
2146
- item: () => {
2147
- kind: "List";
2148
- item: () => {
2149
- kind: "Identifier";
2103
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
2104
+ readonly type: {
2105
+ readonly kind: "Option";
2106
+ readonly itemType: {
2107
+ readonly kind: "List";
2108
+ readonly itemType: {
2109
+ readonly kind: "Identifier";
2150
2110
  };
2151
2111
  };
2152
2112
  };
2153
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
2154
2113
  };
2155
2114
  readonly classes: {
2156
2115
  readonly kind: "Shacl";
2157
- readonly type: () => {
2158
- kind: "Set";
2159
- item: () => {
2160
- kind: "Iri";
2116
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
2117
+ readonly type: {
2118
+ readonly kind: "Set";
2119
+ readonly itemType: {
2120
+ readonly kind: "Iri";
2161
2121
  };
2162
2122
  };
2163
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
2164
2123
  };
2165
2124
  readonly comment: {
2166
2125
  readonly kind: "Shacl";
2167
- readonly type: () => {
2168
- kind: "Maybe";
2169
- item: () => {
2170
- kind: "String";
2126
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2127
+ readonly type: {
2128
+ readonly kind: "Option";
2129
+ readonly itemType: {
2130
+ readonly kind: "String";
2171
2131
  };
2172
2132
  };
2173
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2174
2133
  };
2175
2134
  readonly datatype: {
2176
2135
  readonly kind: "Shacl";
2177
- readonly type: () => {
2178
- kind: "Maybe";
2179
- item: () => {
2180
- kind: "Iri";
2136
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
2137
+ readonly type: {
2138
+ readonly kind: "Option";
2139
+ readonly itemType: {
2140
+ readonly kind: "Iri";
2181
2141
  };
2182
2142
  };
2183
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
2184
2143
  };
2185
2144
  readonly deactivated: {
2186
2145
  readonly kind: "Shacl";
2187
- readonly type: () => {
2188
- kind: "Maybe";
2189
- item: () => {
2190
- kind: "Boolean";
2146
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
2147
+ readonly type: {
2148
+ readonly kind: "Option";
2149
+ readonly itemType: {
2150
+ readonly kind: "Boolean";
2191
2151
  };
2192
2152
  };
2193
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
2194
2153
  };
2195
2154
  readonly flags: {
2196
2155
  readonly kind: "Shacl";
2197
- readonly type: () => {
2198
- kind: "Set";
2199
- item: () => {
2200
- kind: "String";
2156
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
2157
+ readonly type: {
2158
+ readonly kind: "Set";
2159
+ readonly itemType: {
2160
+ readonly kind: "String";
2201
2161
  };
2202
2162
  };
2203
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
2204
2163
  };
2205
2164
  readonly hasValues: {
2206
2165
  readonly kind: "Shacl";
2207
- readonly type: () => {
2208
- kind: "Set";
2209
- item: () => {
2210
- kind: "Term";
2166
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
2167
+ readonly type: {
2168
+ readonly kind: "Set";
2169
+ readonly itemType: {
2170
+ readonly kind: "Term";
2211
2171
  };
2212
2172
  };
2213
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
2214
2173
  };
2215
2174
  readonly in_: {
2216
2175
  readonly kind: "Shacl";
2217
- readonly type: () => {
2218
- kind: "Maybe";
2219
- item: () => {
2220
- kind: "List";
2221
- item: () => {
2222
- kind: "Term";
2176
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
2177
+ readonly type: {
2178
+ readonly kind: "Option";
2179
+ readonly itemType: {
2180
+ readonly kind: "List";
2181
+ readonly itemType: {
2182
+ readonly kind: "Term";
2223
2183
  };
2224
2184
  };
2225
2185
  };
2226
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
2227
2186
  };
2228
2187
  readonly isDefinedBy: {
2229
2188
  readonly kind: "Shacl";
2230
- readonly type: () => {
2231
- kind: "Maybe";
2232
- item: () => {
2233
- kind: "Identifier";
2189
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
2190
+ readonly type: {
2191
+ readonly kind: "Option";
2192
+ readonly itemType: {
2193
+ readonly kind: "Identifier";
2234
2194
  };
2235
2195
  };
2236
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
2237
2196
  };
2238
2197
  readonly label: {
2239
2198
  readonly kind: "Shacl";
2240
- readonly type: () => {
2241
- kind: "Maybe";
2242
- item: () => {
2243
- kind: "String";
2199
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
2200
+ readonly type: {
2201
+ readonly kind: "Option";
2202
+ readonly itemType: {
2203
+ readonly kind: "String";
2244
2204
  };
2245
2205
  };
2246
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
2247
2206
  };
2248
2207
  readonly languageIn: {
2249
2208
  readonly kind: "Shacl";
2250
- readonly type: () => {
2251
- kind: "Maybe";
2252
- item: () => {
2253
- kind: "List";
2254
- item: () => {
2255
- kind: "String";
2209
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
2210
+ readonly type: {
2211
+ readonly kind: "Option";
2212
+ readonly itemType: {
2213
+ readonly kind: "List";
2214
+ readonly itemType: {
2215
+ readonly kind: "String";
2256
2216
  };
2257
2217
  };
2258
2218
  };
2259
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
2260
2219
  };
2261
2220
  readonly maxCount: {
2262
2221
  readonly kind: "Shacl";
2263
- readonly type: () => {
2264
- kind: "Maybe";
2265
- item: () => {
2266
- kind: "BigInt";
2222
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
2223
+ readonly type: {
2224
+ readonly kind: "Option";
2225
+ readonly itemType: {
2226
+ readonly kind: "BigInt";
2267
2227
  };
2268
2228
  };
2269
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
2270
2229
  };
2271
2230
  readonly maxExclusive: {
2272
2231
  readonly kind: "Shacl";
2273
- readonly type: () => {
2274
- kind: "Maybe";
2275
- item: () => {
2276
- kind: "Literal";
2232
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
2233
+ readonly type: {
2234
+ readonly kind: "Option";
2235
+ readonly itemType: {
2236
+ readonly kind: "Literal";
2277
2237
  };
2278
2238
  };
2279
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
2280
2239
  };
2281
2240
  readonly maxInclusive: {
2282
2241
  readonly kind: "Shacl";
2283
- readonly type: () => {
2284
- kind: "Maybe";
2285
- item: () => {
2286
- kind: "Literal";
2242
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
2243
+ readonly type: {
2244
+ readonly kind: "Option";
2245
+ readonly itemType: {
2246
+ readonly kind: "Literal";
2287
2247
  };
2288
2248
  };
2289
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
2290
2249
  };
2291
2250
  readonly maxLength: {
2292
2251
  readonly kind: "Shacl";
2293
- readonly type: () => {
2294
- kind: "Maybe";
2295
- item: () => {
2296
- kind: "BigInt";
2252
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
2253
+ readonly type: {
2254
+ readonly kind: "Option";
2255
+ readonly itemType: {
2256
+ readonly kind: "BigInt";
2297
2257
  };
2298
2258
  };
2299
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
2300
2259
  };
2301
2260
  readonly minCount: {
2302
2261
  readonly kind: "Shacl";
2303
- readonly type: () => {
2304
- kind: "Maybe";
2305
- item: () => {
2306
- kind: "BigInt";
2262
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
2263
+ readonly type: {
2264
+ readonly kind: "Option";
2265
+ readonly itemType: {
2266
+ readonly kind: "BigInt";
2307
2267
  };
2308
2268
  };
2309
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
2310
2269
  };
2311
2270
  readonly minExclusive: {
2312
2271
  readonly kind: "Shacl";
2313
- readonly type: () => {
2314
- kind: "Maybe";
2315
- item: () => {
2316
- kind: "Literal";
2272
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
2273
+ readonly type: {
2274
+ readonly kind: "Option";
2275
+ readonly itemType: {
2276
+ readonly kind: "Literal";
2317
2277
  };
2318
2278
  };
2319
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
2320
2279
  };
2321
2280
  readonly minInclusive: {
2322
2281
  readonly kind: "Shacl";
2323
- readonly type: () => {
2324
- kind: "Maybe";
2325
- item: () => {
2326
- kind: "Literal";
2282
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
2283
+ readonly type: {
2284
+ readonly kind: "Option";
2285
+ readonly itemType: {
2286
+ readonly kind: "Literal";
2327
2287
  };
2328
2288
  };
2329
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
2330
2289
  };
2331
2290
  readonly minLength: {
2332
2291
  readonly kind: "Shacl";
2333
- readonly type: () => {
2334
- kind: "Maybe";
2335
- item: () => {
2336
- kind: "BigInt";
2292
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
2293
+ readonly type: {
2294
+ readonly kind: "Option";
2295
+ readonly itemType: {
2296
+ readonly kind: "BigInt";
2337
2297
  };
2338
2298
  };
2339
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
2340
2299
  };
2341
2300
  readonly mutable: {
2342
2301
  readonly kind: "Shacl";
2343
- readonly type: () => {
2344
- kind: "Maybe";
2345
- item: () => {
2346
- kind: "Boolean";
2302
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
2303
+ readonly type: {
2304
+ readonly kind: "Option";
2305
+ readonly itemType: {
2306
+ readonly kind: "Boolean";
2347
2307
  };
2348
2308
  };
2349
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
2350
2309
  };
2351
2310
  readonly node: {
2352
2311
  readonly kind: "Shacl";
2353
- readonly type: () => {
2354
- kind: "Maybe";
2355
- item: () => {
2356
- kind: "Identifier";
2312
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
2313
+ readonly type: {
2314
+ readonly kind: "Option";
2315
+ readonly itemType: {
2316
+ readonly kind: "Identifier";
2357
2317
  };
2358
2318
  };
2359
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
2360
2319
  };
2361
2320
  readonly nodeKind: {
2362
2321
  readonly kind: "Shacl";
2363
- readonly type: () => {
2364
- kind: "Maybe";
2365
- item: () => {
2366
- kind: "Iri";
2367
- in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
2322
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
2323
+ readonly type: {
2324
+ readonly kind: "Option";
2325
+ readonly itemType: {
2326
+ readonly kind: "Iri";
2327
+ readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
2368
2328
  };
2369
2329
  };
2370
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
2371
2330
  };
2372
2331
  readonly not: {
2373
2332
  readonly kind: "Shacl";
2374
- readonly type: () => {
2375
- kind: "Set";
2376
- item: () => {
2377
- kind: "Identifier";
2333
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
2334
+ readonly type: {
2335
+ readonly kind: "Set";
2336
+ readonly itemType: {
2337
+ readonly kind: "Identifier";
2378
2338
  };
2379
2339
  };
2380
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
2381
2340
  };
2382
2341
  readonly or: {
2383
2342
  readonly kind: "Shacl";
2384
- readonly type: () => {
2385
- kind: "Maybe";
2386
- item: () => {
2387
- kind: "List";
2388
- item: () => {
2389
- kind: "Identifier";
2343
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
2344
+ readonly type: {
2345
+ readonly kind: "Option";
2346
+ readonly itemType: {
2347
+ readonly kind: "List";
2348
+ readonly itemType: {
2349
+ readonly kind: "Identifier";
2390
2350
  };
2391
2351
  };
2392
2352
  };
2393
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
2394
2353
  };
2395
2354
  readonly patterns: {
2396
2355
  readonly kind: "Shacl";
2397
- readonly type: () => {
2398
- kind: "Set";
2399
- item: () => {
2400
- kind: "String";
2356
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
2357
+ readonly type: {
2358
+ readonly kind: "Set";
2359
+ readonly itemType: {
2360
+ readonly kind: "String";
2401
2361
  };
2402
2362
  };
2403
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
2404
2363
  };
2405
2364
  readonly shaclmateName: {
2406
2365
  readonly kind: "Shacl";
2407
- readonly type: () => {
2408
- kind: "Maybe";
2409
- item: () => {
2410
- kind: "String";
2366
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
2367
+ readonly type: {
2368
+ readonly kind: "Option";
2369
+ readonly itemType: {
2370
+ readonly kind: "String";
2411
2371
  };
2412
2372
  };
2413
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
2414
2373
  };
2415
2374
  readonly xone: {
2416
2375
  readonly kind: "Shacl";
2417
- readonly type: () => {
2418
- kind: "Maybe";
2419
- item: () => {
2420
- kind: "List";
2421
- item: () => {
2422
- kind: "Identifier";
2376
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
2377
+ readonly type: {
2378
+ readonly kind: "Option";
2379
+ readonly itemType: {
2380
+ readonly kind: "List";
2381
+ readonly itemType: {
2382
+ readonly kind: "Identifier";
2423
2383
  };
2424
2384
  };
2425
2385
  };
2426
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
2427
2386
  };
2428
2387
  };
2429
2388
  };
@@ -2455,415 +2414,408 @@ export declare namespace $Object {
2455
2414
  readonly properties: {
2456
2415
  readonly $identifier: {
2457
2416
  readonly kind: "Identifier";
2458
- readonly type: () => {
2459
- kind: "Identifier";
2460
- };
2461
- };
2462
- readonly $type: {
2463
- readonly kind: "Discriminant";
2464
- readonly type: () => {
2465
- kind: "TypeDiscriminant";
2466
- ownValues: string[];
2417
+ readonly type: {
2418
+ readonly kind: "Identifier";
2467
2419
  };
2468
2420
  };
2469
2421
  readonly and: {
2470
2422
  readonly kind: "Shacl";
2471
- readonly type: () => {
2472
- kind: "Maybe";
2473
- item: () => {
2474
- kind: "List";
2475
- item: () => {
2476
- kind: "Identifier";
2423
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
2424
+ readonly type: {
2425
+ readonly kind: "Option";
2426
+ readonly itemType: {
2427
+ readonly kind: "List";
2428
+ readonly itemType: {
2429
+ readonly kind: "Identifier";
2477
2430
  };
2478
2431
  };
2479
2432
  };
2480
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
2481
2433
  };
2482
2434
  readonly classes: {
2483
2435
  readonly kind: "Shacl";
2484
- readonly type: () => {
2485
- kind: "Set";
2486
- item: () => {
2487
- kind: "Iri";
2436
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
2437
+ readonly type: {
2438
+ readonly kind: "Set";
2439
+ readonly itemType: {
2440
+ readonly kind: "Iri";
2488
2441
  };
2489
2442
  };
2490
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
2491
2443
  };
2492
2444
  readonly closed: {
2493
2445
  readonly kind: "Shacl";
2494
- readonly type: () => {
2495
- kind: "Maybe";
2496
- item: () => {
2497
- kind: "Boolean";
2446
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
2447
+ readonly type: {
2448
+ readonly kind: "Option";
2449
+ readonly itemType: {
2450
+ readonly kind: "Boolean";
2498
2451
  };
2499
2452
  };
2500
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
2501
2453
  };
2502
2454
  readonly comment: {
2503
2455
  readonly kind: "Shacl";
2504
- readonly type: () => {
2505
- kind: "Maybe";
2506
- item: () => {
2507
- kind: "String";
2456
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2457
+ readonly type: {
2458
+ readonly kind: "Option";
2459
+ readonly itemType: {
2460
+ readonly kind: "String";
2508
2461
  };
2509
2462
  };
2510
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2511
2463
  };
2512
2464
  readonly datatype: {
2513
2465
  readonly kind: "Shacl";
2514
- readonly type: () => {
2515
- kind: "Maybe";
2516
- item: () => {
2517
- kind: "Iri";
2466
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
2467
+ readonly type: {
2468
+ readonly kind: "Option";
2469
+ readonly itemType: {
2470
+ readonly kind: "Iri";
2518
2471
  };
2519
2472
  };
2520
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
2521
2473
  };
2522
2474
  readonly deactivated: {
2523
2475
  readonly kind: "Shacl";
2524
- readonly type: () => {
2525
- kind: "Maybe";
2526
- item: () => {
2527
- kind: "Boolean";
2476
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
2477
+ readonly type: {
2478
+ readonly kind: "Option";
2479
+ readonly itemType: {
2480
+ readonly kind: "Boolean";
2528
2481
  };
2529
2482
  };
2530
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
2531
2483
  };
2532
2484
  readonly discriminantValue: {
2533
2485
  readonly kind: "Shacl";
2534
- readonly type: () => {
2535
- kind: "Maybe";
2536
- item: () => {
2537
- kind: "String";
2486
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
2487
+ readonly type: {
2488
+ readonly kind: "Option";
2489
+ readonly itemType: {
2490
+ readonly kind: "String";
2538
2491
  };
2539
2492
  };
2540
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
2541
2493
  };
2542
2494
  readonly extern: {
2543
2495
  readonly kind: "Shacl";
2544
- readonly type: () => {
2545
- kind: "Maybe";
2546
- item: () => {
2547
- kind: "Boolean";
2496
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
2497
+ readonly type: {
2498
+ readonly kind: "Option";
2499
+ readonly itemType: {
2500
+ readonly kind: "Boolean";
2548
2501
  };
2549
2502
  };
2550
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
2551
2503
  };
2552
2504
  readonly flags: {
2553
2505
  readonly kind: "Shacl";
2554
- readonly type: () => {
2555
- kind: "Set";
2556
- item: () => {
2557
- kind: "String";
2506
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
2507
+ readonly type: {
2508
+ readonly kind: "Set";
2509
+ readonly itemType: {
2510
+ readonly kind: "String";
2558
2511
  };
2559
2512
  };
2560
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
2561
2513
  };
2562
2514
  readonly fromRdfType: {
2563
2515
  readonly kind: "Shacl";
2564
- readonly type: () => {
2565
- kind: "Maybe";
2566
- item: () => {
2567
- kind: "Iri";
2516
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
2517
+ readonly type: {
2518
+ readonly kind: "Option";
2519
+ readonly itemType: {
2520
+ readonly kind: "Iri";
2568
2521
  };
2569
2522
  };
2570
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
2571
2523
  };
2572
2524
  readonly hasValues: {
2573
2525
  readonly kind: "Shacl";
2574
- readonly type: () => {
2575
- kind: "Set";
2576
- item: () => {
2577
- kind: "Term";
2526
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
2527
+ readonly type: {
2528
+ readonly kind: "Set";
2529
+ readonly itemType: {
2530
+ readonly kind: "Term";
2578
2531
  };
2579
2532
  };
2580
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
2581
2533
  };
2582
2534
  readonly ignoredProperties: {
2583
2535
  readonly kind: "Shacl";
2584
- readonly type: () => {
2585
- kind: "Maybe";
2586
- item: () => {
2587
- kind: "List";
2588
- item: () => {
2589
- kind: "Iri";
2536
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
2537
+ readonly type: {
2538
+ readonly kind: "Option";
2539
+ readonly itemType: {
2540
+ readonly kind: "List";
2541
+ readonly itemType: {
2542
+ readonly kind: "Iri";
2590
2543
  };
2591
2544
  };
2592
2545
  };
2593
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
2594
2546
  };
2595
2547
  readonly in_: {
2596
2548
  readonly kind: "Shacl";
2597
- readonly type: () => {
2598
- kind: "Maybe";
2599
- item: () => {
2600
- kind: "List";
2601
- item: () => {
2602
- kind: "Term";
2549
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
2550
+ readonly type: {
2551
+ readonly kind: "Option";
2552
+ readonly itemType: {
2553
+ readonly kind: "List";
2554
+ readonly itemType: {
2555
+ readonly kind: "Term";
2603
2556
  };
2604
2557
  };
2605
2558
  };
2606
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
2607
2559
  };
2608
2560
  readonly isDefinedBy: {
2609
2561
  readonly kind: "Shacl";
2610
- readonly type: () => {
2611
- kind: "Maybe";
2612
- item: () => {
2613
- kind: "Identifier";
2562
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
2563
+ readonly type: {
2564
+ readonly kind: "Option";
2565
+ readonly itemType: {
2566
+ readonly kind: "Identifier";
2614
2567
  };
2615
2568
  };
2616
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
2617
2569
  };
2618
2570
  readonly label: {
2619
2571
  readonly kind: "Shacl";
2620
- readonly type: () => {
2621
- kind: "Maybe";
2622
- item: () => {
2623
- kind: "String";
2572
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
2573
+ readonly type: {
2574
+ readonly kind: "Option";
2575
+ readonly itemType: {
2576
+ readonly kind: "String";
2624
2577
  };
2625
2578
  };
2626
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
2627
2579
  };
2628
2580
  readonly languageIn: {
2629
2581
  readonly kind: "Shacl";
2630
- readonly type: () => {
2631
- kind: "Maybe";
2632
- item: () => {
2633
- kind: "List";
2634
- item: () => {
2635
- kind: "String";
2582
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
2583
+ readonly type: {
2584
+ readonly kind: "Option";
2585
+ readonly itemType: {
2586
+ readonly kind: "List";
2587
+ readonly itemType: {
2588
+ readonly kind: "String";
2636
2589
  };
2637
2590
  };
2638
2591
  };
2639
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
2640
2592
  };
2641
2593
  readonly maxCount: {
2642
2594
  readonly kind: "Shacl";
2643
- readonly type: () => {
2644
- kind: "Maybe";
2645
- item: () => {
2646
- kind: "BigInt";
2595
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
2596
+ readonly type: {
2597
+ readonly kind: "Option";
2598
+ readonly itemType: {
2599
+ readonly kind: "BigInt";
2647
2600
  };
2648
2601
  };
2649
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
2650
2602
  };
2651
2603
  readonly maxExclusive: {
2652
2604
  readonly kind: "Shacl";
2653
- readonly type: () => {
2654
- kind: "Maybe";
2655
- item: () => {
2656
- kind: "Literal";
2605
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
2606
+ readonly type: {
2607
+ readonly kind: "Option";
2608
+ readonly itemType: {
2609
+ readonly kind: "Literal";
2657
2610
  };
2658
2611
  };
2659
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
2660
2612
  };
2661
2613
  readonly maxInclusive: {
2662
2614
  readonly kind: "Shacl";
2663
- readonly type: () => {
2664
- kind: "Maybe";
2665
- item: () => {
2666
- kind: "Literal";
2615
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
2616
+ readonly type: {
2617
+ readonly kind: "Option";
2618
+ readonly itemType: {
2619
+ readonly kind: "Literal";
2667
2620
  };
2668
2621
  };
2669
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
2670
2622
  };
2671
2623
  readonly maxLength: {
2672
2624
  readonly kind: "Shacl";
2673
- readonly type: () => {
2674
- kind: "Maybe";
2675
- item: () => {
2676
- kind: "BigInt";
2625
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
2626
+ readonly type: {
2627
+ readonly kind: "Option";
2628
+ readonly itemType: {
2629
+ readonly kind: "BigInt";
2677
2630
  };
2678
2631
  };
2679
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
2680
2632
  };
2681
2633
  readonly minCount: {
2682
2634
  readonly kind: "Shacl";
2683
- readonly type: () => {
2684
- kind: "Maybe";
2685
- item: () => {
2686
- kind: "BigInt";
2635
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
2636
+ readonly type: {
2637
+ readonly kind: "Option";
2638
+ readonly itemType: {
2639
+ readonly kind: "BigInt";
2687
2640
  };
2688
2641
  };
2689
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
2690
2642
  };
2691
2643
  readonly minExclusive: {
2692
2644
  readonly kind: "Shacl";
2693
- readonly type: () => {
2694
- kind: "Maybe";
2695
- item: () => {
2696
- kind: "Literal";
2645
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
2646
+ readonly type: {
2647
+ readonly kind: "Option";
2648
+ readonly itemType: {
2649
+ readonly kind: "Literal";
2697
2650
  };
2698
2651
  };
2699
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
2700
2652
  };
2701
2653
  readonly minInclusive: {
2702
2654
  readonly kind: "Shacl";
2703
- readonly type: () => {
2704
- kind: "Maybe";
2705
- item: () => {
2706
- kind: "Literal";
2655
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
2656
+ readonly type: {
2657
+ readonly kind: "Option";
2658
+ readonly itemType: {
2659
+ readonly kind: "Literal";
2707
2660
  };
2708
2661
  };
2709
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
2710
2662
  };
2711
2663
  readonly minLength: {
2712
2664
  readonly kind: "Shacl";
2713
- readonly type: () => {
2714
- kind: "Maybe";
2715
- item: () => {
2716
- kind: "BigInt";
2665
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
2666
+ readonly type: {
2667
+ readonly kind: "Option";
2668
+ readonly itemType: {
2669
+ readonly kind: "BigInt";
2717
2670
  };
2718
2671
  };
2719
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
2720
2672
  };
2721
2673
  readonly mutable: {
2722
2674
  readonly kind: "Shacl";
2723
- readonly type: () => {
2724
- kind: "Maybe";
2725
- item: () => {
2726
- kind: "Boolean";
2675
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
2676
+ readonly type: {
2677
+ readonly kind: "Option";
2678
+ readonly itemType: {
2679
+ readonly kind: "Boolean";
2727
2680
  };
2728
2681
  };
2729
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
2730
2682
  };
2731
2683
  readonly node: {
2732
2684
  readonly kind: "Shacl";
2733
- readonly type: () => {
2734
- kind: "Maybe";
2735
- item: () => {
2736
- kind: "Identifier";
2685
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
2686
+ readonly type: {
2687
+ readonly kind: "Option";
2688
+ readonly itemType: {
2689
+ readonly kind: "Identifier";
2737
2690
  };
2738
2691
  };
2739
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
2740
2692
  };
2741
2693
  readonly nodeKind: {
2742
2694
  readonly kind: "Shacl";
2743
- readonly type: () => {
2744
- kind: "Maybe";
2745
- item: () => {
2746
- kind: "Iri";
2747
- in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
2695
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
2696
+ readonly type: {
2697
+ readonly kind: "Option";
2698
+ readonly itemType: {
2699
+ readonly kind: "Iri";
2700
+ readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
2748
2701
  };
2749
2702
  };
2750
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
2751
2703
  };
2752
2704
  readonly not: {
2753
2705
  readonly kind: "Shacl";
2754
- readonly type: () => {
2755
- kind: "Set";
2756
- item: () => {
2757
- kind: "Identifier";
2706
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
2707
+ readonly type: {
2708
+ readonly kind: "Set";
2709
+ readonly itemType: {
2710
+ readonly kind: "Identifier";
2758
2711
  };
2759
2712
  };
2760
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
2761
2713
  };
2762
2714
  readonly or: {
2763
2715
  readonly kind: "Shacl";
2764
- readonly type: () => {
2765
- kind: "Maybe";
2766
- item: () => {
2767
- kind: "List";
2768
- item: () => {
2769
- kind: "Identifier";
2716
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
2717
+ readonly type: {
2718
+ readonly kind: "Option";
2719
+ readonly itemType: {
2720
+ readonly kind: "List";
2721
+ readonly itemType: {
2722
+ readonly kind: "Identifier";
2770
2723
  };
2771
2724
  };
2772
2725
  };
2773
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
2774
2726
  };
2775
2727
  readonly patterns: {
2776
2728
  readonly kind: "Shacl";
2777
- readonly type: () => {
2778
- kind: "Set";
2779
- item: () => {
2780
- kind: "String";
2729
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
2730
+ readonly type: {
2731
+ readonly kind: "Set";
2732
+ readonly itemType: {
2733
+ readonly kind: "String";
2781
2734
  };
2782
2735
  };
2783
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
2784
2736
  };
2785
2737
  readonly properties: {
2786
2738
  readonly kind: "Shacl";
2787
- readonly type: () => {
2788
- kind: "Set";
2789
- item: () => {
2790
- kind: "Identifier";
2739
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
2740
+ readonly type: {
2741
+ readonly kind: "Set";
2742
+ readonly itemType: {
2743
+ readonly kind: "Identifier";
2791
2744
  };
2792
2745
  };
2793
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
2794
2746
  };
2795
2747
  readonly rdfType: {
2796
2748
  readonly kind: "Shacl";
2797
- readonly type: () => {
2798
- kind: "Maybe";
2799
- item: () => {
2800
- kind: "Iri";
2749
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
2750
+ readonly type: {
2751
+ readonly kind: "Option";
2752
+ readonly itemType: {
2753
+ readonly kind: "Iri";
2801
2754
  };
2802
2755
  };
2803
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
2804
2756
  };
2805
2757
  readonly shaclmateName: {
2806
2758
  readonly kind: "Shacl";
2807
- readonly type: () => {
2808
- kind: "Maybe";
2809
- item: () => {
2810
- kind: "String";
2759
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
2760
+ readonly type: {
2761
+ readonly kind: "Option";
2762
+ readonly itemType: {
2763
+ readonly kind: "String";
2811
2764
  };
2812
2765
  };
2813
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
2814
2766
  };
2815
2767
  readonly subClassOf: {
2816
2768
  readonly kind: "Shacl";
2817
- readonly type: () => {
2818
- kind: "Set";
2819
- item: () => {
2820
- kind: "Iri";
2769
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
2770
+ readonly type: {
2771
+ readonly kind: "Set";
2772
+ readonly itemType: {
2773
+ readonly kind: "Iri";
2821
2774
  };
2822
2775
  };
2823
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
2824
2776
  };
2825
2777
  readonly toRdfTypes: {
2826
2778
  readonly kind: "Shacl";
2827
- readonly type: () => {
2828
- kind: "Set";
2829
- item: () => {
2830
- kind: "Iri";
2779
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
2780
+ readonly type: {
2781
+ readonly kind: "Set";
2782
+ readonly itemType: {
2783
+ readonly kind: "Iri";
2831
2784
  };
2832
2785
  };
2833
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
2834
2786
  };
2835
2787
  readonly tsImports: {
2836
2788
  readonly kind: "Shacl";
2837
- readonly type: () => {
2838
- kind: "Set";
2839
- item: () => {
2840
- kind: "String";
2789
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
2790
+ readonly type: {
2791
+ readonly kind: "Set";
2792
+ readonly itemType: {
2793
+ readonly kind: "String";
2841
2794
  };
2842
2795
  };
2843
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
2844
2796
  };
2845
2797
  readonly types: {
2846
2798
  readonly kind: "Shacl";
2847
- readonly type: () => {
2848
- kind: "Set";
2849
- item: () => {
2850
- kind: "Iri";
2799
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
2800
+ readonly type: {
2801
+ readonly kind: "Set";
2802
+ readonly itemType: {
2803
+ readonly kind: "Iri";
2851
2804
  };
2852
2805
  };
2853
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
2854
2806
  };
2855
2807
  readonly xone: {
2856
2808
  readonly kind: "Shacl";
2857
- readonly type: () => {
2858
- kind: "Maybe";
2859
- item: () => {
2860
- kind: "List";
2861
- item: () => {
2862
- kind: "Identifier";
2809
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
2810
+ readonly type: {
2811
+ readonly kind: "Option";
2812
+ readonly itemType: {
2813
+ readonly kind: "List";
2814
+ readonly itemType: {
2815
+ readonly kind: "Identifier";
2863
2816
  };
2864
2817
  };
2865
2818
  };
2866
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
2867
2819
  };
2868
2820
  };
2869
2821
  };
@@ -2874,36 +2826,29 @@ export declare namespace $Object {
2874
2826
  readonly properties: {
2875
2827
  readonly $identifier: {
2876
2828
  readonly kind: "Identifier";
2877
- readonly type: () => {
2878
- kind: "Identifier";
2879
- };
2880
- };
2881
- readonly $type: {
2882
- readonly kind: "Discriminant";
2883
- readonly type: () => {
2884
- kind: "TypeDiscriminant";
2885
- ownValues: string[];
2829
+ readonly type: {
2830
+ readonly kind: "Identifier";
2886
2831
  };
2887
2832
  };
2888
2833
  readonly comment: {
2889
2834
  readonly kind: "Shacl";
2890
- readonly type: () => {
2891
- kind: "Maybe";
2892
- item: () => {
2893
- kind: "String";
2835
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2836
+ readonly type: {
2837
+ readonly kind: "Option";
2838
+ readonly itemType: {
2839
+ readonly kind: "String";
2894
2840
  };
2895
2841
  };
2896
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2897
2842
  };
2898
2843
  readonly label: {
2899
2844
  readonly kind: "Shacl";
2900
- readonly type: () => {
2901
- kind: "Maybe";
2902
- item: () => {
2903
- kind: "String";
2845
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
2846
+ readonly type: {
2847
+ readonly kind: "Option";
2848
+ readonly itemType: {
2849
+ readonly kind: "String";
2904
2850
  };
2905
2851
  };
2906
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
2907
2852
  };
2908
2853
  };
2909
2854
  };
@@ -2914,36 +2859,29 @@ export declare namespace $Object {
2914
2859
  readonly properties: {
2915
2860
  readonly $identifier: {
2916
2861
  readonly kind: "Identifier";
2917
- readonly type: () => {
2918
- kind: "Identifier";
2919
- };
2920
- };
2921
- readonly $type: {
2922
- readonly kind: "Discriminant";
2923
- readonly type: () => {
2924
- kind: "TypeDiscriminant";
2925
- ownValues: string[];
2862
+ readonly type: {
2863
+ readonly kind: "Identifier";
2926
2864
  };
2927
2865
  };
2928
2866
  readonly comment: {
2929
2867
  readonly kind: "Shacl";
2930
- readonly type: () => {
2931
- kind: "Maybe";
2932
- item: () => {
2933
- kind: "String";
2868
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2869
+ readonly type: {
2870
+ readonly kind: "Option";
2871
+ readonly itemType: {
2872
+ readonly kind: "String";
2934
2873
  };
2935
2874
  };
2936
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2937
2875
  };
2938
2876
  readonly label: {
2939
2877
  readonly kind: "Shacl";
2940
- readonly type: () => {
2941
- kind: "Maybe";
2942
- item: () => {
2943
- kind: "String";
2878
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
2879
+ readonly type: {
2880
+ readonly kind: "Option";
2881
+ readonly itemType: {
2882
+ readonly kind: "String";
2944
2883
  };
2945
2884
  };
2946
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
2947
2885
  };
2948
2886
  };
2949
2887
  };
@@ -2954,388 +2892,381 @@ export declare namespace $Object {
2954
2892
  readonly properties: {
2955
2893
  readonly $identifier: {
2956
2894
  readonly kind: "Identifier";
2957
- readonly type: () => {
2958
- kind: "Identifier";
2959
- };
2960
- };
2961
- readonly $type: {
2962
- readonly kind: "Discriminant";
2963
- readonly type: () => {
2964
- kind: "TypeDiscriminant";
2965
- ownValues: string[];
2895
+ readonly type: {
2896
+ readonly kind: "Identifier";
2966
2897
  };
2967
2898
  };
2968
2899
  readonly and: {
2969
2900
  readonly kind: "Shacl";
2970
- readonly type: () => {
2971
- kind: "Maybe";
2972
- item: () => {
2973
- kind: "List";
2974
- item: () => {
2975
- kind: "Identifier";
2901
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
2902
+ readonly type: {
2903
+ readonly kind: "Option";
2904
+ readonly itemType: {
2905
+ readonly kind: "List";
2906
+ readonly itemType: {
2907
+ readonly kind: "Identifier";
2976
2908
  };
2977
2909
  };
2978
2910
  };
2979
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
2980
2911
  };
2981
2912
  readonly classes: {
2982
2913
  readonly kind: "Shacl";
2983
- readonly type: () => {
2984
- kind: "Set";
2985
- item: () => {
2986
- kind: "Iri";
2914
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
2915
+ readonly type: {
2916
+ readonly kind: "Set";
2917
+ readonly itemType: {
2918
+ readonly kind: "Iri";
2987
2919
  };
2988
2920
  };
2989
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
2990
2921
  };
2991
2922
  readonly comment: {
2992
2923
  readonly kind: "Shacl";
2993
- readonly type: () => {
2994
- kind: "Maybe";
2995
- item: () => {
2996
- kind: "String";
2924
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
2925
+ readonly type: {
2926
+ readonly kind: "Option";
2927
+ readonly itemType: {
2928
+ readonly kind: "String";
2997
2929
  };
2998
2930
  };
2999
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
3000
2931
  };
3001
2932
  readonly datatype: {
3002
2933
  readonly kind: "Shacl";
3003
- readonly type: () => {
3004
- kind: "Maybe";
3005
- item: () => {
3006
- kind: "Iri";
2934
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
2935
+ readonly type: {
2936
+ readonly kind: "Option";
2937
+ readonly itemType: {
2938
+ readonly kind: "Iri";
3007
2939
  };
3008
2940
  };
3009
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
3010
2941
  };
3011
2942
  readonly deactivated: {
3012
2943
  readonly kind: "Shacl";
3013
- readonly type: () => {
3014
- kind: "Maybe";
3015
- item: () => {
3016
- kind: "Boolean";
2944
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
2945
+ readonly type: {
2946
+ readonly kind: "Option";
2947
+ readonly itemType: {
2948
+ readonly kind: "Boolean";
3017
2949
  };
3018
2950
  };
3019
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
3020
2951
  };
3021
2952
  readonly defaultValue: {
3022
2953
  readonly kind: "Shacl";
3023
- readonly type: () => {
3024
- kind: "Maybe";
3025
- item: () => {
3026
- kind: "Term";
2954
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
2955
+ readonly type: {
2956
+ readonly kind: "Option";
2957
+ readonly itemType: {
2958
+ readonly kind: "Term";
3027
2959
  };
3028
2960
  };
3029
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
3030
2961
  };
3031
2962
  readonly description: {
3032
2963
  readonly kind: "Shacl";
3033
- readonly type: () => {
3034
- kind: "Maybe";
3035
- item: () => {
3036
- kind: "String";
2964
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
2965
+ readonly type: {
2966
+ readonly kind: "Option";
2967
+ readonly itemType: {
2968
+ readonly kind: "String";
3037
2969
  };
3038
2970
  };
3039
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
3040
2971
  };
3041
2972
  readonly display: {
3042
2973
  readonly kind: "Shacl";
3043
- readonly type: () => {
3044
- kind: "DefaultValue";
3045
- item: () => {
3046
- kind: "Boolean";
2974
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
2975
+ readonly type: {
2976
+ readonly kind: "DefaultValue";
2977
+ readonly itemType: {
2978
+ readonly kind: "Boolean";
3047
2979
  };
3048
- defaultValue: boolean;
2980
+ readonly defaultValue: false;
3049
2981
  };
3050
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
3051
2982
  };
3052
2983
  readonly flags: {
3053
2984
  readonly kind: "Shacl";
3054
- readonly type: () => {
3055
- kind: "Set";
3056
- item: () => {
3057
- kind: "String";
2985
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
2986
+ readonly type: {
2987
+ readonly kind: "Set";
2988
+ readonly itemType: {
2989
+ readonly kind: "String";
3058
2990
  };
3059
2991
  };
3060
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
3061
2992
  };
3062
2993
  readonly groups: {
3063
2994
  readonly kind: "Shacl";
3064
- readonly type: () => {
3065
- kind: "Set";
3066
- item: () => {
3067
- kind: "Identifier";
2995
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
2996
+ readonly type: {
2997
+ readonly kind: "Set";
2998
+ readonly itemType: {
2999
+ readonly kind: "Identifier";
3068
3000
  };
3069
3001
  };
3070
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
3071
3002
  };
3072
3003
  readonly hasValues: {
3073
3004
  readonly kind: "Shacl";
3074
- readonly type: () => {
3075
- kind: "Set";
3076
- item: () => {
3077
- kind: "Term";
3005
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
3006
+ readonly type: {
3007
+ readonly kind: "Set";
3008
+ readonly itemType: {
3009
+ readonly kind: "Term";
3078
3010
  };
3079
3011
  };
3080
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
3081
3012
  };
3082
3013
  readonly in_: {
3083
3014
  readonly kind: "Shacl";
3084
- readonly type: () => {
3085
- kind: "Maybe";
3086
- item: () => {
3087
- kind: "List";
3088
- item: () => {
3089
- kind: "Term";
3015
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
3016
+ readonly type: {
3017
+ readonly kind: "Option";
3018
+ readonly itemType: {
3019
+ readonly kind: "List";
3020
+ readonly itemType: {
3021
+ readonly kind: "Term";
3090
3022
  };
3091
3023
  };
3092
3024
  };
3093
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
3094
3025
  };
3095
3026
  readonly isDefinedBy: {
3096
3027
  readonly kind: "Shacl";
3097
- readonly type: () => {
3098
- kind: "Maybe";
3099
- item: () => {
3100
- kind: "Identifier";
3028
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
3029
+ readonly type: {
3030
+ readonly kind: "Option";
3031
+ readonly itemType: {
3032
+ readonly kind: "Identifier";
3101
3033
  };
3102
3034
  };
3103
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
3104
3035
  };
3105
3036
  readonly label: {
3106
3037
  readonly kind: "Shacl";
3107
- readonly type: () => {
3108
- kind: "Maybe";
3109
- item: () => {
3110
- kind: "String";
3038
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
3039
+ readonly type: {
3040
+ readonly kind: "Option";
3041
+ readonly itemType: {
3042
+ readonly kind: "String";
3111
3043
  };
3112
3044
  };
3113
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
3114
3045
  };
3115
3046
  readonly languageIn: {
3116
3047
  readonly kind: "Shacl";
3117
- readonly type: () => {
3118
- kind: "Maybe";
3119
- item: () => {
3120
- kind: "List";
3121
- item: () => {
3122
- kind: "String";
3048
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
3049
+ readonly type: {
3050
+ readonly kind: "Option";
3051
+ readonly itemType: {
3052
+ readonly kind: "List";
3053
+ readonly itemType: {
3054
+ readonly kind: "String";
3123
3055
  };
3124
3056
  };
3125
3057
  };
3126
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
3127
3058
  };
3128
3059
  readonly maxCount: {
3129
3060
  readonly kind: "Shacl";
3130
- readonly type: () => {
3131
- kind: "Maybe";
3132
- item: () => {
3133
- kind: "BigInt";
3061
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
3062
+ readonly type: {
3063
+ readonly kind: "Option";
3064
+ readonly itemType: {
3065
+ readonly kind: "BigInt";
3134
3066
  };
3135
3067
  };
3136
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
3137
3068
  };
3138
3069
  readonly maxExclusive: {
3139
3070
  readonly kind: "Shacl";
3140
- readonly type: () => {
3141
- kind: "Maybe";
3142
- item: () => {
3143
- kind: "Literal";
3071
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
3072
+ readonly type: {
3073
+ readonly kind: "Option";
3074
+ readonly itemType: {
3075
+ readonly kind: "Literal";
3144
3076
  };
3145
3077
  };
3146
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
3147
3078
  };
3148
3079
  readonly maxInclusive: {
3149
3080
  readonly kind: "Shacl";
3150
- readonly type: () => {
3151
- kind: "Maybe";
3152
- item: () => {
3153
- kind: "Literal";
3081
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
3082
+ readonly type: {
3083
+ readonly kind: "Option";
3084
+ readonly itemType: {
3085
+ readonly kind: "Literal";
3154
3086
  };
3155
3087
  };
3156
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
3157
3088
  };
3158
3089
  readonly maxLength: {
3159
3090
  readonly kind: "Shacl";
3160
- readonly type: () => {
3161
- kind: "Maybe";
3162
- item: () => {
3163
- kind: "BigInt";
3091
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
3092
+ readonly type: {
3093
+ readonly kind: "Option";
3094
+ readonly itemType: {
3095
+ readonly kind: "BigInt";
3164
3096
  };
3165
3097
  };
3166
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
3167
3098
  };
3168
3099
  readonly minCount: {
3169
3100
  readonly kind: "Shacl";
3170
- readonly type: () => {
3171
- kind: "Maybe";
3172
- item: () => {
3173
- kind: "BigInt";
3101
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
3102
+ readonly type: {
3103
+ readonly kind: "Option";
3104
+ readonly itemType: {
3105
+ readonly kind: "BigInt";
3174
3106
  };
3175
3107
  };
3176
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
3177
3108
  };
3178
3109
  readonly minExclusive: {
3179
3110
  readonly kind: "Shacl";
3180
- readonly type: () => {
3181
- kind: "Maybe";
3182
- item: () => {
3183
- kind: "Literal";
3111
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
3112
+ readonly type: {
3113
+ readonly kind: "Option";
3114
+ readonly itemType: {
3115
+ readonly kind: "Literal";
3184
3116
  };
3185
3117
  };
3186
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
3187
3118
  };
3188
3119
  readonly minInclusive: {
3189
3120
  readonly kind: "Shacl";
3190
- readonly type: () => {
3191
- kind: "Maybe";
3192
- item: () => {
3193
- kind: "Literal";
3121
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
3122
+ readonly type: {
3123
+ readonly kind: "Option";
3124
+ readonly itemType: {
3125
+ readonly kind: "Literal";
3194
3126
  };
3195
3127
  };
3196
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
3197
3128
  };
3198
3129
  readonly minLength: {
3199
3130
  readonly kind: "Shacl";
3200
- readonly type: () => {
3201
- kind: "Maybe";
3202
- item: () => {
3203
- kind: "BigInt";
3131
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
3132
+ readonly type: {
3133
+ readonly kind: "Option";
3134
+ readonly itemType: {
3135
+ readonly kind: "BigInt";
3204
3136
  };
3205
3137
  };
3206
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
3207
3138
  };
3208
3139
  readonly mutable: {
3209
3140
  readonly kind: "Shacl";
3210
- readonly type: () => {
3211
- kind: "Maybe";
3212
- item: () => {
3213
- kind: "Boolean";
3141
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
3142
+ readonly type: {
3143
+ readonly kind: "Option";
3144
+ readonly itemType: {
3145
+ readonly kind: "Boolean";
3214
3146
  };
3215
3147
  };
3216
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
3217
3148
  };
3218
3149
  readonly name: {
3219
3150
  readonly kind: "Shacl";
3220
- readonly type: () => {
3221
- kind: "Maybe";
3222
- item: () => {
3223
- kind: "String";
3151
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
3152
+ readonly type: {
3153
+ readonly kind: "Option";
3154
+ readonly itemType: {
3155
+ readonly kind: "String";
3224
3156
  };
3225
3157
  };
3226
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
3227
3158
  };
3228
3159
  readonly node: {
3229
3160
  readonly kind: "Shacl";
3230
- readonly type: () => {
3231
- kind: "Maybe";
3232
- item: () => {
3233
- kind: "Identifier";
3161
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
3162
+ readonly type: {
3163
+ readonly kind: "Option";
3164
+ readonly itemType: {
3165
+ readonly kind: "Identifier";
3234
3166
  };
3235
3167
  };
3236
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
3237
3168
  };
3238
3169
  readonly nodeKind: {
3239
3170
  readonly kind: "Shacl";
3240
- readonly type: () => {
3241
- kind: "Maybe";
3242
- item: () => {
3243
- kind: "Iri";
3244
- in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
3171
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
3172
+ readonly type: {
3173
+ readonly kind: "Option";
3174
+ readonly itemType: {
3175
+ readonly kind: "Iri";
3176
+ readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNode">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrIRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#BlankNodeOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRI">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#IRIOrLiteral">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Literal">];
3245
3177
  };
3246
3178
  };
3247
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
3248
3179
  };
3249
3180
  readonly not: {
3250
3181
  readonly kind: "Shacl";
3251
- readonly type: () => {
3252
- kind: "Set";
3253
- item: () => {
3254
- kind: "Identifier";
3182
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
3183
+ readonly type: {
3184
+ readonly kind: "Set";
3185
+ readonly itemType: {
3186
+ readonly kind: "Identifier";
3255
3187
  };
3256
3188
  };
3257
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
3258
3189
  };
3259
3190
  readonly or: {
3260
3191
  readonly kind: "Shacl";
3261
- readonly type: () => {
3262
- kind: "Maybe";
3263
- item: () => {
3264
- kind: "List";
3265
- item: () => {
3266
- kind: "Identifier";
3192
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
3193
+ readonly type: {
3194
+ readonly kind: "Option";
3195
+ readonly itemType: {
3196
+ readonly kind: "List";
3197
+ readonly itemType: {
3198
+ readonly kind: "Identifier";
3267
3199
  };
3268
3200
  };
3269
3201
  };
3270
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
3271
3202
  };
3272
3203
  readonly order: {
3273
3204
  readonly kind: "Shacl";
3274
- readonly type: () => {
3275
- kind: "Maybe";
3276
- item: () => {
3277
- kind: "Float";
3205
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
3206
+ readonly type: {
3207
+ readonly kind: "Option";
3208
+ readonly itemType: {
3209
+ readonly kind: "Float";
3278
3210
  };
3279
3211
  };
3280
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
3281
3212
  };
3282
3213
  readonly path: {
3283
3214
  readonly kind: "Shacl";
3284
- readonly type: () => object;
3285
3215
  readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#path">;
3216
+ readonly type: object;
3286
3217
  };
3287
3218
  readonly patterns: {
3288
3219
  readonly kind: "Shacl";
3289
- readonly type: () => {
3290
- kind: "Set";
3291
- item: () => {
3292
- kind: "String";
3220
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
3221
+ readonly type: {
3222
+ readonly kind: "Set";
3223
+ readonly itemType: {
3224
+ readonly kind: "String";
3293
3225
  };
3294
3226
  };
3295
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
3296
3227
  };
3297
3228
  readonly resolve: {
3298
3229
  readonly kind: "Shacl";
3299
- readonly type: () => {
3300
- kind: "Maybe";
3301
- item: () => {
3302
- kind: "Identifier";
3230
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
3231
+ readonly type: {
3232
+ readonly kind: "Option";
3233
+ readonly itemType: {
3234
+ readonly kind: "Identifier";
3303
3235
  };
3304
3236
  };
3305
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
3306
3237
  };
3307
3238
  readonly shaclmateName: {
3308
3239
  readonly kind: "Shacl";
3309
- readonly type: () => {
3310
- kind: "Maybe";
3311
- item: () => {
3312
- kind: "String";
3240
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
3241
+ readonly type: {
3242
+ readonly kind: "Option";
3243
+ readonly itemType: {
3244
+ readonly kind: "String";
3313
3245
  };
3314
3246
  };
3315
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
3316
3247
  };
3317
3248
  readonly uniqueLang: {
3318
3249
  readonly kind: "Shacl";
3319
- readonly type: () => {
3320
- kind: "Maybe";
3321
- item: () => {
3322
- kind: "Boolean";
3250
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
3251
+ readonly type: {
3252
+ readonly kind: "Option";
3253
+ readonly itemType: {
3254
+ readonly kind: "Boolean";
3323
3255
  };
3324
3256
  };
3325
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
3326
3257
  };
3327
3258
  readonly xone: {
3328
3259
  readonly kind: "Shacl";
3329
- readonly type: () => {
3330
- kind: "Maybe";
3331
- item: () => {
3332
- kind: "List";
3333
- item: () => {
3334
- kind: "Identifier";
3260
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
3261
+ readonly type: {
3262
+ readonly kind: "Option";
3263
+ readonly itemType: {
3264
+ readonly kind: "List";
3265
+ readonly itemType: {
3266
+ readonly kind: "Identifier";
3335
3267
  };
3336
3268
  };
3337
3269
  };
3338
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
3339
3270
  };
3340
3271
  };
3341
3272
  };
@@ -3344,23 +3275,23 @@ export declare namespace $Object {
3344
3275
  readonly properties: {
3345
3276
  readonly comment: {
3346
3277
  readonly kind: "Shacl";
3347
- readonly type: () => {
3348
- kind: "Maybe";
3349
- item: () => {
3350
- kind: "String";
3278
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
3279
+ readonly type: {
3280
+ readonly kind: "Option";
3281
+ readonly itemType: {
3282
+ readonly kind: "String";
3351
3283
  };
3352
3284
  };
3353
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
3354
3285
  };
3355
3286
  readonly label: {
3356
3287
  readonly kind: "Shacl";
3357
- readonly type: () => {
3358
- kind: "Maybe";
3359
- item: () => {
3360
- kind: "String";
3288
+ readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
3289
+ readonly type: {
3290
+ readonly kind: "Option";
3291
+ readonly itemType: {
3292
+ readonly kind: "String";
3361
3293
  };
3362
3294
  };
3363
- readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
3364
3295
  };
3365
3296
  };
3366
3297
  };