@shaclmate/compiler 4.0.48 → 4.0.50
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.
- package/dist/input/input.shaclmate.ttl +85 -0
- package/package.json +606 -23
- package/dist/Compiler.d.ts +0 -14
- package/dist/Compiler.js +0 -18
- package/dist/Eithers.d.ts +0 -14
- package/dist/Eithers.js +0 -67
- package/dist/ShapesGraphToAstTransformer.d.ts +0 -18
- package/dist/ShapesGraphToAstTransformer.js +0 -50
- package/dist/_ShapesGraphToAstTransformer/ShapeStack.d.ts +0 -15
- package/dist/_ShapesGraphToAstTransformer/ShapeStack.js +0 -51
- package/dist/_ShapesGraphToAstTransformer/defaultNodeShapeNodeKinds.d.ts +0 -3
- package/dist/_ShapesGraphToAstTransformer/defaultNodeShapeNodeKinds.js +0 -5
- package/dist/_ShapesGraphToAstTransformer/shapeAstTypeName.d.ts +0 -4
- package/dist/_ShapesGraphToAstTransformer/shapeAstTypeName.js +0 -24
- package/dist/_ShapesGraphToAstTransformer/shapeNodeKinds.d.ts +0 -9
- package/dist/_ShapesGraphToAstTransformer/shapeNodeKinds.js +0 -150
- package/dist/_ShapesGraphToAstTransformer/shapeOntology.d.ts +0 -5
- package/dist/_ShapesGraphToAstTransformer/shapeOntology.js +0 -26
- package/dist/_ShapesGraphToAstTransformer/transformPropertyShapeToAstStructTypeField.d.ts +0 -17
- package/dist/_ShapesGraphToAstTransformer/transformPropertyShapeToAstStructTypeField.js +0 -285
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstCompoundType.d.ts +0 -10
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstCompoundType.js +0 -92
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstListType.d.ts +0 -11
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstListType.js +0 -149
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstStructType.d.ts +0 -7
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstStructType.js +0 -166
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstTermType.d.ts +0 -12
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstTermType.js +0 -110
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstType.d.ts +0 -11
- package/dist/_ShapesGraphToAstTransformer/transformShapeToAstType.js +0 -46
- package/dist/ast/AbstractCollectionType.d.ts +0 -30
- package/dist/ast/AbstractCollectionType.js +0 -33
- package/dist/ast/AbstractCompoundType.d.ts +0 -45
- package/dist/ast/AbstractCompoundType.js +0 -81
- package/dist/ast/AbstractContainerType.d.ts +0 -44
- package/dist/ast/AbstractContainerType.js +0 -63
- package/dist/ast/AbstractLazyType.d.ts +0 -117
- package/dist/ast/AbstractLazyType.js +0 -40
- package/dist/ast/AbstractTermType.d.ts +0 -33
- package/dist/ast/AbstractTermType.js +0 -47
- package/dist/ast/AbstractType.d.ts +0 -55
- package/dist/ast/AbstractType.js +0 -55
- package/dist/ast/Ast.d.ts +0 -6
- package/dist/ast/Ast.js +0 -2
- package/dist/ast/BlankNodeType.d.ts +0 -11
- package/dist/ast/BlankNodeType.js +0 -17
- package/dist/ast/DefaultValueType.d.ts +0 -35
- package/dist/ast/DefaultValueType.js +0 -50
- package/dist/ast/IdentifierType.d.ts +0 -12
- package/dist/ast/IdentifierType.js +0 -20
- package/dist/ast/IntersectionType.d.ts +0 -14
- package/dist/ast/IntersectionType.js +0 -17
- package/dist/ast/IriType.d.ts +0 -10
- package/dist/ast/IriType.js +0 -10
- package/dist/ast/LazyOptionType.d.ts +0 -6
- package/dist/ast/LazyOptionType.js +0 -5
- package/dist/ast/LazySetType.d.ts +0 -6
- package/dist/ast/LazySetType.js +0 -5
- package/dist/ast/LazyType.d.ts +0 -5
- package/dist/ast/LazyType.js +0 -5
- package/dist/ast/ListType.d.ts +0 -44
- package/dist/ast/ListType.js +0 -56
- package/dist/ast/LiteralType.d.ts +0 -40
- package/dist/ast/LiteralType.js +0 -59
- package/dist/ast/OptionType.d.ts +0 -13
- package/dist/ast/OptionType.js +0 -21
- package/dist/ast/SetType.d.ts +0 -31
- package/dist/ast/SetType.js +0 -42
- package/dist/ast/StructCompoundType.d.ts +0 -12
- package/dist/ast/StructCompoundType.js +0 -87
- package/dist/ast/StructIntersectionType.d.ts +0 -4
- package/dist/ast/StructIntersectionType.js +0 -2
- package/dist/ast/StructType.d.ts +0 -178
- package/dist/ast/StructType.js +0 -314
- package/dist/ast/StructUnionType.d.ts +0 -4
- package/dist/ast/StructUnionType.js +0 -2
- package/dist/ast/TermType.d.ts +0 -14
- package/dist/ast/TermType.js +0 -16
- package/dist/ast/Type.d.ts +0 -20
- package/dist/ast/Type.js +0 -42
- package/dist/ast/UnionType.d.ts +0 -30
- package/dist/ast/UnionType.js +0 -27
- package/dist/ast/equals.d.ts +0 -12
- package/dist/ast/equals.js +0 -65
- package/dist/ast/index.d.ts +0 -21
- package/dist/ast/index.js +0 -21
- package/dist/generators/AstJsonGenerator.d.ts +0 -6
- package/dist/generators/AstJsonGenerator.js +0 -15
- package/dist/generators/Cx2Generator.d.ts +0 -10
- package/dist/generators/Cx2Generator.js +0 -140
- package/dist/generators/Generator.d.ts +0 -5
- package/dist/generators/Generator.js +0 -2
- package/dist/generators/LabeledPropertyGraph.d.ts +0 -42
- package/dist/generators/LabeledPropertyGraph.js +0 -2
- package/dist/generators/index.d.ts +0 -6
- package/dist/generators/index.js +0 -6
- package/dist/generators/transformAstToLabeledPropertyGraph.d.ts +0 -4
- package/dist/generators/transformAstToLabeledPropertyGraph.js +0 -78
- package/dist/generators/ts/AbstractCollectionType.d.ts +0 -37
- package/dist/generators/ts/AbstractCollectionType.js +0 -88
- package/dist/generators/ts/AbstractContainerType.d.ts +0 -53
- package/dist/generators/ts/AbstractContainerType.js +0 -97
- package/dist/generators/ts/AbstractDateType.d.ts +0 -23
- package/dist/generators/ts/AbstractDateType.js +0 -37
- package/dist/generators/ts/AbstractIdentifierType.d.ts +0 -21
- package/dist/generators/ts/AbstractIdentifierType.js +0 -25
- package/dist/generators/ts/AbstractLazyType.d.ts +0 -67
- package/dist/generators/ts/AbstractLazyType.js +0 -154
- package/dist/generators/ts/AbstractLiteralType.d.ts +0 -26
- package/dist/generators/ts/AbstractLiteralType.js +0 -15
- package/dist/generators/ts/AbstractNumericType.d.ts +0 -21
- package/dist/generators/ts/AbstractNumericType.js +0 -65
- package/dist/generators/ts/AbstractObjectSetType.d.ts +0 -36
- package/dist/generators/ts/AbstractObjectSetType.js +0 -44
- package/dist/generators/ts/AbstractPrimitiveType.d.ts +0 -32
- package/dist/generators/ts/AbstractPrimitiveType.js +0 -51
- package/dist/generators/ts/AbstractTermType.d.ts +0 -50
- package/dist/generators/ts/AbstractTermType.js +0 -102
- package/dist/generators/ts/AbstractType.d.ts +0 -345
- package/dist/generators/ts/AbstractType.js +0 -135
- package/dist/generators/ts/BigDecimalType.d.ts +0 -28
- package/dist/generators/ts/BigDecimalType.js +0 -58
- package/dist/generators/ts/BigIntType.d.ts +0 -17
- package/dist/generators/ts/BigIntType.js +0 -56
- package/dist/generators/ts/BlankNodeType.d.ts +0 -22
- package/dist/generators/ts/BlankNodeType.js +0 -67
- package/dist/generators/ts/BooleanType.d.ts +0 -21
- package/dist/generators/ts/BooleanType.js +0 -53
- package/dist/generators/ts/DateTimeType.d.ts +0 -13
- package/dist/generators/ts/DateTimeType.js +0 -31
- package/dist/generators/ts/DateType.d.ts +0 -14
- package/dist/generators/ts/DateType.js +0 -32
- package/dist/generators/ts/DefaultValueType.d.ts +0 -83
- package/dist/generators/ts/DefaultValueType.js +0 -143
- package/dist/generators/ts/FloatType.d.ts +0 -13
- package/dist/generators/ts/FloatType.js +0 -30
- package/dist/generators/ts/GraphqlSchema.d.ts +0 -22
- package/dist/generators/ts/GraphqlSchema.js +0 -87
- package/dist/generators/ts/IdentifierType.d.ts +0 -23
- package/dist/generators/ts/IdentifierType.js +0 -83
- package/dist/generators/ts/Imports.d.ts +0 -40
- package/dist/generators/ts/Imports.js +0 -41
- package/dist/generators/ts/IntType.d.ts +0 -13
- package/dist/generators/ts/IntType.js +0 -30
- package/dist/generators/ts/IriType.d.ts +0 -23
- package/dist/generators/ts/IriType.js +0 -112
- package/dist/generators/ts/LazyOptionType.d.ts +0 -36
- package/dist/generators/ts/LazyOptionType.js +0 -75
- package/dist/generators/ts/LazySetType.d.ts +0 -20
- package/dist/generators/ts/LazySetType.js +0 -76
- package/dist/generators/ts/LazyType.d.ts +0 -19
- package/dist/generators/ts/LazyType.js +0 -65
- package/dist/generators/ts/ListType.d.ts +0 -49
- package/dist/generators/ts/ListType.js +0 -161
- package/dist/generators/ts/LiteralType.d.ts +0 -27
- package/dist/generators/ts/LiteralType.js +0 -71
- package/dist/generators/ts/ObjectSetType.d.ts +0 -6
- package/dist/generators/ts/ObjectSetType.js +0 -36
- package/dist/generators/ts/ObjectType.d.ts +0 -104
- package/dist/generators/ts/ObjectType.js +0 -492
- package/dist/generators/ts/ObjectUnionType.d.ts +0 -20
- package/dist/generators/ts/ObjectUnionType.js +0 -223
- package/dist/generators/ts/OptionType.d.ts +0 -39
- package/dist/generators/ts/OptionType.js +0 -157
- package/dist/generators/ts/RdfjsDatasetObjectSetType.d.ts +0 -6
- package/dist/generators/ts/RdfjsDatasetObjectSetType.js +0 -323
- package/dist/generators/ts/Reusables.d.ts +0 -13
- package/dist/generators/ts/Reusables.js +0 -15
- package/dist/generators/ts/SetType.d.ts +0 -32
- package/dist/generators/ts/SetType.js +0 -132
- package/dist/generators/ts/Snippet.d.ts +0 -3
- package/dist/generators/ts/Snippet.js +0 -2
- package/dist/generators/ts/SnippetFactory.d.ts +0 -16
- package/dist/generators/ts/SnippetFactory.js +0 -2
- package/dist/generators/ts/Snippets.d.ts +0 -177
- package/dist/generators/ts/Snippets.js +0 -1163
- package/dist/generators/ts/SparqlObjectSetType.d.ts +0 -6
- package/dist/generators/ts/SparqlObjectSetType.js +0 -241
- package/dist/generators/ts/StringType.d.ts +0 -22
- package/dist/generators/ts/StringType.js +0 -68
- package/dist/generators/ts/TermType.d.ts +0 -31
- package/dist/generators/ts/TermType.js +0 -143
- package/dist/generators/ts/TsFeature.d.ts +0 -3
- package/dist/generators/ts/TsFeature.js +0 -28
- package/dist/generators/ts/TsGenerator.d.ts +0 -30
- package/dist/generators/ts/TsGenerator.js +0 -292
- package/dist/generators/ts/Type.d.ts +0 -25
- package/dist/generators/ts/Type.js +0 -2
- package/dist/generators/ts/TypeFactory.d.ts +0 -43
- package/dist/generators/ts/TypeFactory.js +0 -540
- package/dist/generators/ts/Typeof.d.ts +0 -2
- package/dist/generators/ts/Typeof.js +0 -2
- package/dist/generators/ts/UnionType.d.ts +0 -126
- package/dist/generators/ts/UnionType.js +0 -850
- package/dist/generators/ts/ZodGenerator.d.ts +0 -11
- package/dist/generators/ts/ZodGenerator.js +0 -60
- package/dist/generators/ts/_ObjectType/AbstractProperty.d.ts +0 -220
- package/dist/generators/ts/_ObjectType/AbstractProperty.js +0 -37
- package/dist/generators/ts/_ObjectType/DiscriminantProperty.d.ts +0 -45
- package/dist/generators/ts/_ObjectType/DiscriminantProperty.js +0 -104
- package/dist/generators/ts/_ObjectType/IdentifierProperty.d.ts +0 -43
- package/dist/generators/ts/_ObjectType/IdentifierProperty.js +0 -216
- package/dist/generators/ts/_ObjectType/ObjectType_createFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_createFunctionExpression.js +0 -28
- package/dist/generators/ts/_ObjectType/ObjectType_equalsFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_equalsFunctionExpression.js +0 -15
- package/dist/generators/ts/_ObjectType/ObjectType_filterFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_filterFunctionExpression.js +0 -12
- package/dist/generators/ts/_ObjectType/ObjectType_filterTypeExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_filterTypeExpression.js +0 -20
- package/dist/generators/ts/_ObjectType/ObjectType_focusSparqlConstructTriplesFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_focusSparqlConstructTriplesFunctionExpression.js +0 -46
- package/dist/generators/ts/_ObjectType/ObjectType_focusSparqlWherePatternsFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_focusSparqlWherePatternsFunctionExpression.js +0 -79
- package/dist/generators/ts/_ObjectType/ObjectType_fromJsonFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_fromJsonFunctionExpression.js +0 -12
- package/dist/generators/ts/_ObjectType/ObjectType_fromRdfResourceFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_fromRdfResourceFunctionExpression.js +0 -43
- package/dist/generators/ts/_ObjectType/ObjectType_graphqlTypeExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_graphqlTypeExpression.js +0 -26
- package/dist/generators/ts/_ObjectType/ObjectType_hashFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_hashFunctionExpression.js +0 -30
- package/dist/generators/ts/_ObjectType/ObjectType_identifierTypeDeclarations.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_identifierTypeDeclarations.js +0 -13
- package/dist/generators/ts/_ObjectType/ObjectType_isTypeFunctionDeclaration.d.ts +0 -5
- package/dist/generators/ts/_ObjectType/ObjectType_isTypeFunctionDeclaration.js +0 -20
- package/dist/generators/ts/_ObjectType/ObjectType_jsonParseFunctionDeclaration.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_jsonParseFunctionDeclaration.js +0 -10
- package/dist/generators/ts/_ObjectType/ObjectType_jsonSchemaExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_jsonSchemaExpression.js +0 -22
- package/dist/generators/ts/_ObjectType/ObjectType_jsonTypeExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_jsonTypeExpression.js +0 -5
- package/dist/generators/ts/_ObjectType/ObjectType_jsonUiSchemaFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_jsonUiSchemaFunctionExpression.js +0 -17
- package/dist/generators/ts/_ObjectType/ObjectType_objectSetMethodNames.d.ts +0 -11
- package/dist/generators/ts/_ObjectType/ObjectType_objectSetMethodNames.js +0 -23
- package/dist/generators/ts/_ObjectType/ObjectType_schemaExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_schemaExpression.js +0 -18
- package/dist/generators/ts/_ObjectType/ObjectType_schemaTypeExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_schemaTypeExpression.js +0 -18
- package/dist/generators/ts/_ObjectType/ObjectType_sparqlConstructQueryFunctionDeclaration.d.ts +0 -10
- package/dist/generators/ts/_ObjectType/ObjectType_sparqlConstructQueryFunctionDeclaration.js +0 -35
- package/dist/generators/ts/_ObjectType/ObjectType_sparqlConstructQueryStringFunctionDeclaration.d.ts +0 -10
- package/dist/generators/ts/_ObjectType/ObjectType_sparqlConstructQueryStringFunctionDeclaration.js +0 -8
- package/dist/generators/ts/_ObjectType/ObjectType_toJsonFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_toJsonFunctionExpression.js +0 -14
- package/dist/generators/ts/_ObjectType/ObjectType_toRdfResourceFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_toRdfResourceFunctionExpression.js +0 -33
- package/dist/generators/ts/_ObjectType/ObjectType_toStringFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_toStringFunctionExpression.js +0 -7
- package/dist/generators/ts/_ObjectType/ObjectType_toStringRecordFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_toStringRecordFunctionExpression.js +0 -5
- package/dist/generators/ts/_ObjectType/ObjectType_valueSparqlConstructTriplesFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_valueSparqlConstructTriplesFunctionExpression.js +0 -8
- package/dist/generators/ts/_ObjectType/ObjectType_valueSparqlWherePatternsFunctionExpression.d.ts +0 -4
- package/dist/generators/ts/_ObjectType/ObjectType_valueSparqlWherePatternsFunctionExpression.js +0 -10
- package/dist/generators/ts/_ObjectType/Property.d.ts +0 -6
- package/dist/generators/ts/_ObjectType/Property.js +0 -2
- package/dist/generators/ts/_ObjectType/ShaclProperty.d.ts +0 -53
- package/dist/generators/ts/_ObjectType/ShaclProperty.js +0 -292
- package/dist/generators/ts/_snippets/snippets_BlankNodeFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_BlankNodeFilter.js +0 -5
- package/dist/generators/ts/_snippets/snippets_BlankNodeSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_BlankNodeSchema.js +0 -6
- package/dist/generators/ts/_snippets/snippets_BooleanFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_BooleanFilter.js +0 -6
- package/dist/generators/ts/_snippets/snippets_BooleanSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_BooleanSchema.js +0 -8
- package/dist/generators/ts/_snippets/snippets_CollectionFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_CollectionFilter.js +0 -7
- package/dist/generators/ts/_snippets/snippets_CollectionSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_CollectionSchema.js +0 -8
- package/dist/generators/ts/_snippets/snippets_ConversionFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_ConversionFunction.js +0 -4
- package/dist/generators/ts/_snippets/snippets_DateFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_DateFilter.js +0 -10
- package/dist/generators/ts/_snippets/snippets_DateSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_DateSchema.js +0 -8
- package/dist/generators/ts/_snippets/snippets_DefaultValueSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_DefaultValueSchema.js +0 -8
- package/dist/generators/ts/_snippets/snippets_EqualsResult.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_EqualsResult.js +0 -63
- package/dist/generators/ts/_snippets/snippets_FocusSparqlConstructTriplesFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_FocusSparqlConstructTriplesFunction.js +0 -10
- package/dist/generators/ts/_snippets/snippets_FocusSparqlWherePatternsFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_FocusSparqlWherePatternsFunction.js +0 -11
- package/dist/generators/ts/_snippets/snippets_FromRdfResourceFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_FromRdfResourceFunction.js +0 -13
- package/dist/generators/ts/_snippets/snippets_FromRdfResourceValuesFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_FromRdfResourceValuesFunction.js +0 -16
- package/dist/generators/ts/_snippets/snippets_HashFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_HashFunction.js +0 -4
- package/dist/generators/ts/_snippets/snippets_Hasher.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_Hasher.js +0 -3
- package/dist/generators/ts/_snippets/snippets_IdentifierFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_IdentifierFilter.js +0 -7
- package/dist/generators/ts/_snippets/snippets_IdentifierSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_IdentifierSchema.js +0 -7
- package/dist/generators/ts/_snippets/snippets_IdentifierSet.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_IdentifierSet.js +0 -27
- package/dist/generators/ts/_snippets/snippets_IriFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_IriFilter.js +0 -6
- package/dist/generators/ts/_snippets/snippets_IriSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_IriSchema.js +0 -8
- package/dist/generators/ts/_snippets/snippets_Lazy.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_Lazy.js +0 -22
- package/dist/generators/ts/_snippets/snippets_LazyOption.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_LazyOption.js +0 -25
- package/dist/generators/ts/_snippets/snippets_LazySet.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_LazySet.js +0 -40
- package/dist/generators/ts/_snippets/snippets_LiteralFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_LiteralFilter.js +0 -4
- package/dist/generators/ts/_snippets/snippets_LiteralSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_LiteralSchema.js +0 -9
- package/dist/generators/ts/_snippets/snippets_MaybeFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_MaybeFilter.js +0 -4
- package/dist/generators/ts/_snippets/snippets_MaybeSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_MaybeSchema.js +0 -7
- package/dist/generators/ts/_snippets/snippets_NumericFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_NumericFilter.js +0 -10
- package/dist/generators/ts/_snippets/snippets_NumericSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_NumericSchema.js +0 -8
- package/dist/generators/ts/_snippets/snippets_PropertyPath.d.ts +0 -6
- package/dist/generators/ts/_snippets/snippets_PropertyPath.js +0 -46
- package/dist/generators/ts/_snippets/snippets_RdfVocabularies.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_RdfVocabularies.js +0 -40
- package/dist/generators/ts/_snippets/snippets_ShaclPropertySchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_ShaclPropertySchema.js +0 -8
- package/dist/generators/ts/_snippets/snippets_SparqlFilterPattern.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_SparqlFilterPattern.js +0 -3
- package/dist/generators/ts/_snippets/snippets_SparqlPattern.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_SparqlPattern.js +0 -3
- package/dist/generators/ts/_snippets/snippets_SparqlPattern_isSolutionGenerating.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_SparqlPattern_isSolutionGenerating.js +0 -30
- package/dist/generators/ts/_snippets/snippets_StringFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_StringFilter.js +0 -8
- package/dist/generators/ts/_snippets/snippets_StringSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_StringSchema.js +0 -9
- package/dist/generators/ts/_snippets/snippets_TermFilter.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_TermFilter.js +0 -9
- package/dist/generators/ts/_snippets/snippets_TermSchema.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_TermSchema.js +0 -9
- package/dist/generators/ts/_snippets/snippets_ToRdfResourceFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_ToRdfResourceFunction.js +0 -11
- package/dist/generators/ts/_snippets/snippets_ToRdfResourceValuesFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_ToRdfResourceValuesFunction.js +0 -16
- package/dist/generators/ts/_snippets/snippets_UnwrapR.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_UnwrapR.js +0 -4
- package/dist/generators/ts/_snippets/snippets_ValidationFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_ValidationFunction.js +0 -4
- package/dist/generators/ts/_snippets/snippets_ValueSparqlConstructTriplesFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_ValueSparqlConstructTriplesFunction.js +0 -11
- package/dist/generators/ts/_snippets/snippets_ValueSparqlWherePatternsFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_ValueSparqlWherePatternsFunction.js +0 -13
- package/dist/generators/ts/_snippets/snippets__FromRdfResourceFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets__FromRdfResourceFunction.js +0 -13
- package/dist/generators/ts/_snippets/snippets__ToRdfResourceFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets__ToRdfResourceFunction.js +0 -12
- package/dist/generators/ts/_snippets/snippets_arrayEquals.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_arrayEquals.js +0 -68
- package/dist/generators/ts/_snippets/snippets_arrayIntersection.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_arrayIntersection.js +0 -29
- package/dist/generators/ts/_snippets/snippets_bigDecimalFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_bigDecimalFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_bigDecimalLiteral.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_bigDecimalLiteral.js +0 -9
- package/dist/generators/ts/_snippets/snippets_bigDecimalSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_bigDecimalSparqlWherePatterns.js +0 -83
- package/dist/generators/ts/_snippets/snippets_bigIntFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_bigIntFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_blankNodeFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_blankNodeFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_blankNodeSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_blankNodeSparqlWherePatterns.js +0 -5
- package/dist/generators/ts/_snippets/snippets_booleanEquals.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_booleanEquals.js +0 -16
- package/dist/generators/ts/_snippets/snippets_booleanFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_booleanFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_booleanSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_booleanSparqlWherePatterns.js +0 -15
- package/dist/generators/ts/_snippets/snippets_compactRecord.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_compactRecord.js +0 -15
- package/dist/generators/ts/_snippets/snippets_convertToArraySet.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToArraySet.js +0 -8
- package/dist/generators/ts/_snippets/snippets_convertToBlankNode.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToBlankNode.js +0 -11
- package/dist/generators/ts/_snippets/snippets_convertToBlankNodeIdentifierProperty.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToBlankNodeIdentifierProperty.js +0 -17
- package/dist/generators/ts/_snippets/snippets_convertToIdentifier.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToIdentifier.js +0 -13
- package/dist/generators/ts/_snippets/snippets_convertToIdentifierProperty.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToIdentifierProperty.js +0 -21
- package/dist/generators/ts/_snippets/snippets_convertToIri.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToIri.js +0 -11
- package/dist/generators/ts/_snippets/snippets_convertToIriIdentifierProperty.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToIriIdentifierProperty.js +0 -17
- package/dist/generators/ts/_snippets/snippets_convertToLazy.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToLazy.js +0 -15
- package/dist/generators/ts/_snippets/snippets_convertToLazyOption.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToLazyOption.js +0 -33
- package/dist/generators/ts/_snippets/snippets_convertToLazySet.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToLazySet.js +0 -27
- package/dist/generators/ts/_snippets/snippets_convertToList.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToList.js +0 -7
- package/dist/generators/ts/_snippets/snippets_convertToLiteral.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToLiteral.js +0 -13
- package/dist/generators/ts/_snippets/snippets_convertToMaybe.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToMaybe.js +0 -19
- package/dist/generators/ts/_snippets/snippets_convertToScalarSet.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertToScalarSet.js +0 -15
- package/dist/generators/ts/_snippets/snippets_convertWithDefaultValue.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_convertWithDefaultValue.js +0 -11
- package/dist/generators/ts/_snippets/snippets_dateEquals.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_dateEquals.js +0 -13
- package/dist/generators/ts/_snippets/snippets_dateFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_dateFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_dateSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_dateSparqlWherePatterns.js +0 -71
- package/dist/generators/ts/_snippets/snippets_dateTimeFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_dateTimeFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_decodeBigDecimalLiteral.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_decodeBigDecimalLiteral.js +0 -9
- package/dist/generators/ts/_snippets/snippets_deduplicateSparqlPatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_deduplicateSparqlPatterns.js +0 -19
- package/dist/generators/ts/_snippets/snippets_defaultValueFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_defaultValueFromRdfResourceValues.js +0 -10
- package/dist/generators/ts/_snippets/snippets_defaultValueSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_defaultValueSparqlWherePatterns.js +0 -9
- package/dist/generators/ts/_snippets/snippets_ensureRdfResourceType.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_ensureRdfResourceType.js +0 -16
- package/dist/generators/ts/_snippets/snippets_filterArray.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterArray.js +0 -22
- package/dist/generators/ts/_snippets/snippets_filterBigDecimal.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterBigDecimal.js +0 -26
- package/dist/generators/ts/_snippets/snippets_filterBlankNode.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterBlankNode.js +0 -6
- package/dist/generators/ts/_snippets/snippets_filterBoolean.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterBoolean.js +0 -10
- package/dist/generators/ts/_snippets/snippets_filterDate.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterDate.js +0 -26
- package/dist/generators/ts/_snippets/snippets_filterIdentifier.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterIdentifier.js +0 -14
- package/dist/generators/ts/_snippets/snippets_filterIri.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterIri.js +0 -10
- package/dist/generators/ts/_snippets/snippets_filterLiteral.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterLiteral.js +0 -6
- package/dist/generators/ts/_snippets/snippets_filterMaybe.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterMaybe.js +0 -22
- package/dist/generators/ts/_snippets/snippets_filterNumeric.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterNumeric.js +0 -26
- package/dist/generators/ts/_snippets/snippets_filterString.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterString.js +0 -18
- package/dist/generators/ts/_snippets/snippets_filterTerm.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_filterTerm.js +0 -22
- package/dist/generators/ts/_snippets/snippets_floatFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_floatFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_hashArray.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashArray.js +0 -11
- package/dist/generators/ts/_snippets/snippets_hashBigDecimal.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashBigDecimal.js +0 -7
- package/dist/generators/ts/_snippets/snippets_hashBoolean.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashBoolean.js +0 -7
- package/dist/generators/ts/_snippets/snippets_hashDate.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashDate.js +0 -7
- package/dist/generators/ts/_snippets/snippets_hashDateTime.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashDateTime.js +0 -7
- package/dist/generators/ts/_snippets/snippets_hashMaybe.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashMaybe.js +0 -11
- package/dist/generators/ts/_snippets/snippets_hashNumeric.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashNumeric.js +0 -7
- package/dist/generators/ts/_snippets/snippets_hashString.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashString.js +0 -7
- package/dist/generators/ts/_snippets/snippets_hashTerm.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_hashTerm.js +0 -12
- package/dist/generators/ts/_snippets/snippets_identifierFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_identifierFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_identifierSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_identifierSparqlWherePatterns.js +0 -30
- package/dist/generators/ts/_snippets/snippets_identityConversionFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_identityConversionFunction.js +0 -6
- package/dist/generators/ts/_snippets/snippets_identityValidationFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_identityValidationFunction.js +0 -6
- package/dist/generators/ts/_snippets/snippets_intFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_intFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_iriFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_iriFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_iriSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_iriSparqlWherePatterns.js +0 -13
- package/dist/generators/ts/_snippets/snippets_liftSparqlPatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_liftSparqlPatterns.js +0 -15
- package/dist/generators/ts/_snippets/snippets_listFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_listFromRdfResourceValues.js +0 -15
- package/dist/generators/ts/_snippets/snippets_listSparqlConstructTriples.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_listSparqlConstructTriples.js +0 -37
- package/dist/generators/ts/_snippets/snippets_listSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_listSparqlWherePatterns.js +0 -116
- package/dist/generators/ts/_snippets/snippets_literalFactory.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_literalFactory.js +0 -3
- package/dist/generators/ts/_snippets/snippets_literalFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_literalFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_literalSchemaSparqlPatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_literalSchemaSparqlPatterns.js +0 -39
- package/dist/generators/ts/_snippets/snippets_literalSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_literalSparqlWherePatterns.js +0 -5
- package/dist/generators/ts/_snippets/snippets_maybeEquals.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_maybeEquals.js +0 -31
- package/dist/generators/ts/_snippets/snippets_maybeFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_maybeFromRdfResourceValues.js +0 -11
- package/dist/generators/ts/_snippets/snippets_maybeSparqlConstructTriples.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_maybeSparqlConstructTriples.js +0 -6
- package/dist/generators/ts/_snippets/snippets_maybeSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_maybeSparqlWherePatterns.js +0 -21
- package/dist/generators/ts/_snippets/snippets_monkeyPatchObject.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_monkeyPatchObject.js +0 -16
- package/dist/generators/ts/_snippets/snippets_mutableListFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_mutableListFromRdfResourceValues.js +0 -8
- package/dist/generators/ts/_snippets/snippets_mutableSetFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_mutableSetFromRdfResourceValues.js +0 -8
- package/dist/generators/ts/_snippets/snippets_normalizeSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_normalizeSparqlWherePatterns.js +0 -92
- package/dist/generators/ts/_snippets/snippets_numericSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_numericSparqlWherePatterns.js +0 -62
- package/dist/generators/ts/_snippets/snippets_parseBlankNode.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_parseBlankNode.js +0 -9
- package/dist/generators/ts/_snippets/snippets_parseIdentifier.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_parseIdentifier.js +0 -4
- package/dist/generators/ts/_snippets/snippets_parseIri.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_parseIri.js +0 -9
- package/dist/generators/ts/_snippets/snippets_sequenceRecord.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_sequenceRecord.js +0 -18
- package/dist/generators/ts/_snippets/snippets_setFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_setFromRdfResourceValues.js +0 -9
- package/dist/generators/ts/_snippets/snippets_setSparqlConstructTriples.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_setSparqlConstructTriples.js +0 -6
- package/dist/generators/ts/_snippets/snippets_setSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_setSparqlWherePatterns.js +0 -17
- package/dist/generators/ts/_snippets/snippets_shaclPropertyFromRdf.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_shaclPropertyFromRdf.js +0 -17
- package/dist/generators/ts/_snippets/snippets_shaclPropertySparqlConstructTriples.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_shaclPropertySparqlConstructTriples.js +0 -90
- package/dist/generators/ts/_snippets/snippets_shaclPropertySparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_shaclPropertySparqlWherePatterns.js +0 -86
- package/dist/generators/ts/_snippets/snippets_sortSparqlPatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_sortSparqlPatterns.js +0 -24
- package/dist/generators/ts/_snippets/snippets_sparqlInstancesOfPattern.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_sparqlInstancesOfPattern.js +0 -29
- package/dist/generators/ts/_snippets/snippets_sparqlPropertyPath.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_sparqlPropertyPath.js +0 -59
- package/dist/generators/ts/_snippets/snippets_sparqlValueInPattern.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_sparqlValueInPattern.js +0 -23
- package/dist/generators/ts/_snippets/snippets_strictEquals.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_strictEquals.js +0 -12
- package/dist/generators/ts/_snippets/snippets_stringFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_stringFromRdfResourceValues.js +0 -6
- package/dist/generators/ts/_snippets/snippets_stringSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_stringSparqlWherePatterns.js +0 -39
- package/dist/generators/ts/_snippets/snippets_termFilterSparqlPatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_termFilterSparqlPatterns.js +0 -93
- package/dist/generators/ts/_snippets/snippets_termFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_termFromRdfResourceValues.js +0 -17
- package/dist/generators/ts/_snippets/snippets_termLikeFromRdfResourceValues.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_termLikeFromRdfResourceValues.js +0 -60
- package/dist/generators/ts/_snippets/snippets_termSchemaSparqlPatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_termSchemaSparqlPatterns.js +0 -24
- package/dist/generators/ts/_snippets/snippets_termSparqlWherePatterns.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_termSparqlWherePatterns.js +0 -5
- package/dist/generators/ts/_snippets/snippets_toIsoDateString.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_toIsoDateString.js +0 -6
- package/dist/generators/ts/_snippets/snippets_validateArray.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_validateArray.js +0 -13
- package/dist/generators/ts/_snippets/snippets_validateMaybe.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_validateMaybe.js +0 -7
- package/dist/generators/ts/_snippets/snippets_wrap_FromRdfResourceFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_wrap_FromRdfResourceFunction.js +0 -9
- package/dist/generators/ts/_snippets/snippets_wrap_ToRdfResourceFunction.d.ts +0 -3
- package/dist/generators/ts/_snippets/snippets_wrap_ToRdfResourceFunction.js +0 -14
- package/dist/generators/ts/codeEquals.d.ts +0 -3
- package/dist/generators/ts/codeEquals.js +0 -7
- package/dist/generators/ts/rdfjsTermExpression.d.ts +0 -11
- package/dist/generators/ts/rdfjsTermExpression.js +0 -72
- package/dist/generators/ts/singleEntryRecord.d.ts +0 -2
- package/dist/generators/ts/singleEntryRecord.js +0 -6
- package/dist/generators/ts/ts-poet-wrapper.d.ts +0 -5
- package/dist/generators/ts/ts-poet-wrapper.js +0 -13
- package/dist/generators/ts/tsComment.d.ts +0 -5
- package/dist/generators/ts/tsComment.js +0 -11
- package/dist/index.d.ts +0 -6
- package/dist/index.js +0 -6
- package/dist/input/ShapesGraph.d.ts +0 -44
- package/dist/input/ShapesGraph.js +0 -66
- package/dist/input/generated.d.ts +0 -4074
- package/dist/input/generated.js +0 -3417
- package/dist/input/index.d.ts +0 -3
- package/dist/input/index.js +0 -3
|
@@ -1,4074 +0,0 @@
|
|
|
1
|
-
import type { BlankNode, Literal, NamedNode, Quad_Graph, Variable } from "@rdfjs/types";
|
|
2
|
-
import { PropertyPath as RdfxResourcePropertyPath, Resource, ResourceSet } from "@rdfx/resource";
|
|
3
|
-
import { NTriplesTerm } from "@rdfx/string";
|
|
4
|
-
import { Either, Maybe } from "purify-ts";
|
|
5
|
-
type $_FromRdfResourceFunction<T> = (resource: Resource, options: {
|
|
6
|
-
context: undefined | unknown;
|
|
7
|
-
graph: Exclude<Quad_Graph, Variable> | undefined;
|
|
8
|
-
ignoreRdfType: boolean;
|
|
9
|
-
preferredLanguages: readonly string[] | undefined;
|
|
10
|
-
}) => Either<Error, T>;
|
|
11
|
-
export type $_ToRdfResourceFunction<IdentifierT extends Resource.Identifier, ObjectT extends {
|
|
12
|
-
$identifier: () => IdentifierT;
|
|
13
|
-
}> = (parameters: {
|
|
14
|
-
graph: Exclude<Quad_Graph, Variable> | undefined;
|
|
15
|
-
ignoreRdfType: boolean;
|
|
16
|
-
object: ObjectT;
|
|
17
|
-
resource: Resource<IdentifierT>;
|
|
18
|
-
resourceSet: ResourceSet;
|
|
19
|
-
}) => void;
|
|
20
|
-
export type $EqualsResult = Either<$EqualsResult.Unequal, true>;
|
|
21
|
-
export declare namespace $EqualsResult {
|
|
22
|
-
const Equal: $EqualsResult;
|
|
23
|
-
function fromBooleanEqualsResult(left: any, right: any, equalsResult: boolean | $EqualsResult): $EqualsResult;
|
|
24
|
-
type Unequal = {
|
|
25
|
-
readonly left: {
|
|
26
|
-
readonly array: readonly any[];
|
|
27
|
-
readonly element: any;
|
|
28
|
-
readonly elementIndex: number;
|
|
29
|
-
};
|
|
30
|
-
readonly right: {
|
|
31
|
-
readonly array: readonly any[];
|
|
32
|
-
readonly unequals: readonly Unequal[];
|
|
33
|
-
};
|
|
34
|
-
readonly type: "array-element";
|
|
35
|
-
} | {
|
|
36
|
-
readonly left: readonly any[];
|
|
37
|
-
readonly right: readonly any[];
|
|
38
|
-
readonly type: "array-length";
|
|
39
|
-
} | {
|
|
40
|
-
readonly left: any;
|
|
41
|
-
readonly right: any;
|
|
42
|
-
readonly type: "boolean";
|
|
43
|
-
} | {
|
|
44
|
-
readonly right: any;
|
|
45
|
-
readonly type: "left-null";
|
|
46
|
-
} | {
|
|
47
|
-
readonly left: any;
|
|
48
|
-
readonly right: any;
|
|
49
|
-
readonly propertyName: string;
|
|
50
|
-
readonly propertyValuesUnequal: Unequal;
|
|
51
|
-
readonly type: "property";
|
|
52
|
-
} | {
|
|
53
|
-
readonly left: any;
|
|
54
|
-
readonly type: "right-null";
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
export type $FromRdfResourceFunction<T> = (resource: Resource, options?: {
|
|
58
|
-
context?: unknown;
|
|
59
|
-
graph?: Exclude<Quad_Graph, Variable>;
|
|
60
|
-
ignoreRdfType?: boolean;
|
|
61
|
-
preferredLanguages?: readonly string[];
|
|
62
|
-
}) => Either<Error, T>;
|
|
63
|
-
export type $FromRdfResourceValuesFunction<ValueT, ValueSchemaT> = (resourceValues: Resource.Values, options: {
|
|
64
|
-
context?: unknown;
|
|
65
|
-
graph?: Exclude<Quad_Graph, Variable>;
|
|
66
|
-
focusResource: Resource;
|
|
67
|
-
ignoreRdfType?: boolean;
|
|
68
|
-
preferredLanguages?: readonly string[];
|
|
69
|
-
propertyPath: $PropertyPath;
|
|
70
|
-
schema: ValueSchemaT;
|
|
71
|
-
}) => Either<Error, Resource.Values<ValueT>>;
|
|
72
|
-
export type $PropertyPath = RdfxResourcePropertyPath;
|
|
73
|
-
export declare namespace $PropertyPath {
|
|
74
|
-
const fromRdfResource: $FromRdfResourceFunction<$PropertyPath>;
|
|
75
|
-
const fromRdfResourceValues: $FromRdfResourceValuesFunction<$PropertyPath, object>;
|
|
76
|
-
const schema: Readonly<object>;
|
|
77
|
-
type Schema = typeof schema;
|
|
78
|
-
const toRdfResource: $ToRdfResourceFunction<$PropertyPath>;
|
|
79
|
-
const $toString: typeof RdfxResourcePropertyPath.toString;
|
|
80
|
-
}
|
|
81
|
-
export interface $ShaclPropertySchema<TypeSchemaT> {
|
|
82
|
-
readonly kind: "Shacl";
|
|
83
|
-
readonly path: $PropertyPath;
|
|
84
|
-
readonly type: TypeSchemaT;
|
|
85
|
-
}
|
|
86
|
-
export type $ToRdfResourceFunction<ObjectT, IdentifierT extends Resource.Identifier = Resource.Identifier> = (object: ObjectT, options?: {
|
|
87
|
-
graph?: Exclude<Quad_Graph, Variable>;
|
|
88
|
-
ignoreRdfType?: boolean;
|
|
89
|
-
resourceSet?: ResourceSet;
|
|
90
|
-
}) => Resource<IdentifierT>;
|
|
91
|
-
export type $ToRdfResourceValuesFunction<ValueT, ReturnT extends BlankNode | Literal | NamedNode = BlankNode | Literal | NamedNode> = (value: ValueT, options: {
|
|
92
|
-
graph?: Exclude<Quad_Graph, Variable>;
|
|
93
|
-
ignoreRdfType?: boolean;
|
|
94
|
-
propertyPath: $PropertyPath;
|
|
95
|
-
resource: Resource;
|
|
96
|
-
resourceSet: ResourceSet;
|
|
97
|
-
}) => ReturnT[];
|
|
98
|
-
export type NodeShape = {
|
|
99
|
-
readonly $identifier: () => NodeShape.Identifier;
|
|
100
|
-
readonly $type: "NodeShape";
|
|
101
|
-
readonly and: Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
102
|
-
readonly classes: readonly NamedNode[];
|
|
103
|
-
readonly closed: Maybe<boolean>;
|
|
104
|
-
readonly comment: Maybe<string>;
|
|
105
|
-
readonly datatype: Maybe<NamedNode>;
|
|
106
|
-
readonly deactivated: Maybe<boolean>;
|
|
107
|
-
readonly discriminantValue: Maybe<string>;
|
|
108
|
-
readonly extern: Maybe<boolean>;
|
|
109
|
-
readonly flags: Maybe<string>;
|
|
110
|
-
readonly fromRdfType: Maybe<NamedNode>;
|
|
111
|
-
readonly hasValues: readonly (NamedNode | Literal)[];
|
|
112
|
-
/**
|
|
113
|
-
* Whether to ignore this shape in code generation, defaults to false
|
|
114
|
-
*/
|
|
115
|
-
readonly ignore: boolean;
|
|
116
|
-
readonly ignoredProperties: Maybe<readonly NamedNode[]>;
|
|
117
|
-
readonly in_: Maybe<readonly (NamedNode | Literal)[]>;
|
|
118
|
-
readonly isDefinedBy: Maybe<BlankNode | NamedNode>;
|
|
119
|
-
readonly label: Maybe<string>;
|
|
120
|
-
readonly languageIn: Maybe<readonly string[]>;
|
|
121
|
-
readonly maxExclusive: Maybe<Literal>;
|
|
122
|
-
readonly maxInclusive: Maybe<Literal>;
|
|
123
|
-
readonly maxLength: Maybe<bigint>;
|
|
124
|
-
readonly message: Maybe<string>;
|
|
125
|
-
readonly minExclusive: Maybe<Literal>;
|
|
126
|
-
readonly minInclusive: Maybe<Literal>;
|
|
127
|
-
readonly minLength: Maybe<bigint>;
|
|
128
|
-
readonly mutable: Maybe<boolean>;
|
|
129
|
-
readonly node: Maybe<BlankNode | NamedNode>;
|
|
130
|
-
readonly nodeKind: 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">>;
|
|
131
|
-
readonly not: readonly (BlankNode | NamedNode)[];
|
|
132
|
-
readonly or: Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
133
|
-
readonly pattern: Maybe<string>;
|
|
134
|
-
readonly properties: readonly (BlankNode | NamedNode)[];
|
|
135
|
-
readonly rdfType: Maybe<NamedNode>;
|
|
136
|
-
readonly severity: Maybe<NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation">>;
|
|
137
|
-
readonly shaclmateName: Maybe<string>;
|
|
138
|
-
readonly subClassOf: readonly NamedNode[];
|
|
139
|
-
readonly targetClasses: readonly NamedNode[];
|
|
140
|
-
readonly targetNodes: readonly (NamedNode | Literal)[];
|
|
141
|
-
readonly targetObjectsOf: readonly NamedNode[];
|
|
142
|
-
readonly targetSubjectsOf: readonly NamedNode[];
|
|
143
|
-
readonly toRdfTypes: readonly NamedNode[];
|
|
144
|
-
readonly tsImports: readonly string[];
|
|
145
|
-
readonly types: readonly NamedNode[];
|
|
146
|
-
readonly xone: Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
147
|
-
};
|
|
148
|
-
export declare namespace NodeShape {
|
|
149
|
-
const create: (parameters?: {
|
|
150
|
-
readonly $identifier?: (() => NodeShape.Identifier) | BlankNode | NamedNode | string;
|
|
151
|
-
readonly and?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
152
|
-
readonly classes?: string | NamedNode | readonly (string | NamedNode)[];
|
|
153
|
-
readonly closed?: boolean | Maybe<boolean>;
|
|
154
|
-
readonly comment?: string | Maybe<string>;
|
|
155
|
-
readonly datatype?: string | NamedNode | Maybe<NamedNode>;
|
|
156
|
-
readonly deactivated?: boolean | Maybe<boolean>;
|
|
157
|
-
readonly discriminantValue?: string | Maybe<string>;
|
|
158
|
-
readonly extern?: boolean | Maybe<boolean>;
|
|
159
|
-
readonly flags?: string | Maybe<string>;
|
|
160
|
-
readonly fromRdfType?: string | NamedNode | Maybe<NamedNode>;
|
|
161
|
-
readonly hasValues?: (NamedNode | Literal) | readonly (NamedNode | Literal)[];
|
|
162
|
-
readonly ignore?: boolean;
|
|
163
|
-
readonly ignoredProperties?: readonly (string | NamedNode)[] | Maybe<readonly NamedNode[]>;
|
|
164
|
-
readonly in_?: readonly (NamedNode | Literal)[] | Maybe<readonly (NamedNode | Literal)[]>;
|
|
165
|
-
readonly isDefinedBy?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
166
|
-
readonly label?: string | Maybe<string>;
|
|
167
|
-
readonly languageIn?: readonly string[] | Maybe<readonly string[]>;
|
|
168
|
-
readonly maxExclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
169
|
-
readonly maxInclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
170
|
-
readonly maxLength?: bigint | Maybe<bigint>;
|
|
171
|
-
readonly message?: string | Maybe<string>;
|
|
172
|
-
readonly minExclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
173
|
-
readonly minInclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
174
|
-
readonly minLength?: bigint | Maybe<bigint>;
|
|
175
|
-
readonly mutable?: boolean | Maybe<boolean>;
|
|
176
|
-
readonly node?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
177
|
-
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">>;
|
|
178
|
-
readonly not?: BlankNode | NamedNode | string | readonly (BlankNode | NamedNode | string | undefined)[];
|
|
179
|
-
readonly or?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
180
|
-
readonly pattern?: string | Maybe<string>;
|
|
181
|
-
readonly properties?: BlankNode | NamedNode | string | readonly (BlankNode | NamedNode | string | undefined)[];
|
|
182
|
-
readonly rdfType?: string | NamedNode | Maybe<NamedNode>;
|
|
183
|
-
readonly severity?: ("http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation") | NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation">>;
|
|
184
|
-
readonly shaclmateName?: string | Maybe<string>;
|
|
185
|
-
readonly subClassOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
186
|
-
readonly targetClasses?: string | NamedNode | readonly (string | NamedNode)[];
|
|
187
|
-
readonly targetNodes?: (NamedNode | Literal) | readonly (NamedNode | Literal)[];
|
|
188
|
-
readonly targetObjectsOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
189
|
-
readonly targetSubjectsOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
190
|
-
readonly toRdfTypes?: string | NamedNode | readonly (string | NamedNode)[];
|
|
191
|
-
readonly tsImports?: string | readonly string[];
|
|
192
|
-
readonly types?: string | NamedNode | readonly (string | NamedNode)[];
|
|
193
|
-
readonly xone?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
194
|
-
}) => Either<Error, NodeShape>;
|
|
195
|
-
function createUnsafe(parameters?: {
|
|
196
|
-
readonly $identifier?: (() => NodeShape.Identifier) | BlankNode | NamedNode | string;
|
|
197
|
-
readonly and?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
198
|
-
readonly classes?: string | NamedNode | readonly (string | NamedNode)[];
|
|
199
|
-
readonly closed?: boolean | Maybe<boolean>;
|
|
200
|
-
readonly comment?: string | Maybe<string>;
|
|
201
|
-
readonly datatype?: string | NamedNode | Maybe<NamedNode>;
|
|
202
|
-
readonly deactivated?: boolean | Maybe<boolean>;
|
|
203
|
-
readonly discriminantValue?: string | Maybe<string>;
|
|
204
|
-
readonly extern?: boolean | Maybe<boolean>;
|
|
205
|
-
readonly flags?: string | Maybe<string>;
|
|
206
|
-
readonly fromRdfType?: string | NamedNode | Maybe<NamedNode>;
|
|
207
|
-
readonly hasValues?: (NamedNode | Literal) | readonly (NamedNode | Literal)[];
|
|
208
|
-
readonly ignore?: boolean;
|
|
209
|
-
readonly ignoredProperties?: readonly (string | NamedNode)[] | Maybe<readonly NamedNode[]>;
|
|
210
|
-
readonly in_?: readonly (NamedNode | Literal)[] | Maybe<readonly (NamedNode | Literal)[]>;
|
|
211
|
-
readonly isDefinedBy?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
212
|
-
readonly label?: string | Maybe<string>;
|
|
213
|
-
readonly languageIn?: readonly string[] | Maybe<readonly string[]>;
|
|
214
|
-
readonly maxExclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
215
|
-
readonly maxInclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
216
|
-
readonly maxLength?: bigint | Maybe<bigint>;
|
|
217
|
-
readonly message?: string | Maybe<string>;
|
|
218
|
-
readonly minExclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
219
|
-
readonly minInclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
220
|
-
readonly minLength?: bigint | Maybe<bigint>;
|
|
221
|
-
readonly mutable?: boolean | Maybe<boolean>;
|
|
222
|
-
readonly node?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
223
|
-
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">>;
|
|
224
|
-
readonly not?: BlankNode | NamedNode | string | readonly (BlankNode | NamedNode | string | undefined)[];
|
|
225
|
-
readonly or?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
226
|
-
readonly pattern?: string | Maybe<string>;
|
|
227
|
-
readonly properties?: BlankNode | NamedNode | string | readonly (BlankNode | NamedNode | string | undefined)[];
|
|
228
|
-
readonly rdfType?: string | NamedNode | Maybe<NamedNode>;
|
|
229
|
-
readonly severity?: ("http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation") | NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation">>;
|
|
230
|
-
readonly shaclmateName?: string | Maybe<string>;
|
|
231
|
-
readonly subClassOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
232
|
-
readonly targetClasses?: string | NamedNode | readonly (string | NamedNode)[];
|
|
233
|
-
readonly targetNodes?: (NamedNode | Literal) | readonly (NamedNode | Literal)[];
|
|
234
|
-
readonly targetObjectsOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
235
|
-
readonly targetSubjectsOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
236
|
-
readonly toRdfTypes?: string | NamedNode | readonly (string | NamedNode)[];
|
|
237
|
-
readonly tsImports?: string | readonly string[];
|
|
238
|
-
readonly types?: string | NamedNode | readonly (string | NamedNode)[];
|
|
239
|
-
readonly xone?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
240
|
-
}): NodeShape;
|
|
241
|
-
const _fromRdfResource: $_FromRdfResourceFunction<NodeShape>;
|
|
242
|
-
const fromRdfResource: $FromRdfResourceFunction<NodeShape>;
|
|
243
|
-
const fromRdfResourceValues: $FromRdfResourceValuesFunction<NodeShape, NodeShape.Schema>;
|
|
244
|
-
type Identifier = BlankNode | NamedNode;
|
|
245
|
-
namespace Identifier {
|
|
246
|
-
const parse: (value: string) => Either<Error, import("@rdfx/string/dist/Identifier.js").Identifier>;
|
|
247
|
-
const stringify: typeof NTriplesTerm.stringify;
|
|
248
|
-
}
|
|
249
|
-
function isNodeShape(object: $Object): object is NodeShape;
|
|
250
|
-
const schema: {
|
|
251
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#NodeShape">;
|
|
252
|
-
readonly properties: {
|
|
253
|
-
readonly $identifier: {
|
|
254
|
-
readonly kind: "Identifier";
|
|
255
|
-
readonly type: {
|
|
256
|
-
readonly kind: "Identifier";
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
readonly and: {
|
|
260
|
-
readonly kind: "Shacl";
|
|
261
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
|
|
262
|
-
readonly type: {
|
|
263
|
-
readonly kind: "Option";
|
|
264
|
-
readonly itemType: {
|
|
265
|
-
readonly kind: "List";
|
|
266
|
-
readonly itemType: {
|
|
267
|
-
readonly kind: "Identifier";
|
|
268
|
-
};
|
|
269
|
-
};
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
|
-
readonly classes: {
|
|
273
|
-
readonly kind: "Shacl";
|
|
274
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
|
|
275
|
-
readonly type: {
|
|
276
|
-
readonly kind: "Set";
|
|
277
|
-
readonly itemType: {
|
|
278
|
-
readonly kind: "Iri";
|
|
279
|
-
};
|
|
280
|
-
};
|
|
281
|
-
};
|
|
282
|
-
readonly closed: {
|
|
283
|
-
readonly kind: "Shacl";
|
|
284
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
|
|
285
|
-
readonly type: {
|
|
286
|
-
readonly kind: "Option";
|
|
287
|
-
readonly itemType: {
|
|
288
|
-
readonly kind: "Boolean";
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
};
|
|
292
|
-
readonly comment: {
|
|
293
|
-
readonly kind: "Shacl";
|
|
294
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
295
|
-
readonly type: {
|
|
296
|
-
readonly kind: "Option";
|
|
297
|
-
readonly itemType: {
|
|
298
|
-
readonly kind: "String";
|
|
299
|
-
};
|
|
300
|
-
};
|
|
301
|
-
};
|
|
302
|
-
readonly datatype: {
|
|
303
|
-
readonly kind: "Shacl";
|
|
304
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
|
|
305
|
-
readonly type: {
|
|
306
|
-
readonly kind: "Option";
|
|
307
|
-
readonly itemType: {
|
|
308
|
-
readonly kind: "Iri";
|
|
309
|
-
};
|
|
310
|
-
};
|
|
311
|
-
};
|
|
312
|
-
readonly deactivated: {
|
|
313
|
-
readonly kind: "Shacl";
|
|
314
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
|
|
315
|
-
readonly type: {
|
|
316
|
-
readonly kind: "Option";
|
|
317
|
-
readonly itemType: {
|
|
318
|
-
readonly kind: "Boolean";
|
|
319
|
-
};
|
|
320
|
-
};
|
|
321
|
-
};
|
|
322
|
-
readonly discriminantValue: {
|
|
323
|
-
readonly kind: "Shacl";
|
|
324
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
|
|
325
|
-
readonly type: {
|
|
326
|
-
readonly kind: "Option";
|
|
327
|
-
readonly itemType: {
|
|
328
|
-
readonly kind: "String";
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
};
|
|
332
|
-
readonly extern: {
|
|
333
|
-
readonly kind: "Shacl";
|
|
334
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
|
|
335
|
-
readonly type: {
|
|
336
|
-
readonly kind: "Option";
|
|
337
|
-
readonly itemType: {
|
|
338
|
-
readonly kind: "Boolean";
|
|
339
|
-
};
|
|
340
|
-
};
|
|
341
|
-
};
|
|
342
|
-
readonly flags: {
|
|
343
|
-
readonly kind: "Shacl";
|
|
344
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
|
|
345
|
-
readonly type: {
|
|
346
|
-
readonly kind: "Option";
|
|
347
|
-
readonly itemType: {
|
|
348
|
-
readonly kind: "String";
|
|
349
|
-
};
|
|
350
|
-
};
|
|
351
|
-
};
|
|
352
|
-
readonly fromRdfType: {
|
|
353
|
-
readonly kind: "Shacl";
|
|
354
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
|
|
355
|
-
readonly type: {
|
|
356
|
-
readonly kind: "Option";
|
|
357
|
-
readonly itemType: {
|
|
358
|
-
readonly kind: "Iri";
|
|
359
|
-
};
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
readonly hasValues: {
|
|
363
|
-
readonly kind: "Shacl";
|
|
364
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
|
|
365
|
-
readonly type: {
|
|
366
|
-
readonly kind: "Set";
|
|
367
|
-
readonly itemType: {
|
|
368
|
-
readonly kind: "Term";
|
|
369
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
370
|
-
};
|
|
371
|
-
};
|
|
372
|
-
};
|
|
373
|
-
readonly ignore: {
|
|
374
|
-
readonly kind: "Shacl";
|
|
375
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#ignore">;
|
|
376
|
-
readonly type: {
|
|
377
|
-
readonly kind: "DefaultValue";
|
|
378
|
-
readonly itemType: {
|
|
379
|
-
readonly kind: "Boolean";
|
|
380
|
-
};
|
|
381
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
382
|
-
};
|
|
383
|
-
};
|
|
384
|
-
readonly ignoredProperties: {
|
|
385
|
-
readonly kind: "Shacl";
|
|
386
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
|
|
387
|
-
readonly type: {
|
|
388
|
-
readonly kind: "Option";
|
|
389
|
-
readonly itemType: {
|
|
390
|
-
readonly kind: "List";
|
|
391
|
-
readonly itemType: {
|
|
392
|
-
readonly kind: "Iri";
|
|
393
|
-
};
|
|
394
|
-
};
|
|
395
|
-
};
|
|
396
|
-
};
|
|
397
|
-
readonly in_: {
|
|
398
|
-
readonly kind: "Shacl";
|
|
399
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
|
|
400
|
-
readonly type: {
|
|
401
|
-
readonly kind: "Option";
|
|
402
|
-
readonly itemType: {
|
|
403
|
-
readonly kind: "List";
|
|
404
|
-
readonly itemType: {
|
|
405
|
-
readonly kind: "Term";
|
|
406
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
407
|
-
};
|
|
408
|
-
};
|
|
409
|
-
};
|
|
410
|
-
};
|
|
411
|
-
readonly isDefinedBy: {
|
|
412
|
-
readonly kind: "Shacl";
|
|
413
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
|
|
414
|
-
readonly type: {
|
|
415
|
-
readonly kind: "Option";
|
|
416
|
-
readonly itemType: {
|
|
417
|
-
readonly kind: "Identifier";
|
|
418
|
-
};
|
|
419
|
-
};
|
|
420
|
-
};
|
|
421
|
-
readonly label: {
|
|
422
|
-
readonly kind: "Shacl";
|
|
423
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
424
|
-
readonly type: {
|
|
425
|
-
readonly kind: "Option";
|
|
426
|
-
readonly itemType: {
|
|
427
|
-
readonly kind: "String";
|
|
428
|
-
};
|
|
429
|
-
};
|
|
430
|
-
};
|
|
431
|
-
readonly languageIn: {
|
|
432
|
-
readonly kind: "Shacl";
|
|
433
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
|
|
434
|
-
readonly type: {
|
|
435
|
-
readonly kind: "Option";
|
|
436
|
-
readonly itemType: {
|
|
437
|
-
readonly kind: "List";
|
|
438
|
-
readonly itemType: {
|
|
439
|
-
readonly kind: "String";
|
|
440
|
-
};
|
|
441
|
-
};
|
|
442
|
-
};
|
|
443
|
-
};
|
|
444
|
-
readonly maxExclusive: {
|
|
445
|
-
readonly kind: "Shacl";
|
|
446
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
|
|
447
|
-
readonly type: {
|
|
448
|
-
readonly kind: "Option";
|
|
449
|
-
readonly itemType: {
|
|
450
|
-
readonly kind: "Literal";
|
|
451
|
-
};
|
|
452
|
-
};
|
|
453
|
-
};
|
|
454
|
-
readonly maxInclusive: {
|
|
455
|
-
readonly kind: "Shacl";
|
|
456
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
|
|
457
|
-
readonly type: {
|
|
458
|
-
readonly kind: "Option";
|
|
459
|
-
readonly itemType: {
|
|
460
|
-
readonly kind: "Literal";
|
|
461
|
-
};
|
|
462
|
-
};
|
|
463
|
-
};
|
|
464
|
-
readonly maxLength: {
|
|
465
|
-
readonly kind: "Shacl";
|
|
466
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
|
|
467
|
-
readonly type: {
|
|
468
|
-
readonly kind: "Option";
|
|
469
|
-
readonly itemType: {
|
|
470
|
-
readonly kind: "BigInt";
|
|
471
|
-
};
|
|
472
|
-
};
|
|
473
|
-
};
|
|
474
|
-
readonly message: {
|
|
475
|
-
readonly kind: "Shacl";
|
|
476
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#message">;
|
|
477
|
-
readonly type: {
|
|
478
|
-
readonly kind: "Option";
|
|
479
|
-
readonly itemType: {
|
|
480
|
-
readonly kind: "String";
|
|
481
|
-
};
|
|
482
|
-
};
|
|
483
|
-
};
|
|
484
|
-
readonly minExclusive: {
|
|
485
|
-
readonly kind: "Shacl";
|
|
486
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
|
|
487
|
-
readonly type: {
|
|
488
|
-
readonly kind: "Option";
|
|
489
|
-
readonly itemType: {
|
|
490
|
-
readonly kind: "Literal";
|
|
491
|
-
};
|
|
492
|
-
};
|
|
493
|
-
};
|
|
494
|
-
readonly minInclusive: {
|
|
495
|
-
readonly kind: "Shacl";
|
|
496
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
|
|
497
|
-
readonly type: {
|
|
498
|
-
readonly kind: "Option";
|
|
499
|
-
readonly itemType: {
|
|
500
|
-
readonly kind: "Literal";
|
|
501
|
-
};
|
|
502
|
-
};
|
|
503
|
-
};
|
|
504
|
-
readonly minLength: {
|
|
505
|
-
readonly kind: "Shacl";
|
|
506
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
|
|
507
|
-
readonly type: {
|
|
508
|
-
readonly kind: "Option";
|
|
509
|
-
readonly itemType: {
|
|
510
|
-
readonly kind: "BigInt";
|
|
511
|
-
};
|
|
512
|
-
};
|
|
513
|
-
};
|
|
514
|
-
readonly mutable: {
|
|
515
|
-
readonly kind: "Shacl";
|
|
516
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
|
|
517
|
-
readonly type: {
|
|
518
|
-
readonly kind: "Option";
|
|
519
|
-
readonly itemType: {
|
|
520
|
-
readonly kind: "Boolean";
|
|
521
|
-
};
|
|
522
|
-
};
|
|
523
|
-
};
|
|
524
|
-
readonly node: {
|
|
525
|
-
readonly kind: "Shacl";
|
|
526
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
|
|
527
|
-
readonly type: {
|
|
528
|
-
readonly kind: "Option";
|
|
529
|
-
readonly itemType: {
|
|
530
|
-
readonly kind: "Identifier";
|
|
531
|
-
};
|
|
532
|
-
};
|
|
533
|
-
};
|
|
534
|
-
readonly nodeKind: {
|
|
535
|
-
readonly kind: "Shacl";
|
|
536
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
|
|
537
|
-
readonly type: {
|
|
538
|
-
readonly kind: "Option";
|
|
539
|
-
readonly itemType: {
|
|
540
|
-
readonly kind: "Iri";
|
|
541
|
-
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">];
|
|
542
|
-
};
|
|
543
|
-
};
|
|
544
|
-
};
|
|
545
|
-
readonly not: {
|
|
546
|
-
readonly kind: "Shacl";
|
|
547
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
|
|
548
|
-
readonly type: {
|
|
549
|
-
readonly kind: "Set";
|
|
550
|
-
readonly itemType: {
|
|
551
|
-
readonly kind: "Identifier";
|
|
552
|
-
};
|
|
553
|
-
};
|
|
554
|
-
};
|
|
555
|
-
readonly or: {
|
|
556
|
-
readonly kind: "Shacl";
|
|
557
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
|
|
558
|
-
readonly type: {
|
|
559
|
-
readonly kind: "Option";
|
|
560
|
-
readonly itemType: {
|
|
561
|
-
readonly kind: "List";
|
|
562
|
-
readonly itemType: {
|
|
563
|
-
readonly kind: "Identifier";
|
|
564
|
-
};
|
|
565
|
-
};
|
|
566
|
-
};
|
|
567
|
-
};
|
|
568
|
-
readonly pattern: {
|
|
569
|
-
readonly kind: "Shacl";
|
|
570
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
|
|
571
|
-
readonly type: {
|
|
572
|
-
readonly kind: "Option";
|
|
573
|
-
readonly itemType: {
|
|
574
|
-
readonly kind: "String";
|
|
575
|
-
};
|
|
576
|
-
};
|
|
577
|
-
};
|
|
578
|
-
readonly properties: {
|
|
579
|
-
readonly kind: "Shacl";
|
|
580
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
|
|
581
|
-
readonly type: {
|
|
582
|
-
readonly kind: "Set";
|
|
583
|
-
readonly itemType: {
|
|
584
|
-
readonly kind: "Identifier";
|
|
585
|
-
};
|
|
586
|
-
};
|
|
587
|
-
};
|
|
588
|
-
readonly rdfType: {
|
|
589
|
-
readonly kind: "Shacl";
|
|
590
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
|
|
591
|
-
readonly type: {
|
|
592
|
-
readonly kind: "Option";
|
|
593
|
-
readonly itemType: {
|
|
594
|
-
readonly kind: "Iri";
|
|
595
|
-
};
|
|
596
|
-
};
|
|
597
|
-
};
|
|
598
|
-
readonly severity: {
|
|
599
|
-
readonly kind: "Shacl";
|
|
600
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#severity">;
|
|
601
|
-
readonly type: {
|
|
602
|
-
readonly kind: "Option";
|
|
603
|
-
readonly itemType: {
|
|
604
|
-
readonly kind: "Iri";
|
|
605
|
-
readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Info">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Warning">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Violation">];
|
|
606
|
-
};
|
|
607
|
-
};
|
|
608
|
-
};
|
|
609
|
-
readonly shaclmateName: {
|
|
610
|
-
readonly kind: "Shacl";
|
|
611
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
|
|
612
|
-
readonly type: {
|
|
613
|
-
readonly kind: "Option";
|
|
614
|
-
readonly itemType: {
|
|
615
|
-
readonly kind: "String";
|
|
616
|
-
};
|
|
617
|
-
};
|
|
618
|
-
};
|
|
619
|
-
readonly subClassOf: {
|
|
620
|
-
readonly kind: "Shacl";
|
|
621
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
|
|
622
|
-
readonly type: {
|
|
623
|
-
readonly kind: "Set";
|
|
624
|
-
readonly itemType: {
|
|
625
|
-
readonly kind: "Iri";
|
|
626
|
-
};
|
|
627
|
-
};
|
|
628
|
-
};
|
|
629
|
-
readonly targetClasses: {
|
|
630
|
-
readonly kind: "Shacl";
|
|
631
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetClass">;
|
|
632
|
-
readonly type: {
|
|
633
|
-
readonly kind: "Set";
|
|
634
|
-
readonly itemType: {
|
|
635
|
-
readonly kind: "Iri";
|
|
636
|
-
};
|
|
637
|
-
};
|
|
638
|
-
};
|
|
639
|
-
readonly targetNodes: {
|
|
640
|
-
readonly kind: "Shacl";
|
|
641
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetNode">;
|
|
642
|
-
readonly type: {
|
|
643
|
-
readonly kind: "Set";
|
|
644
|
-
readonly itemType: {
|
|
645
|
-
readonly kind: "Term";
|
|
646
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
647
|
-
};
|
|
648
|
-
};
|
|
649
|
-
};
|
|
650
|
-
readonly targetObjectsOf: {
|
|
651
|
-
readonly kind: "Shacl";
|
|
652
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetObjectsOf">;
|
|
653
|
-
readonly type: {
|
|
654
|
-
readonly kind: "Set";
|
|
655
|
-
readonly itemType: {
|
|
656
|
-
readonly kind: "Iri";
|
|
657
|
-
};
|
|
658
|
-
};
|
|
659
|
-
};
|
|
660
|
-
readonly targetSubjectsOf: {
|
|
661
|
-
readonly kind: "Shacl";
|
|
662
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetSubjectsOf">;
|
|
663
|
-
readonly type: {
|
|
664
|
-
readonly kind: "Set";
|
|
665
|
-
readonly itemType: {
|
|
666
|
-
readonly kind: "Iri";
|
|
667
|
-
};
|
|
668
|
-
};
|
|
669
|
-
};
|
|
670
|
-
readonly toRdfTypes: {
|
|
671
|
-
readonly kind: "Shacl";
|
|
672
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
|
|
673
|
-
readonly type: {
|
|
674
|
-
readonly kind: "Set";
|
|
675
|
-
readonly itemType: {
|
|
676
|
-
readonly kind: "Iri";
|
|
677
|
-
};
|
|
678
|
-
};
|
|
679
|
-
};
|
|
680
|
-
readonly tsImports: {
|
|
681
|
-
readonly kind: "Shacl";
|
|
682
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
|
|
683
|
-
readonly type: {
|
|
684
|
-
readonly kind: "Set";
|
|
685
|
-
readonly itemType: {
|
|
686
|
-
readonly kind: "String";
|
|
687
|
-
};
|
|
688
|
-
};
|
|
689
|
-
};
|
|
690
|
-
readonly types: {
|
|
691
|
-
readonly kind: "Shacl";
|
|
692
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
|
|
693
|
-
readonly type: {
|
|
694
|
-
readonly kind: "Set";
|
|
695
|
-
readonly itemType: {
|
|
696
|
-
readonly kind: "Iri";
|
|
697
|
-
};
|
|
698
|
-
};
|
|
699
|
-
};
|
|
700
|
-
readonly xone: {
|
|
701
|
-
readonly kind: "Shacl";
|
|
702
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
|
|
703
|
-
readonly type: {
|
|
704
|
-
readonly kind: "Option";
|
|
705
|
-
readonly itemType: {
|
|
706
|
-
readonly kind: "List";
|
|
707
|
-
readonly itemType: {
|
|
708
|
-
readonly kind: "Identifier";
|
|
709
|
-
};
|
|
710
|
-
};
|
|
711
|
-
};
|
|
712
|
-
};
|
|
713
|
-
};
|
|
714
|
-
};
|
|
715
|
-
type Schema = typeof schema;
|
|
716
|
-
const _toRdfResource: $_ToRdfResourceFunction<NodeShape.Identifier, NodeShape>;
|
|
717
|
-
const toRdfResource: $ToRdfResourceFunction<NodeShape, Identifier>;
|
|
718
|
-
const $toString: (_nodeShape: NodeShape) => string;
|
|
719
|
-
const toStringRecord: (_nodeShape: NodeShape) => Record<string, string>;
|
|
720
|
-
}
|
|
721
|
-
export type Ontology = {
|
|
722
|
-
readonly $identifier: () => Ontology.Identifier;
|
|
723
|
-
readonly $type: "Ontology";
|
|
724
|
-
readonly comment: Maybe<string>;
|
|
725
|
-
readonly label: Maybe<string>;
|
|
726
|
-
};
|
|
727
|
-
export declare namespace Ontology {
|
|
728
|
-
const create: (parameters?: {
|
|
729
|
-
readonly $identifier?: (() => Ontology.Identifier) | BlankNode | NamedNode | string;
|
|
730
|
-
readonly comment?: string | Maybe<string>;
|
|
731
|
-
readonly label?: string | Maybe<string>;
|
|
732
|
-
}) => Either<Error, Ontology>;
|
|
733
|
-
function createUnsafe(parameters?: {
|
|
734
|
-
readonly $identifier?: (() => Ontology.Identifier) | BlankNode | NamedNode | string;
|
|
735
|
-
readonly comment?: string | Maybe<string>;
|
|
736
|
-
readonly label?: string | Maybe<string>;
|
|
737
|
-
}): Ontology;
|
|
738
|
-
const _fromRdfResource: $_FromRdfResourceFunction<Ontology>;
|
|
739
|
-
const fromRdfResource: $FromRdfResourceFunction<Ontology>;
|
|
740
|
-
const fromRdfResourceValues: $FromRdfResourceValuesFunction<Ontology, Ontology.Schema>;
|
|
741
|
-
type Identifier = BlankNode | NamedNode;
|
|
742
|
-
namespace Identifier {
|
|
743
|
-
const parse: (value: string) => Either<Error, import("@rdfx/string/dist/Identifier.js").Identifier>;
|
|
744
|
-
const stringify: typeof NTriplesTerm.stringify;
|
|
745
|
-
}
|
|
746
|
-
function isOntology(object: $Object): object is Ontology;
|
|
747
|
-
const schema: {
|
|
748
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2002/07/owl#Ontology">;
|
|
749
|
-
readonly properties: {
|
|
750
|
-
readonly $identifier: {
|
|
751
|
-
readonly kind: "Identifier";
|
|
752
|
-
readonly type: {
|
|
753
|
-
readonly kind: "Identifier";
|
|
754
|
-
};
|
|
755
|
-
};
|
|
756
|
-
readonly comment: {
|
|
757
|
-
readonly kind: "Shacl";
|
|
758
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
759
|
-
readonly type: {
|
|
760
|
-
readonly kind: "Option";
|
|
761
|
-
readonly itemType: {
|
|
762
|
-
readonly kind: "String";
|
|
763
|
-
};
|
|
764
|
-
};
|
|
765
|
-
};
|
|
766
|
-
readonly label: {
|
|
767
|
-
readonly kind: "Shacl";
|
|
768
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
769
|
-
readonly type: {
|
|
770
|
-
readonly kind: "Option";
|
|
771
|
-
readonly itemType: {
|
|
772
|
-
readonly kind: "String";
|
|
773
|
-
};
|
|
774
|
-
};
|
|
775
|
-
};
|
|
776
|
-
};
|
|
777
|
-
};
|
|
778
|
-
type Schema = typeof schema;
|
|
779
|
-
const _toRdfResource: $_ToRdfResourceFunction<Ontology.Identifier, Ontology>;
|
|
780
|
-
const toRdfResource: $ToRdfResourceFunction<Ontology, Identifier>;
|
|
781
|
-
const $toString: (_ontology: Ontology) => string;
|
|
782
|
-
const toStringRecord: (_ontology: Ontology) => Record<string, string>;
|
|
783
|
-
}
|
|
784
|
-
export type PropertyGroup = {
|
|
785
|
-
readonly $identifier: () => PropertyGroup.Identifier;
|
|
786
|
-
readonly $type: "PropertyGroup";
|
|
787
|
-
readonly comment: Maybe<string>;
|
|
788
|
-
readonly label: Maybe<string>;
|
|
789
|
-
};
|
|
790
|
-
export declare namespace PropertyGroup {
|
|
791
|
-
const create: (parameters?: {
|
|
792
|
-
readonly $identifier?: (() => PropertyGroup.Identifier) | BlankNode | NamedNode | string;
|
|
793
|
-
readonly comment?: string | Maybe<string>;
|
|
794
|
-
readonly label?: string | Maybe<string>;
|
|
795
|
-
}) => Either<Error, PropertyGroup>;
|
|
796
|
-
function createUnsafe(parameters?: {
|
|
797
|
-
readonly $identifier?: (() => PropertyGroup.Identifier) | BlankNode | NamedNode | string;
|
|
798
|
-
readonly comment?: string | Maybe<string>;
|
|
799
|
-
readonly label?: string | Maybe<string>;
|
|
800
|
-
}): PropertyGroup;
|
|
801
|
-
const _fromRdfResource: $_FromRdfResourceFunction<PropertyGroup>;
|
|
802
|
-
const fromRdfResource: $FromRdfResourceFunction<PropertyGroup>;
|
|
803
|
-
const fromRdfResourceValues: $FromRdfResourceValuesFunction<PropertyGroup, PropertyGroup.Schema>;
|
|
804
|
-
type Identifier = BlankNode | NamedNode;
|
|
805
|
-
namespace Identifier {
|
|
806
|
-
const parse: (value: string) => Either<Error, import("@rdfx/string/dist/Identifier.js").Identifier>;
|
|
807
|
-
const stringify: typeof NTriplesTerm.stringify;
|
|
808
|
-
}
|
|
809
|
-
function isPropertyGroup(object: $Object): object is PropertyGroup;
|
|
810
|
-
const schema: {
|
|
811
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#PropertyGroup">;
|
|
812
|
-
readonly properties: {
|
|
813
|
-
readonly $identifier: {
|
|
814
|
-
readonly kind: "Identifier";
|
|
815
|
-
readonly type: {
|
|
816
|
-
readonly kind: "Identifier";
|
|
817
|
-
};
|
|
818
|
-
};
|
|
819
|
-
readonly comment: {
|
|
820
|
-
readonly kind: "Shacl";
|
|
821
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
822
|
-
readonly type: {
|
|
823
|
-
readonly kind: "Option";
|
|
824
|
-
readonly itemType: {
|
|
825
|
-
readonly kind: "String";
|
|
826
|
-
};
|
|
827
|
-
};
|
|
828
|
-
};
|
|
829
|
-
readonly label: {
|
|
830
|
-
readonly kind: "Shacl";
|
|
831
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
832
|
-
readonly type: {
|
|
833
|
-
readonly kind: "Option";
|
|
834
|
-
readonly itemType: {
|
|
835
|
-
readonly kind: "String";
|
|
836
|
-
};
|
|
837
|
-
};
|
|
838
|
-
};
|
|
839
|
-
};
|
|
840
|
-
};
|
|
841
|
-
type Schema = typeof schema;
|
|
842
|
-
const _toRdfResource: $_ToRdfResourceFunction<PropertyGroup.Identifier, PropertyGroup>;
|
|
843
|
-
const toRdfResource: $ToRdfResourceFunction<PropertyGroup, Identifier>;
|
|
844
|
-
const $toString: (_propertyGroup: PropertyGroup) => string;
|
|
845
|
-
const toStringRecord: (_propertyGroup: PropertyGroup) => Record<string, string>;
|
|
846
|
-
}
|
|
847
|
-
export type PropertyShape = {
|
|
848
|
-
readonly $identifier: () => PropertyShape.Identifier;
|
|
849
|
-
readonly $type: "PropertyShape";
|
|
850
|
-
readonly and: Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
851
|
-
readonly classes: readonly NamedNode[];
|
|
852
|
-
readonly comment: Maybe<string>;
|
|
853
|
-
readonly datatype: Maybe<NamedNode>;
|
|
854
|
-
readonly deactivated: Maybe<boolean>;
|
|
855
|
-
readonly defaultValue: Maybe<NamedNode | Literal>;
|
|
856
|
-
readonly description: Maybe<string>;
|
|
857
|
-
readonly disjoint: readonly NamedNode[];
|
|
858
|
-
/**
|
|
859
|
-
* Whether to include this property in a toString()-type display, defaults to false
|
|
860
|
-
*/
|
|
861
|
-
readonly display: boolean;
|
|
862
|
-
readonly equals: readonly NamedNode[];
|
|
863
|
-
readonly flags: Maybe<string>;
|
|
864
|
-
readonly groups: readonly (BlankNode | NamedNode)[];
|
|
865
|
-
readonly hasValues: readonly (NamedNode | Literal)[];
|
|
866
|
-
/**
|
|
867
|
-
* Whether to ignore this shape in code generation, defaults to false
|
|
868
|
-
*/
|
|
869
|
-
readonly ignore: boolean;
|
|
870
|
-
readonly in_: Maybe<readonly (NamedNode | Literal)[]>;
|
|
871
|
-
readonly isDefinedBy: Maybe<BlankNode | NamedNode>;
|
|
872
|
-
readonly label: Maybe<string>;
|
|
873
|
-
readonly languageIn: Maybe<readonly string[]>;
|
|
874
|
-
readonly lessThan: readonly NamedNode[];
|
|
875
|
-
readonly lessThanOrEquals: readonly NamedNode[];
|
|
876
|
-
readonly maxCount: Maybe<bigint>;
|
|
877
|
-
readonly maxExclusive: Maybe<Literal>;
|
|
878
|
-
readonly maxInclusive: Maybe<Literal>;
|
|
879
|
-
readonly maxLength: Maybe<bigint>;
|
|
880
|
-
readonly message: Maybe<string>;
|
|
881
|
-
readonly minCount: Maybe<bigint>;
|
|
882
|
-
readonly minExclusive: Maybe<Literal>;
|
|
883
|
-
readonly minInclusive: Maybe<Literal>;
|
|
884
|
-
readonly minLength: Maybe<bigint>;
|
|
885
|
-
readonly mutable: Maybe<boolean>;
|
|
886
|
-
readonly name: Maybe<string>;
|
|
887
|
-
readonly node: Maybe<BlankNode | NamedNode>;
|
|
888
|
-
readonly nodeKind: 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">>;
|
|
889
|
-
readonly not: readonly (BlankNode | NamedNode)[];
|
|
890
|
-
readonly or: Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
891
|
-
readonly order: Maybe<number>;
|
|
892
|
-
readonly path: $PropertyPath;
|
|
893
|
-
readonly pattern: Maybe<string>;
|
|
894
|
-
readonly qualifiedMaxCount: Maybe<bigint>;
|
|
895
|
-
readonly qualifiedMinCount: Maybe<bigint>;
|
|
896
|
-
readonly qualifiedValueShape: Maybe<BlankNode | NamedNode>;
|
|
897
|
-
readonly qualifiedValueShapesDisjoint: Maybe<boolean>;
|
|
898
|
-
readonly resolve: Maybe<BlankNode | NamedNode>;
|
|
899
|
-
readonly severity: Maybe<NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation">>;
|
|
900
|
-
readonly shaclmateName: Maybe<string>;
|
|
901
|
-
readonly targetClasses: readonly NamedNode[];
|
|
902
|
-
readonly targetNodes: readonly (NamedNode | Literal)[];
|
|
903
|
-
readonly targetObjectsOf: readonly NamedNode[];
|
|
904
|
-
readonly targetSubjectsOf: readonly NamedNode[];
|
|
905
|
-
readonly uniqueLang: Maybe<boolean>;
|
|
906
|
-
readonly xone: Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
907
|
-
};
|
|
908
|
-
export declare namespace PropertyShape {
|
|
909
|
-
const create: (parameters: {
|
|
910
|
-
readonly $identifier?: (() => PropertyShape.Identifier) | BlankNode | NamedNode | string;
|
|
911
|
-
readonly and?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
912
|
-
readonly classes?: string | NamedNode | readonly (string | NamedNode)[];
|
|
913
|
-
readonly comment?: string | Maybe<string>;
|
|
914
|
-
readonly datatype?: string | NamedNode | Maybe<NamedNode>;
|
|
915
|
-
readonly deactivated?: boolean | Maybe<boolean>;
|
|
916
|
-
readonly defaultValue?: (NamedNode | Literal) | Maybe<NamedNode | Literal>;
|
|
917
|
-
readonly description?: string | Maybe<string>;
|
|
918
|
-
readonly disjoint?: string | NamedNode | readonly (string | NamedNode)[];
|
|
919
|
-
readonly display?: boolean;
|
|
920
|
-
readonly equals?: string | NamedNode | readonly (string | NamedNode)[];
|
|
921
|
-
readonly flags?: string | Maybe<string>;
|
|
922
|
-
readonly groups?: BlankNode | NamedNode | string | readonly (BlankNode | NamedNode | string | undefined)[];
|
|
923
|
-
readonly hasValues?: (NamedNode | Literal) | readonly (NamedNode | Literal)[];
|
|
924
|
-
readonly ignore?: boolean;
|
|
925
|
-
readonly in_?: readonly (NamedNode | Literal)[] | Maybe<readonly (NamedNode | Literal)[]>;
|
|
926
|
-
readonly isDefinedBy?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
927
|
-
readonly label?: string | Maybe<string>;
|
|
928
|
-
readonly languageIn?: readonly string[] | Maybe<readonly string[]>;
|
|
929
|
-
readonly lessThan?: string | NamedNode | readonly (string | NamedNode)[];
|
|
930
|
-
readonly lessThanOrEquals?: string | NamedNode | readonly (string | NamedNode)[];
|
|
931
|
-
readonly maxCount?: bigint | Maybe<bigint>;
|
|
932
|
-
readonly maxExclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
933
|
-
readonly maxInclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
934
|
-
readonly maxLength?: bigint | Maybe<bigint>;
|
|
935
|
-
readonly message?: string | Maybe<string>;
|
|
936
|
-
readonly minCount?: bigint | Maybe<bigint>;
|
|
937
|
-
readonly minExclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
938
|
-
readonly minInclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
939
|
-
readonly minLength?: bigint | Maybe<bigint>;
|
|
940
|
-
readonly mutable?: boolean | Maybe<boolean>;
|
|
941
|
-
readonly name?: string | Maybe<string>;
|
|
942
|
-
readonly node?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
943
|
-
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">>;
|
|
944
|
-
readonly not?: BlankNode | NamedNode | string | readonly (BlankNode | NamedNode | string | undefined)[];
|
|
945
|
-
readonly or?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
946
|
-
readonly order?: number | Maybe<number>;
|
|
947
|
-
readonly path: $PropertyPath;
|
|
948
|
-
readonly pattern?: string | Maybe<string>;
|
|
949
|
-
readonly qualifiedMaxCount?: bigint | Maybe<bigint>;
|
|
950
|
-
readonly qualifiedMinCount?: bigint | Maybe<bigint>;
|
|
951
|
-
readonly qualifiedValueShape?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
952
|
-
readonly qualifiedValueShapesDisjoint?: boolean | Maybe<boolean>;
|
|
953
|
-
readonly resolve?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
954
|
-
readonly severity?: ("http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation") | NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation">>;
|
|
955
|
-
readonly shaclmateName?: string | Maybe<string>;
|
|
956
|
-
readonly targetClasses?: string | NamedNode | readonly (string | NamedNode)[];
|
|
957
|
-
readonly targetNodes?: (NamedNode | Literal) | readonly (NamedNode | Literal)[];
|
|
958
|
-
readonly targetObjectsOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
959
|
-
readonly targetSubjectsOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
960
|
-
readonly uniqueLang?: boolean | Maybe<boolean>;
|
|
961
|
-
readonly xone?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
962
|
-
}) => Either<Error, PropertyShape>;
|
|
963
|
-
function createUnsafe(parameters: {
|
|
964
|
-
readonly $identifier?: (() => PropertyShape.Identifier) | BlankNode | NamedNode | string;
|
|
965
|
-
readonly and?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
966
|
-
readonly classes?: string | NamedNode | readonly (string | NamedNode)[];
|
|
967
|
-
readonly comment?: string | Maybe<string>;
|
|
968
|
-
readonly datatype?: string | NamedNode | Maybe<NamedNode>;
|
|
969
|
-
readonly deactivated?: boolean | Maybe<boolean>;
|
|
970
|
-
readonly defaultValue?: (NamedNode | Literal) | Maybe<NamedNode | Literal>;
|
|
971
|
-
readonly description?: string | Maybe<string>;
|
|
972
|
-
readonly disjoint?: string | NamedNode | readonly (string | NamedNode)[];
|
|
973
|
-
readonly display?: boolean;
|
|
974
|
-
readonly equals?: string | NamedNode | readonly (string | NamedNode)[];
|
|
975
|
-
readonly flags?: string | Maybe<string>;
|
|
976
|
-
readonly groups?: BlankNode | NamedNode | string | readonly (BlankNode | NamedNode | string | undefined)[];
|
|
977
|
-
readonly hasValues?: (NamedNode | Literal) | readonly (NamedNode | Literal)[];
|
|
978
|
-
readonly ignore?: boolean;
|
|
979
|
-
readonly in_?: readonly (NamedNode | Literal)[] | Maybe<readonly (NamedNode | Literal)[]>;
|
|
980
|
-
readonly isDefinedBy?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
981
|
-
readonly label?: string | Maybe<string>;
|
|
982
|
-
readonly languageIn?: readonly string[] | Maybe<readonly string[]>;
|
|
983
|
-
readonly lessThan?: string | NamedNode | readonly (string | NamedNode)[];
|
|
984
|
-
readonly lessThanOrEquals?: string | NamedNode | readonly (string | NamedNode)[];
|
|
985
|
-
readonly maxCount?: bigint | Maybe<bigint>;
|
|
986
|
-
readonly maxExclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
987
|
-
readonly maxInclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
988
|
-
readonly maxLength?: bigint | Maybe<bigint>;
|
|
989
|
-
readonly message?: string | Maybe<string>;
|
|
990
|
-
readonly minCount?: bigint | Maybe<bigint>;
|
|
991
|
-
readonly minExclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
992
|
-
readonly minInclusive?: bigint | boolean | number | string | Date | Literal | Maybe<Literal>;
|
|
993
|
-
readonly minLength?: bigint | Maybe<bigint>;
|
|
994
|
-
readonly mutable?: boolean | Maybe<boolean>;
|
|
995
|
-
readonly name?: string | Maybe<string>;
|
|
996
|
-
readonly node?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
997
|
-
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">>;
|
|
998
|
-
readonly not?: BlankNode | NamedNode | string | readonly (BlankNode | NamedNode | string | undefined)[];
|
|
999
|
-
readonly or?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
1000
|
-
readonly order?: number | Maybe<number>;
|
|
1001
|
-
readonly path: $PropertyPath;
|
|
1002
|
-
readonly pattern?: string | Maybe<string>;
|
|
1003
|
-
readonly qualifiedMaxCount?: bigint | Maybe<bigint>;
|
|
1004
|
-
readonly qualifiedMinCount?: bigint | Maybe<bigint>;
|
|
1005
|
-
readonly qualifiedValueShape?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
1006
|
-
readonly qualifiedValueShapesDisjoint?: boolean | Maybe<boolean>;
|
|
1007
|
-
readonly resolve?: BlankNode | NamedNode | string | Maybe<BlankNode | NamedNode>;
|
|
1008
|
-
readonly severity?: ("http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation") | NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation"> | Maybe<NamedNode<"http://www.w3.org/ns/shacl#Info" | "http://www.w3.org/ns/shacl#Warning" | "http://www.w3.org/ns/shacl#Violation">>;
|
|
1009
|
-
readonly shaclmateName?: string | Maybe<string>;
|
|
1010
|
-
readonly targetClasses?: string | NamedNode | readonly (string | NamedNode)[];
|
|
1011
|
-
readonly targetNodes?: (NamedNode | Literal) | readonly (NamedNode | Literal)[];
|
|
1012
|
-
readonly targetObjectsOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
1013
|
-
readonly targetSubjectsOf?: string | NamedNode | readonly (string | NamedNode)[];
|
|
1014
|
-
readonly uniqueLang?: boolean | Maybe<boolean>;
|
|
1015
|
-
readonly xone?: readonly (BlankNode | NamedNode | string | undefined)[] | Maybe<readonly (BlankNode | NamedNode)[]>;
|
|
1016
|
-
}): PropertyShape;
|
|
1017
|
-
const _fromRdfResource: $_FromRdfResourceFunction<PropertyShape>;
|
|
1018
|
-
const fromRdfResource: $FromRdfResourceFunction<PropertyShape>;
|
|
1019
|
-
const fromRdfResourceValues: $FromRdfResourceValuesFunction<PropertyShape, PropertyShape.Schema>;
|
|
1020
|
-
type Identifier = BlankNode | NamedNode;
|
|
1021
|
-
namespace Identifier {
|
|
1022
|
-
const parse: (value: string) => Either<Error, import("@rdfx/string/dist/Identifier.js").Identifier>;
|
|
1023
|
-
const stringify: typeof NTriplesTerm.stringify;
|
|
1024
|
-
}
|
|
1025
|
-
function isPropertyShape(object: $Object): object is PropertyShape;
|
|
1026
|
-
const schema: {
|
|
1027
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#PropertyShape">;
|
|
1028
|
-
readonly properties: {
|
|
1029
|
-
readonly $identifier: {
|
|
1030
|
-
readonly kind: "Identifier";
|
|
1031
|
-
readonly type: {
|
|
1032
|
-
readonly kind: "Identifier";
|
|
1033
|
-
};
|
|
1034
|
-
};
|
|
1035
|
-
readonly and: {
|
|
1036
|
-
readonly kind: "Shacl";
|
|
1037
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
|
|
1038
|
-
readonly type: {
|
|
1039
|
-
readonly kind: "Option";
|
|
1040
|
-
readonly itemType: {
|
|
1041
|
-
readonly kind: "List";
|
|
1042
|
-
readonly itemType: {
|
|
1043
|
-
readonly kind: "Identifier";
|
|
1044
|
-
};
|
|
1045
|
-
};
|
|
1046
|
-
};
|
|
1047
|
-
};
|
|
1048
|
-
readonly classes: {
|
|
1049
|
-
readonly kind: "Shacl";
|
|
1050
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
|
|
1051
|
-
readonly type: {
|
|
1052
|
-
readonly kind: "Set";
|
|
1053
|
-
readonly itemType: {
|
|
1054
|
-
readonly kind: "Iri";
|
|
1055
|
-
};
|
|
1056
|
-
};
|
|
1057
|
-
};
|
|
1058
|
-
readonly comment: {
|
|
1059
|
-
readonly kind: "Shacl";
|
|
1060
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
1061
|
-
readonly type: {
|
|
1062
|
-
readonly kind: "Option";
|
|
1063
|
-
readonly itemType: {
|
|
1064
|
-
readonly kind: "String";
|
|
1065
|
-
};
|
|
1066
|
-
};
|
|
1067
|
-
};
|
|
1068
|
-
readonly datatype: {
|
|
1069
|
-
readonly kind: "Shacl";
|
|
1070
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
|
|
1071
|
-
readonly type: {
|
|
1072
|
-
readonly kind: "Option";
|
|
1073
|
-
readonly itemType: {
|
|
1074
|
-
readonly kind: "Iri";
|
|
1075
|
-
};
|
|
1076
|
-
};
|
|
1077
|
-
};
|
|
1078
|
-
readonly deactivated: {
|
|
1079
|
-
readonly kind: "Shacl";
|
|
1080
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
|
|
1081
|
-
readonly type: {
|
|
1082
|
-
readonly kind: "Option";
|
|
1083
|
-
readonly itemType: {
|
|
1084
|
-
readonly kind: "Boolean";
|
|
1085
|
-
};
|
|
1086
|
-
};
|
|
1087
|
-
};
|
|
1088
|
-
readonly defaultValue: {
|
|
1089
|
-
readonly kind: "Shacl";
|
|
1090
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
|
|
1091
|
-
readonly type: {
|
|
1092
|
-
readonly kind: "Option";
|
|
1093
|
-
readonly itemType: {
|
|
1094
|
-
readonly kind: "Term";
|
|
1095
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
1096
|
-
};
|
|
1097
|
-
};
|
|
1098
|
-
};
|
|
1099
|
-
readonly description: {
|
|
1100
|
-
readonly kind: "Shacl";
|
|
1101
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
|
|
1102
|
-
readonly type: {
|
|
1103
|
-
readonly kind: "Option";
|
|
1104
|
-
readonly itemType: {
|
|
1105
|
-
readonly kind: "String";
|
|
1106
|
-
};
|
|
1107
|
-
};
|
|
1108
|
-
};
|
|
1109
|
-
readonly disjoint: {
|
|
1110
|
-
readonly kind: "Shacl";
|
|
1111
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#disjoint">;
|
|
1112
|
-
readonly type: {
|
|
1113
|
-
readonly kind: "Set";
|
|
1114
|
-
readonly itemType: {
|
|
1115
|
-
readonly kind: "Iri";
|
|
1116
|
-
};
|
|
1117
|
-
};
|
|
1118
|
-
};
|
|
1119
|
-
readonly display: {
|
|
1120
|
-
readonly kind: "Shacl";
|
|
1121
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
|
|
1122
|
-
readonly type: {
|
|
1123
|
-
readonly kind: "DefaultValue";
|
|
1124
|
-
readonly itemType: {
|
|
1125
|
-
readonly kind: "Boolean";
|
|
1126
|
-
};
|
|
1127
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
1128
|
-
};
|
|
1129
|
-
};
|
|
1130
|
-
readonly equals: {
|
|
1131
|
-
readonly kind: "Shacl";
|
|
1132
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#equals">;
|
|
1133
|
-
readonly type: {
|
|
1134
|
-
readonly kind: "Set";
|
|
1135
|
-
readonly itemType: {
|
|
1136
|
-
readonly kind: "Iri";
|
|
1137
|
-
};
|
|
1138
|
-
};
|
|
1139
|
-
};
|
|
1140
|
-
readonly flags: {
|
|
1141
|
-
readonly kind: "Shacl";
|
|
1142
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
|
|
1143
|
-
readonly type: {
|
|
1144
|
-
readonly kind: "Option";
|
|
1145
|
-
readonly itemType: {
|
|
1146
|
-
readonly kind: "String";
|
|
1147
|
-
};
|
|
1148
|
-
};
|
|
1149
|
-
};
|
|
1150
|
-
readonly groups: {
|
|
1151
|
-
readonly kind: "Shacl";
|
|
1152
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
|
|
1153
|
-
readonly type: {
|
|
1154
|
-
readonly kind: "Set";
|
|
1155
|
-
readonly itemType: {
|
|
1156
|
-
readonly kind: "Identifier";
|
|
1157
|
-
};
|
|
1158
|
-
};
|
|
1159
|
-
};
|
|
1160
|
-
readonly hasValues: {
|
|
1161
|
-
readonly kind: "Shacl";
|
|
1162
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
|
|
1163
|
-
readonly type: {
|
|
1164
|
-
readonly kind: "Set";
|
|
1165
|
-
readonly itemType: {
|
|
1166
|
-
readonly kind: "Term";
|
|
1167
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
1168
|
-
};
|
|
1169
|
-
};
|
|
1170
|
-
};
|
|
1171
|
-
readonly ignore: {
|
|
1172
|
-
readonly kind: "Shacl";
|
|
1173
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#ignore">;
|
|
1174
|
-
readonly type: {
|
|
1175
|
-
readonly kind: "DefaultValue";
|
|
1176
|
-
readonly itemType: {
|
|
1177
|
-
readonly kind: "Boolean";
|
|
1178
|
-
};
|
|
1179
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
1180
|
-
};
|
|
1181
|
-
};
|
|
1182
|
-
readonly in_: {
|
|
1183
|
-
readonly kind: "Shacl";
|
|
1184
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
|
|
1185
|
-
readonly type: {
|
|
1186
|
-
readonly kind: "Option";
|
|
1187
|
-
readonly itemType: {
|
|
1188
|
-
readonly kind: "List";
|
|
1189
|
-
readonly itemType: {
|
|
1190
|
-
readonly kind: "Term";
|
|
1191
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
1192
|
-
};
|
|
1193
|
-
};
|
|
1194
|
-
};
|
|
1195
|
-
};
|
|
1196
|
-
readonly isDefinedBy: {
|
|
1197
|
-
readonly kind: "Shacl";
|
|
1198
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
|
|
1199
|
-
readonly type: {
|
|
1200
|
-
readonly kind: "Option";
|
|
1201
|
-
readonly itemType: {
|
|
1202
|
-
readonly kind: "Identifier";
|
|
1203
|
-
};
|
|
1204
|
-
};
|
|
1205
|
-
};
|
|
1206
|
-
readonly label: {
|
|
1207
|
-
readonly kind: "Shacl";
|
|
1208
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
1209
|
-
readonly type: {
|
|
1210
|
-
readonly kind: "Option";
|
|
1211
|
-
readonly itemType: {
|
|
1212
|
-
readonly kind: "String";
|
|
1213
|
-
};
|
|
1214
|
-
};
|
|
1215
|
-
};
|
|
1216
|
-
readonly languageIn: {
|
|
1217
|
-
readonly kind: "Shacl";
|
|
1218
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
|
|
1219
|
-
readonly type: {
|
|
1220
|
-
readonly kind: "Option";
|
|
1221
|
-
readonly itemType: {
|
|
1222
|
-
readonly kind: "List";
|
|
1223
|
-
readonly itemType: {
|
|
1224
|
-
readonly kind: "String";
|
|
1225
|
-
};
|
|
1226
|
-
};
|
|
1227
|
-
};
|
|
1228
|
-
};
|
|
1229
|
-
readonly lessThan: {
|
|
1230
|
-
readonly kind: "Shacl";
|
|
1231
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#lessThan">;
|
|
1232
|
-
readonly type: {
|
|
1233
|
-
readonly kind: "Set";
|
|
1234
|
-
readonly itemType: {
|
|
1235
|
-
readonly kind: "Iri";
|
|
1236
|
-
};
|
|
1237
|
-
};
|
|
1238
|
-
};
|
|
1239
|
-
readonly lessThanOrEquals: {
|
|
1240
|
-
readonly kind: "Shacl";
|
|
1241
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#lessThanOrEquals">;
|
|
1242
|
-
readonly type: {
|
|
1243
|
-
readonly kind: "Set";
|
|
1244
|
-
readonly itemType: {
|
|
1245
|
-
readonly kind: "Iri";
|
|
1246
|
-
};
|
|
1247
|
-
};
|
|
1248
|
-
};
|
|
1249
|
-
readonly maxCount: {
|
|
1250
|
-
readonly kind: "Shacl";
|
|
1251
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
|
|
1252
|
-
readonly type: {
|
|
1253
|
-
readonly kind: "Option";
|
|
1254
|
-
readonly itemType: {
|
|
1255
|
-
readonly kind: "BigInt";
|
|
1256
|
-
};
|
|
1257
|
-
};
|
|
1258
|
-
};
|
|
1259
|
-
readonly maxExclusive: {
|
|
1260
|
-
readonly kind: "Shacl";
|
|
1261
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
|
|
1262
|
-
readonly type: {
|
|
1263
|
-
readonly kind: "Option";
|
|
1264
|
-
readonly itemType: {
|
|
1265
|
-
readonly kind: "Literal";
|
|
1266
|
-
};
|
|
1267
|
-
};
|
|
1268
|
-
};
|
|
1269
|
-
readonly maxInclusive: {
|
|
1270
|
-
readonly kind: "Shacl";
|
|
1271
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
|
|
1272
|
-
readonly type: {
|
|
1273
|
-
readonly kind: "Option";
|
|
1274
|
-
readonly itemType: {
|
|
1275
|
-
readonly kind: "Literal";
|
|
1276
|
-
};
|
|
1277
|
-
};
|
|
1278
|
-
};
|
|
1279
|
-
readonly maxLength: {
|
|
1280
|
-
readonly kind: "Shacl";
|
|
1281
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
|
|
1282
|
-
readonly type: {
|
|
1283
|
-
readonly kind: "Option";
|
|
1284
|
-
readonly itemType: {
|
|
1285
|
-
readonly kind: "BigInt";
|
|
1286
|
-
};
|
|
1287
|
-
};
|
|
1288
|
-
};
|
|
1289
|
-
readonly message: {
|
|
1290
|
-
readonly kind: "Shacl";
|
|
1291
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#message">;
|
|
1292
|
-
readonly type: {
|
|
1293
|
-
readonly kind: "Option";
|
|
1294
|
-
readonly itemType: {
|
|
1295
|
-
readonly kind: "String";
|
|
1296
|
-
};
|
|
1297
|
-
};
|
|
1298
|
-
};
|
|
1299
|
-
readonly minCount: {
|
|
1300
|
-
readonly kind: "Shacl";
|
|
1301
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
|
|
1302
|
-
readonly type: {
|
|
1303
|
-
readonly kind: "Option";
|
|
1304
|
-
readonly itemType: {
|
|
1305
|
-
readonly kind: "BigInt";
|
|
1306
|
-
};
|
|
1307
|
-
};
|
|
1308
|
-
};
|
|
1309
|
-
readonly minExclusive: {
|
|
1310
|
-
readonly kind: "Shacl";
|
|
1311
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
|
|
1312
|
-
readonly type: {
|
|
1313
|
-
readonly kind: "Option";
|
|
1314
|
-
readonly itemType: {
|
|
1315
|
-
readonly kind: "Literal";
|
|
1316
|
-
};
|
|
1317
|
-
};
|
|
1318
|
-
};
|
|
1319
|
-
readonly minInclusive: {
|
|
1320
|
-
readonly kind: "Shacl";
|
|
1321
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
|
|
1322
|
-
readonly type: {
|
|
1323
|
-
readonly kind: "Option";
|
|
1324
|
-
readonly itemType: {
|
|
1325
|
-
readonly kind: "Literal";
|
|
1326
|
-
};
|
|
1327
|
-
};
|
|
1328
|
-
};
|
|
1329
|
-
readonly minLength: {
|
|
1330
|
-
readonly kind: "Shacl";
|
|
1331
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
|
|
1332
|
-
readonly type: {
|
|
1333
|
-
readonly kind: "Option";
|
|
1334
|
-
readonly itemType: {
|
|
1335
|
-
readonly kind: "BigInt";
|
|
1336
|
-
};
|
|
1337
|
-
};
|
|
1338
|
-
};
|
|
1339
|
-
readonly mutable: {
|
|
1340
|
-
readonly kind: "Shacl";
|
|
1341
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
|
|
1342
|
-
readonly type: {
|
|
1343
|
-
readonly kind: "Option";
|
|
1344
|
-
readonly itemType: {
|
|
1345
|
-
readonly kind: "Boolean";
|
|
1346
|
-
};
|
|
1347
|
-
};
|
|
1348
|
-
};
|
|
1349
|
-
readonly name: {
|
|
1350
|
-
readonly kind: "Shacl";
|
|
1351
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
|
|
1352
|
-
readonly type: {
|
|
1353
|
-
readonly kind: "Option";
|
|
1354
|
-
readonly itemType: {
|
|
1355
|
-
readonly kind: "String";
|
|
1356
|
-
};
|
|
1357
|
-
};
|
|
1358
|
-
};
|
|
1359
|
-
readonly node: {
|
|
1360
|
-
readonly kind: "Shacl";
|
|
1361
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
|
|
1362
|
-
readonly type: {
|
|
1363
|
-
readonly kind: "Option";
|
|
1364
|
-
readonly itemType: {
|
|
1365
|
-
readonly kind: "Identifier";
|
|
1366
|
-
};
|
|
1367
|
-
};
|
|
1368
|
-
};
|
|
1369
|
-
readonly nodeKind: {
|
|
1370
|
-
readonly kind: "Shacl";
|
|
1371
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
|
|
1372
|
-
readonly type: {
|
|
1373
|
-
readonly kind: "Option";
|
|
1374
|
-
readonly itemType: {
|
|
1375
|
-
readonly kind: "Iri";
|
|
1376
|
-
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">];
|
|
1377
|
-
};
|
|
1378
|
-
};
|
|
1379
|
-
};
|
|
1380
|
-
readonly not: {
|
|
1381
|
-
readonly kind: "Shacl";
|
|
1382
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
|
|
1383
|
-
readonly type: {
|
|
1384
|
-
readonly kind: "Set";
|
|
1385
|
-
readonly itemType: {
|
|
1386
|
-
readonly kind: "Identifier";
|
|
1387
|
-
};
|
|
1388
|
-
};
|
|
1389
|
-
};
|
|
1390
|
-
readonly or: {
|
|
1391
|
-
readonly kind: "Shacl";
|
|
1392
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
|
|
1393
|
-
readonly type: {
|
|
1394
|
-
readonly kind: "Option";
|
|
1395
|
-
readonly itemType: {
|
|
1396
|
-
readonly kind: "List";
|
|
1397
|
-
readonly itemType: {
|
|
1398
|
-
readonly kind: "Identifier";
|
|
1399
|
-
};
|
|
1400
|
-
};
|
|
1401
|
-
};
|
|
1402
|
-
};
|
|
1403
|
-
readonly order: {
|
|
1404
|
-
readonly kind: "Shacl";
|
|
1405
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
|
|
1406
|
-
readonly type: {
|
|
1407
|
-
readonly kind: "Option";
|
|
1408
|
-
readonly itemType: {
|
|
1409
|
-
readonly kind: "Float";
|
|
1410
|
-
};
|
|
1411
|
-
};
|
|
1412
|
-
};
|
|
1413
|
-
readonly path: {
|
|
1414
|
-
readonly kind: "Shacl";
|
|
1415
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#path">;
|
|
1416
|
-
readonly type: object;
|
|
1417
|
-
};
|
|
1418
|
-
readonly pattern: {
|
|
1419
|
-
readonly kind: "Shacl";
|
|
1420
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
|
|
1421
|
-
readonly type: {
|
|
1422
|
-
readonly kind: "Option";
|
|
1423
|
-
readonly itemType: {
|
|
1424
|
-
readonly kind: "String";
|
|
1425
|
-
};
|
|
1426
|
-
};
|
|
1427
|
-
};
|
|
1428
|
-
readonly qualifiedMaxCount: {
|
|
1429
|
-
readonly kind: "Shacl";
|
|
1430
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedMaxCount">;
|
|
1431
|
-
readonly type: {
|
|
1432
|
-
readonly kind: "Option";
|
|
1433
|
-
readonly itemType: {
|
|
1434
|
-
readonly kind: "BigInt";
|
|
1435
|
-
};
|
|
1436
|
-
};
|
|
1437
|
-
};
|
|
1438
|
-
readonly qualifiedMinCount: {
|
|
1439
|
-
readonly kind: "Shacl";
|
|
1440
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedMinCount">;
|
|
1441
|
-
readonly type: {
|
|
1442
|
-
readonly kind: "Option";
|
|
1443
|
-
readonly itemType: {
|
|
1444
|
-
readonly kind: "BigInt";
|
|
1445
|
-
};
|
|
1446
|
-
};
|
|
1447
|
-
};
|
|
1448
|
-
readonly qualifiedValueShape: {
|
|
1449
|
-
readonly kind: "Shacl";
|
|
1450
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedValueShape">;
|
|
1451
|
-
readonly type: {
|
|
1452
|
-
readonly kind: "Option";
|
|
1453
|
-
readonly itemType: {
|
|
1454
|
-
readonly kind: "Identifier";
|
|
1455
|
-
};
|
|
1456
|
-
};
|
|
1457
|
-
};
|
|
1458
|
-
readonly qualifiedValueShapesDisjoint: {
|
|
1459
|
-
readonly kind: "Shacl";
|
|
1460
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint">;
|
|
1461
|
-
readonly type: {
|
|
1462
|
-
readonly kind: "Option";
|
|
1463
|
-
readonly itemType: {
|
|
1464
|
-
readonly kind: "Boolean";
|
|
1465
|
-
};
|
|
1466
|
-
};
|
|
1467
|
-
};
|
|
1468
|
-
readonly resolve: {
|
|
1469
|
-
readonly kind: "Shacl";
|
|
1470
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
|
|
1471
|
-
readonly type: {
|
|
1472
|
-
readonly kind: "Option";
|
|
1473
|
-
readonly itemType: {
|
|
1474
|
-
readonly kind: "Identifier";
|
|
1475
|
-
};
|
|
1476
|
-
};
|
|
1477
|
-
};
|
|
1478
|
-
readonly severity: {
|
|
1479
|
-
readonly kind: "Shacl";
|
|
1480
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#severity">;
|
|
1481
|
-
readonly type: {
|
|
1482
|
-
readonly kind: "Option";
|
|
1483
|
-
readonly itemType: {
|
|
1484
|
-
readonly kind: "Iri";
|
|
1485
|
-
readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Info">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Warning">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Violation">];
|
|
1486
|
-
};
|
|
1487
|
-
};
|
|
1488
|
-
};
|
|
1489
|
-
readonly shaclmateName: {
|
|
1490
|
-
readonly kind: "Shacl";
|
|
1491
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
|
|
1492
|
-
readonly type: {
|
|
1493
|
-
readonly kind: "Option";
|
|
1494
|
-
readonly itemType: {
|
|
1495
|
-
readonly kind: "String";
|
|
1496
|
-
};
|
|
1497
|
-
};
|
|
1498
|
-
};
|
|
1499
|
-
readonly targetClasses: {
|
|
1500
|
-
readonly kind: "Shacl";
|
|
1501
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetClass">;
|
|
1502
|
-
readonly type: {
|
|
1503
|
-
readonly kind: "Set";
|
|
1504
|
-
readonly itemType: {
|
|
1505
|
-
readonly kind: "Iri";
|
|
1506
|
-
};
|
|
1507
|
-
};
|
|
1508
|
-
};
|
|
1509
|
-
readonly targetNodes: {
|
|
1510
|
-
readonly kind: "Shacl";
|
|
1511
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetNode">;
|
|
1512
|
-
readonly type: {
|
|
1513
|
-
readonly kind: "Set";
|
|
1514
|
-
readonly itemType: {
|
|
1515
|
-
readonly kind: "Term";
|
|
1516
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
1517
|
-
};
|
|
1518
|
-
};
|
|
1519
|
-
};
|
|
1520
|
-
readonly targetObjectsOf: {
|
|
1521
|
-
readonly kind: "Shacl";
|
|
1522
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetObjectsOf">;
|
|
1523
|
-
readonly type: {
|
|
1524
|
-
readonly kind: "Set";
|
|
1525
|
-
readonly itemType: {
|
|
1526
|
-
readonly kind: "Iri";
|
|
1527
|
-
};
|
|
1528
|
-
};
|
|
1529
|
-
};
|
|
1530
|
-
readonly targetSubjectsOf: {
|
|
1531
|
-
readonly kind: "Shacl";
|
|
1532
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetSubjectsOf">;
|
|
1533
|
-
readonly type: {
|
|
1534
|
-
readonly kind: "Set";
|
|
1535
|
-
readonly itemType: {
|
|
1536
|
-
readonly kind: "Iri";
|
|
1537
|
-
};
|
|
1538
|
-
};
|
|
1539
|
-
};
|
|
1540
|
-
readonly uniqueLang: {
|
|
1541
|
-
readonly kind: "Shacl";
|
|
1542
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
|
|
1543
|
-
readonly type: {
|
|
1544
|
-
readonly kind: "Option";
|
|
1545
|
-
readonly itemType: {
|
|
1546
|
-
readonly kind: "Boolean";
|
|
1547
|
-
};
|
|
1548
|
-
};
|
|
1549
|
-
};
|
|
1550
|
-
readonly xone: {
|
|
1551
|
-
readonly kind: "Shacl";
|
|
1552
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
|
|
1553
|
-
readonly type: {
|
|
1554
|
-
readonly kind: "Option";
|
|
1555
|
-
readonly itemType: {
|
|
1556
|
-
readonly kind: "List";
|
|
1557
|
-
readonly itemType: {
|
|
1558
|
-
readonly kind: "Identifier";
|
|
1559
|
-
};
|
|
1560
|
-
};
|
|
1561
|
-
};
|
|
1562
|
-
};
|
|
1563
|
-
};
|
|
1564
|
-
};
|
|
1565
|
-
type Schema = typeof schema;
|
|
1566
|
-
const _toRdfResource: $_ToRdfResourceFunction<PropertyShape.Identifier, PropertyShape>;
|
|
1567
|
-
const toRdfResource: $ToRdfResourceFunction<PropertyShape, Identifier>;
|
|
1568
|
-
const $toString: (_propertyShape: PropertyShape) => string;
|
|
1569
|
-
const toStringRecord: (_propertyShape: PropertyShape) => Record<string, string>;
|
|
1570
|
-
}
|
|
1571
|
-
export type Shape = NodeShape | PropertyShape;
|
|
1572
|
-
export declare namespace Shape {
|
|
1573
|
-
const $toString: (value: Shape) => string;
|
|
1574
|
-
const fromRdfResource: $FromRdfResourceFunction<Shape>;
|
|
1575
|
-
const fromRdfResourceValues: $FromRdfResourceValuesFunction<Shape, typeof Shape.schema>;
|
|
1576
|
-
type Identifier = BlankNode | NamedNode;
|
|
1577
|
-
namespace Identifier {
|
|
1578
|
-
const parse: (value: string) => Either<Error, import("@rdfx/string/dist/Identifier.js").Identifier>;
|
|
1579
|
-
const stringify: typeof NTriplesTerm.stringify;
|
|
1580
|
-
}
|
|
1581
|
-
function isShape(object: $Object): object is Shape;
|
|
1582
|
-
const schema: {
|
|
1583
|
-
readonly kind: "ObjectUnion";
|
|
1584
|
-
readonly members: {
|
|
1585
|
-
readonly NodeShape: {
|
|
1586
|
-
readonly discriminantValues: readonly ["NodeShape"];
|
|
1587
|
-
readonly type: {
|
|
1588
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#NodeShape">;
|
|
1589
|
-
readonly properties: {
|
|
1590
|
-
readonly $identifier: {
|
|
1591
|
-
readonly kind: "Identifier";
|
|
1592
|
-
readonly type: {
|
|
1593
|
-
readonly kind: "Identifier";
|
|
1594
|
-
};
|
|
1595
|
-
};
|
|
1596
|
-
readonly and: {
|
|
1597
|
-
readonly kind: "Shacl";
|
|
1598
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
|
|
1599
|
-
readonly type: {
|
|
1600
|
-
readonly kind: "Option";
|
|
1601
|
-
readonly itemType: {
|
|
1602
|
-
readonly kind: "List";
|
|
1603
|
-
readonly itemType: {
|
|
1604
|
-
readonly kind: "Identifier";
|
|
1605
|
-
};
|
|
1606
|
-
};
|
|
1607
|
-
};
|
|
1608
|
-
};
|
|
1609
|
-
readonly classes: {
|
|
1610
|
-
readonly kind: "Shacl";
|
|
1611
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
|
|
1612
|
-
readonly type: {
|
|
1613
|
-
readonly kind: "Set";
|
|
1614
|
-
readonly itemType: {
|
|
1615
|
-
readonly kind: "Iri";
|
|
1616
|
-
};
|
|
1617
|
-
};
|
|
1618
|
-
};
|
|
1619
|
-
readonly closed: {
|
|
1620
|
-
readonly kind: "Shacl";
|
|
1621
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
|
|
1622
|
-
readonly type: {
|
|
1623
|
-
readonly kind: "Option";
|
|
1624
|
-
readonly itemType: {
|
|
1625
|
-
readonly kind: "Boolean";
|
|
1626
|
-
};
|
|
1627
|
-
};
|
|
1628
|
-
};
|
|
1629
|
-
readonly comment: {
|
|
1630
|
-
readonly kind: "Shacl";
|
|
1631
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
1632
|
-
readonly type: {
|
|
1633
|
-
readonly kind: "Option";
|
|
1634
|
-
readonly itemType: {
|
|
1635
|
-
readonly kind: "String";
|
|
1636
|
-
};
|
|
1637
|
-
};
|
|
1638
|
-
};
|
|
1639
|
-
readonly datatype: {
|
|
1640
|
-
readonly kind: "Shacl";
|
|
1641
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
|
|
1642
|
-
readonly type: {
|
|
1643
|
-
readonly kind: "Option";
|
|
1644
|
-
readonly itemType: {
|
|
1645
|
-
readonly kind: "Iri";
|
|
1646
|
-
};
|
|
1647
|
-
};
|
|
1648
|
-
};
|
|
1649
|
-
readonly deactivated: {
|
|
1650
|
-
readonly kind: "Shacl";
|
|
1651
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
|
|
1652
|
-
readonly type: {
|
|
1653
|
-
readonly kind: "Option";
|
|
1654
|
-
readonly itemType: {
|
|
1655
|
-
readonly kind: "Boolean";
|
|
1656
|
-
};
|
|
1657
|
-
};
|
|
1658
|
-
};
|
|
1659
|
-
readonly discriminantValue: {
|
|
1660
|
-
readonly kind: "Shacl";
|
|
1661
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
|
|
1662
|
-
readonly type: {
|
|
1663
|
-
readonly kind: "Option";
|
|
1664
|
-
readonly itemType: {
|
|
1665
|
-
readonly kind: "String";
|
|
1666
|
-
};
|
|
1667
|
-
};
|
|
1668
|
-
};
|
|
1669
|
-
readonly extern: {
|
|
1670
|
-
readonly kind: "Shacl";
|
|
1671
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
|
|
1672
|
-
readonly type: {
|
|
1673
|
-
readonly kind: "Option";
|
|
1674
|
-
readonly itemType: {
|
|
1675
|
-
readonly kind: "Boolean";
|
|
1676
|
-
};
|
|
1677
|
-
};
|
|
1678
|
-
};
|
|
1679
|
-
readonly flags: {
|
|
1680
|
-
readonly kind: "Shacl";
|
|
1681
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
|
|
1682
|
-
readonly type: {
|
|
1683
|
-
readonly kind: "Option";
|
|
1684
|
-
readonly itemType: {
|
|
1685
|
-
readonly kind: "String";
|
|
1686
|
-
};
|
|
1687
|
-
};
|
|
1688
|
-
};
|
|
1689
|
-
readonly fromRdfType: {
|
|
1690
|
-
readonly kind: "Shacl";
|
|
1691
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
|
|
1692
|
-
readonly type: {
|
|
1693
|
-
readonly kind: "Option";
|
|
1694
|
-
readonly itemType: {
|
|
1695
|
-
readonly kind: "Iri";
|
|
1696
|
-
};
|
|
1697
|
-
};
|
|
1698
|
-
};
|
|
1699
|
-
readonly hasValues: {
|
|
1700
|
-
readonly kind: "Shacl";
|
|
1701
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
|
|
1702
|
-
readonly type: {
|
|
1703
|
-
readonly kind: "Set";
|
|
1704
|
-
readonly itemType: {
|
|
1705
|
-
readonly kind: "Term";
|
|
1706
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
1707
|
-
};
|
|
1708
|
-
};
|
|
1709
|
-
};
|
|
1710
|
-
readonly ignore: {
|
|
1711
|
-
readonly kind: "Shacl";
|
|
1712
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#ignore">;
|
|
1713
|
-
readonly type: {
|
|
1714
|
-
readonly kind: "DefaultValue";
|
|
1715
|
-
readonly itemType: {
|
|
1716
|
-
readonly kind: "Boolean";
|
|
1717
|
-
};
|
|
1718
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
1719
|
-
};
|
|
1720
|
-
};
|
|
1721
|
-
readonly ignoredProperties: {
|
|
1722
|
-
readonly kind: "Shacl";
|
|
1723
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
|
|
1724
|
-
readonly type: {
|
|
1725
|
-
readonly kind: "Option";
|
|
1726
|
-
readonly itemType: {
|
|
1727
|
-
readonly kind: "List";
|
|
1728
|
-
readonly itemType: {
|
|
1729
|
-
readonly kind: "Iri";
|
|
1730
|
-
};
|
|
1731
|
-
};
|
|
1732
|
-
};
|
|
1733
|
-
};
|
|
1734
|
-
readonly in_: {
|
|
1735
|
-
readonly kind: "Shacl";
|
|
1736
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
|
|
1737
|
-
readonly type: {
|
|
1738
|
-
readonly kind: "Option";
|
|
1739
|
-
readonly itemType: {
|
|
1740
|
-
readonly kind: "List";
|
|
1741
|
-
readonly itemType: {
|
|
1742
|
-
readonly kind: "Term";
|
|
1743
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
1744
|
-
};
|
|
1745
|
-
};
|
|
1746
|
-
};
|
|
1747
|
-
};
|
|
1748
|
-
readonly isDefinedBy: {
|
|
1749
|
-
readonly kind: "Shacl";
|
|
1750
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
|
|
1751
|
-
readonly type: {
|
|
1752
|
-
readonly kind: "Option";
|
|
1753
|
-
readonly itemType: {
|
|
1754
|
-
readonly kind: "Identifier";
|
|
1755
|
-
};
|
|
1756
|
-
};
|
|
1757
|
-
};
|
|
1758
|
-
readonly label: {
|
|
1759
|
-
readonly kind: "Shacl";
|
|
1760
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
1761
|
-
readonly type: {
|
|
1762
|
-
readonly kind: "Option";
|
|
1763
|
-
readonly itemType: {
|
|
1764
|
-
readonly kind: "String";
|
|
1765
|
-
};
|
|
1766
|
-
};
|
|
1767
|
-
};
|
|
1768
|
-
readonly languageIn: {
|
|
1769
|
-
readonly kind: "Shacl";
|
|
1770
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
|
|
1771
|
-
readonly type: {
|
|
1772
|
-
readonly kind: "Option";
|
|
1773
|
-
readonly itemType: {
|
|
1774
|
-
readonly kind: "List";
|
|
1775
|
-
readonly itemType: {
|
|
1776
|
-
readonly kind: "String";
|
|
1777
|
-
};
|
|
1778
|
-
};
|
|
1779
|
-
};
|
|
1780
|
-
};
|
|
1781
|
-
readonly maxExclusive: {
|
|
1782
|
-
readonly kind: "Shacl";
|
|
1783
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
|
|
1784
|
-
readonly type: {
|
|
1785
|
-
readonly kind: "Option";
|
|
1786
|
-
readonly itemType: {
|
|
1787
|
-
readonly kind: "Literal";
|
|
1788
|
-
};
|
|
1789
|
-
};
|
|
1790
|
-
};
|
|
1791
|
-
readonly maxInclusive: {
|
|
1792
|
-
readonly kind: "Shacl";
|
|
1793
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
|
|
1794
|
-
readonly type: {
|
|
1795
|
-
readonly kind: "Option";
|
|
1796
|
-
readonly itemType: {
|
|
1797
|
-
readonly kind: "Literal";
|
|
1798
|
-
};
|
|
1799
|
-
};
|
|
1800
|
-
};
|
|
1801
|
-
readonly maxLength: {
|
|
1802
|
-
readonly kind: "Shacl";
|
|
1803
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
|
|
1804
|
-
readonly type: {
|
|
1805
|
-
readonly kind: "Option";
|
|
1806
|
-
readonly itemType: {
|
|
1807
|
-
readonly kind: "BigInt";
|
|
1808
|
-
};
|
|
1809
|
-
};
|
|
1810
|
-
};
|
|
1811
|
-
readonly message: {
|
|
1812
|
-
readonly kind: "Shacl";
|
|
1813
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#message">;
|
|
1814
|
-
readonly type: {
|
|
1815
|
-
readonly kind: "Option";
|
|
1816
|
-
readonly itemType: {
|
|
1817
|
-
readonly kind: "String";
|
|
1818
|
-
};
|
|
1819
|
-
};
|
|
1820
|
-
};
|
|
1821
|
-
readonly minExclusive: {
|
|
1822
|
-
readonly kind: "Shacl";
|
|
1823
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
|
|
1824
|
-
readonly type: {
|
|
1825
|
-
readonly kind: "Option";
|
|
1826
|
-
readonly itemType: {
|
|
1827
|
-
readonly kind: "Literal";
|
|
1828
|
-
};
|
|
1829
|
-
};
|
|
1830
|
-
};
|
|
1831
|
-
readonly minInclusive: {
|
|
1832
|
-
readonly kind: "Shacl";
|
|
1833
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
|
|
1834
|
-
readonly type: {
|
|
1835
|
-
readonly kind: "Option";
|
|
1836
|
-
readonly itemType: {
|
|
1837
|
-
readonly kind: "Literal";
|
|
1838
|
-
};
|
|
1839
|
-
};
|
|
1840
|
-
};
|
|
1841
|
-
readonly minLength: {
|
|
1842
|
-
readonly kind: "Shacl";
|
|
1843
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
|
|
1844
|
-
readonly type: {
|
|
1845
|
-
readonly kind: "Option";
|
|
1846
|
-
readonly itemType: {
|
|
1847
|
-
readonly kind: "BigInt";
|
|
1848
|
-
};
|
|
1849
|
-
};
|
|
1850
|
-
};
|
|
1851
|
-
readonly mutable: {
|
|
1852
|
-
readonly kind: "Shacl";
|
|
1853
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
|
|
1854
|
-
readonly type: {
|
|
1855
|
-
readonly kind: "Option";
|
|
1856
|
-
readonly itemType: {
|
|
1857
|
-
readonly kind: "Boolean";
|
|
1858
|
-
};
|
|
1859
|
-
};
|
|
1860
|
-
};
|
|
1861
|
-
readonly node: {
|
|
1862
|
-
readonly kind: "Shacl";
|
|
1863
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
|
|
1864
|
-
readonly type: {
|
|
1865
|
-
readonly kind: "Option";
|
|
1866
|
-
readonly itemType: {
|
|
1867
|
-
readonly kind: "Identifier";
|
|
1868
|
-
};
|
|
1869
|
-
};
|
|
1870
|
-
};
|
|
1871
|
-
readonly nodeKind: {
|
|
1872
|
-
readonly kind: "Shacl";
|
|
1873
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
|
|
1874
|
-
readonly type: {
|
|
1875
|
-
readonly kind: "Option";
|
|
1876
|
-
readonly itemType: {
|
|
1877
|
-
readonly kind: "Iri";
|
|
1878
|
-
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">];
|
|
1879
|
-
};
|
|
1880
|
-
};
|
|
1881
|
-
};
|
|
1882
|
-
readonly not: {
|
|
1883
|
-
readonly kind: "Shacl";
|
|
1884
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
|
|
1885
|
-
readonly type: {
|
|
1886
|
-
readonly kind: "Set";
|
|
1887
|
-
readonly itemType: {
|
|
1888
|
-
readonly kind: "Identifier";
|
|
1889
|
-
};
|
|
1890
|
-
};
|
|
1891
|
-
};
|
|
1892
|
-
readonly or: {
|
|
1893
|
-
readonly kind: "Shacl";
|
|
1894
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
|
|
1895
|
-
readonly type: {
|
|
1896
|
-
readonly kind: "Option";
|
|
1897
|
-
readonly itemType: {
|
|
1898
|
-
readonly kind: "List";
|
|
1899
|
-
readonly itemType: {
|
|
1900
|
-
readonly kind: "Identifier";
|
|
1901
|
-
};
|
|
1902
|
-
};
|
|
1903
|
-
};
|
|
1904
|
-
};
|
|
1905
|
-
readonly pattern: {
|
|
1906
|
-
readonly kind: "Shacl";
|
|
1907
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
|
|
1908
|
-
readonly type: {
|
|
1909
|
-
readonly kind: "Option";
|
|
1910
|
-
readonly itemType: {
|
|
1911
|
-
readonly kind: "String";
|
|
1912
|
-
};
|
|
1913
|
-
};
|
|
1914
|
-
};
|
|
1915
|
-
readonly properties: {
|
|
1916
|
-
readonly kind: "Shacl";
|
|
1917
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
|
|
1918
|
-
readonly type: {
|
|
1919
|
-
readonly kind: "Set";
|
|
1920
|
-
readonly itemType: {
|
|
1921
|
-
readonly kind: "Identifier";
|
|
1922
|
-
};
|
|
1923
|
-
};
|
|
1924
|
-
};
|
|
1925
|
-
readonly rdfType: {
|
|
1926
|
-
readonly kind: "Shacl";
|
|
1927
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
|
|
1928
|
-
readonly type: {
|
|
1929
|
-
readonly kind: "Option";
|
|
1930
|
-
readonly itemType: {
|
|
1931
|
-
readonly kind: "Iri";
|
|
1932
|
-
};
|
|
1933
|
-
};
|
|
1934
|
-
};
|
|
1935
|
-
readonly severity: {
|
|
1936
|
-
readonly kind: "Shacl";
|
|
1937
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#severity">;
|
|
1938
|
-
readonly type: {
|
|
1939
|
-
readonly kind: "Option";
|
|
1940
|
-
readonly itemType: {
|
|
1941
|
-
readonly kind: "Iri";
|
|
1942
|
-
readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Info">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Warning">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Violation">];
|
|
1943
|
-
};
|
|
1944
|
-
};
|
|
1945
|
-
};
|
|
1946
|
-
readonly shaclmateName: {
|
|
1947
|
-
readonly kind: "Shacl";
|
|
1948
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
|
|
1949
|
-
readonly type: {
|
|
1950
|
-
readonly kind: "Option";
|
|
1951
|
-
readonly itemType: {
|
|
1952
|
-
readonly kind: "String";
|
|
1953
|
-
};
|
|
1954
|
-
};
|
|
1955
|
-
};
|
|
1956
|
-
readonly subClassOf: {
|
|
1957
|
-
readonly kind: "Shacl";
|
|
1958
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
|
|
1959
|
-
readonly type: {
|
|
1960
|
-
readonly kind: "Set";
|
|
1961
|
-
readonly itemType: {
|
|
1962
|
-
readonly kind: "Iri";
|
|
1963
|
-
};
|
|
1964
|
-
};
|
|
1965
|
-
};
|
|
1966
|
-
readonly targetClasses: {
|
|
1967
|
-
readonly kind: "Shacl";
|
|
1968
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetClass">;
|
|
1969
|
-
readonly type: {
|
|
1970
|
-
readonly kind: "Set";
|
|
1971
|
-
readonly itemType: {
|
|
1972
|
-
readonly kind: "Iri";
|
|
1973
|
-
};
|
|
1974
|
-
};
|
|
1975
|
-
};
|
|
1976
|
-
readonly targetNodes: {
|
|
1977
|
-
readonly kind: "Shacl";
|
|
1978
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetNode">;
|
|
1979
|
-
readonly type: {
|
|
1980
|
-
readonly kind: "Set";
|
|
1981
|
-
readonly itemType: {
|
|
1982
|
-
readonly kind: "Term";
|
|
1983
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
1984
|
-
};
|
|
1985
|
-
};
|
|
1986
|
-
};
|
|
1987
|
-
readonly targetObjectsOf: {
|
|
1988
|
-
readonly kind: "Shacl";
|
|
1989
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetObjectsOf">;
|
|
1990
|
-
readonly type: {
|
|
1991
|
-
readonly kind: "Set";
|
|
1992
|
-
readonly itemType: {
|
|
1993
|
-
readonly kind: "Iri";
|
|
1994
|
-
};
|
|
1995
|
-
};
|
|
1996
|
-
};
|
|
1997
|
-
readonly targetSubjectsOf: {
|
|
1998
|
-
readonly kind: "Shacl";
|
|
1999
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetSubjectsOf">;
|
|
2000
|
-
readonly type: {
|
|
2001
|
-
readonly kind: "Set";
|
|
2002
|
-
readonly itemType: {
|
|
2003
|
-
readonly kind: "Iri";
|
|
2004
|
-
};
|
|
2005
|
-
};
|
|
2006
|
-
};
|
|
2007
|
-
readonly toRdfTypes: {
|
|
2008
|
-
readonly kind: "Shacl";
|
|
2009
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
|
|
2010
|
-
readonly type: {
|
|
2011
|
-
readonly kind: "Set";
|
|
2012
|
-
readonly itemType: {
|
|
2013
|
-
readonly kind: "Iri";
|
|
2014
|
-
};
|
|
2015
|
-
};
|
|
2016
|
-
};
|
|
2017
|
-
readonly tsImports: {
|
|
2018
|
-
readonly kind: "Shacl";
|
|
2019
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
|
|
2020
|
-
readonly type: {
|
|
2021
|
-
readonly kind: "Set";
|
|
2022
|
-
readonly itemType: {
|
|
2023
|
-
readonly kind: "String";
|
|
2024
|
-
};
|
|
2025
|
-
};
|
|
2026
|
-
};
|
|
2027
|
-
readonly types: {
|
|
2028
|
-
readonly kind: "Shacl";
|
|
2029
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
|
|
2030
|
-
readonly type: {
|
|
2031
|
-
readonly kind: "Set";
|
|
2032
|
-
readonly itemType: {
|
|
2033
|
-
readonly kind: "Iri";
|
|
2034
|
-
};
|
|
2035
|
-
};
|
|
2036
|
-
};
|
|
2037
|
-
readonly xone: {
|
|
2038
|
-
readonly kind: "Shacl";
|
|
2039
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
|
|
2040
|
-
readonly type: {
|
|
2041
|
-
readonly kind: "Option";
|
|
2042
|
-
readonly itemType: {
|
|
2043
|
-
readonly kind: "List";
|
|
2044
|
-
readonly itemType: {
|
|
2045
|
-
readonly kind: "Identifier";
|
|
2046
|
-
};
|
|
2047
|
-
};
|
|
2048
|
-
};
|
|
2049
|
-
};
|
|
2050
|
-
};
|
|
2051
|
-
};
|
|
2052
|
-
};
|
|
2053
|
-
readonly PropertyShape: {
|
|
2054
|
-
readonly discriminantValues: readonly ["PropertyShape"];
|
|
2055
|
-
readonly type: {
|
|
2056
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#PropertyShape">;
|
|
2057
|
-
readonly properties: {
|
|
2058
|
-
readonly $identifier: {
|
|
2059
|
-
readonly kind: "Identifier";
|
|
2060
|
-
readonly type: {
|
|
2061
|
-
readonly kind: "Identifier";
|
|
2062
|
-
};
|
|
2063
|
-
};
|
|
2064
|
-
readonly and: {
|
|
2065
|
-
readonly kind: "Shacl";
|
|
2066
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
|
|
2067
|
-
readonly type: {
|
|
2068
|
-
readonly kind: "Option";
|
|
2069
|
-
readonly itemType: {
|
|
2070
|
-
readonly kind: "List";
|
|
2071
|
-
readonly itemType: {
|
|
2072
|
-
readonly kind: "Identifier";
|
|
2073
|
-
};
|
|
2074
|
-
};
|
|
2075
|
-
};
|
|
2076
|
-
};
|
|
2077
|
-
readonly classes: {
|
|
2078
|
-
readonly kind: "Shacl";
|
|
2079
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
|
|
2080
|
-
readonly type: {
|
|
2081
|
-
readonly kind: "Set";
|
|
2082
|
-
readonly itemType: {
|
|
2083
|
-
readonly kind: "Iri";
|
|
2084
|
-
};
|
|
2085
|
-
};
|
|
2086
|
-
};
|
|
2087
|
-
readonly comment: {
|
|
2088
|
-
readonly kind: "Shacl";
|
|
2089
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
2090
|
-
readonly type: {
|
|
2091
|
-
readonly kind: "Option";
|
|
2092
|
-
readonly itemType: {
|
|
2093
|
-
readonly kind: "String";
|
|
2094
|
-
};
|
|
2095
|
-
};
|
|
2096
|
-
};
|
|
2097
|
-
readonly datatype: {
|
|
2098
|
-
readonly kind: "Shacl";
|
|
2099
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
|
|
2100
|
-
readonly type: {
|
|
2101
|
-
readonly kind: "Option";
|
|
2102
|
-
readonly itemType: {
|
|
2103
|
-
readonly kind: "Iri";
|
|
2104
|
-
};
|
|
2105
|
-
};
|
|
2106
|
-
};
|
|
2107
|
-
readonly deactivated: {
|
|
2108
|
-
readonly kind: "Shacl";
|
|
2109
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
|
|
2110
|
-
readonly type: {
|
|
2111
|
-
readonly kind: "Option";
|
|
2112
|
-
readonly itemType: {
|
|
2113
|
-
readonly kind: "Boolean";
|
|
2114
|
-
};
|
|
2115
|
-
};
|
|
2116
|
-
};
|
|
2117
|
-
readonly defaultValue: {
|
|
2118
|
-
readonly kind: "Shacl";
|
|
2119
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
|
|
2120
|
-
readonly type: {
|
|
2121
|
-
readonly kind: "Option";
|
|
2122
|
-
readonly itemType: {
|
|
2123
|
-
readonly kind: "Term";
|
|
2124
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
2125
|
-
};
|
|
2126
|
-
};
|
|
2127
|
-
};
|
|
2128
|
-
readonly description: {
|
|
2129
|
-
readonly kind: "Shacl";
|
|
2130
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
|
|
2131
|
-
readonly type: {
|
|
2132
|
-
readonly kind: "Option";
|
|
2133
|
-
readonly itemType: {
|
|
2134
|
-
readonly kind: "String";
|
|
2135
|
-
};
|
|
2136
|
-
};
|
|
2137
|
-
};
|
|
2138
|
-
readonly disjoint: {
|
|
2139
|
-
readonly kind: "Shacl";
|
|
2140
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#disjoint">;
|
|
2141
|
-
readonly type: {
|
|
2142
|
-
readonly kind: "Set";
|
|
2143
|
-
readonly itemType: {
|
|
2144
|
-
readonly kind: "Iri";
|
|
2145
|
-
};
|
|
2146
|
-
};
|
|
2147
|
-
};
|
|
2148
|
-
readonly display: {
|
|
2149
|
-
readonly kind: "Shacl";
|
|
2150
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
|
|
2151
|
-
readonly type: {
|
|
2152
|
-
readonly kind: "DefaultValue";
|
|
2153
|
-
readonly itemType: {
|
|
2154
|
-
readonly kind: "Boolean";
|
|
2155
|
-
};
|
|
2156
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
2157
|
-
};
|
|
2158
|
-
};
|
|
2159
|
-
readonly equals: {
|
|
2160
|
-
readonly kind: "Shacl";
|
|
2161
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#equals">;
|
|
2162
|
-
readonly type: {
|
|
2163
|
-
readonly kind: "Set";
|
|
2164
|
-
readonly itemType: {
|
|
2165
|
-
readonly kind: "Iri";
|
|
2166
|
-
};
|
|
2167
|
-
};
|
|
2168
|
-
};
|
|
2169
|
-
readonly flags: {
|
|
2170
|
-
readonly kind: "Shacl";
|
|
2171
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
|
|
2172
|
-
readonly type: {
|
|
2173
|
-
readonly kind: "Option";
|
|
2174
|
-
readonly itemType: {
|
|
2175
|
-
readonly kind: "String";
|
|
2176
|
-
};
|
|
2177
|
-
};
|
|
2178
|
-
};
|
|
2179
|
-
readonly groups: {
|
|
2180
|
-
readonly kind: "Shacl";
|
|
2181
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
|
|
2182
|
-
readonly type: {
|
|
2183
|
-
readonly kind: "Set";
|
|
2184
|
-
readonly itemType: {
|
|
2185
|
-
readonly kind: "Identifier";
|
|
2186
|
-
};
|
|
2187
|
-
};
|
|
2188
|
-
};
|
|
2189
|
-
readonly hasValues: {
|
|
2190
|
-
readonly kind: "Shacl";
|
|
2191
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
|
|
2192
|
-
readonly type: {
|
|
2193
|
-
readonly kind: "Set";
|
|
2194
|
-
readonly itemType: {
|
|
2195
|
-
readonly kind: "Term";
|
|
2196
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
2197
|
-
};
|
|
2198
|
-
};
|
|
2199
|
-
};
|
|
2200
|
-
readonly ignore: {
|
|
2201
|
-
readonly kind: "Shacl";
|
|
2202
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#ignore">;
|
|
2203
|
-
readonly type: {
|
|
2204
|
-
readonly kind: "DefaultValue";
|
|
2205
|
-
readonly itemType: {
|
|
2206
|
-
readonly kind: "Boolean";
|
|
2207
|
-
};
|
|
2208
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
2209
|
-
};
|
|
2210
|
-
};
|
|
2211
|
-
readonly in_: {
|
|
2212
|
-
readonly kind: "Shacl";
|
|
2213
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
|
|
2214
|
-
readonly type: {
|
|
2215
|
-
readonly kind: "Option";
|
|
2216
|
-
readonly itemType: {
|
|
2217
|
-
readonly kind: "List";
|
|
2218
|
-
readonly itemType: {
|
|
2219
|
-
readonly kind: "Term";
|
|
2220
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
2221
|
-
};
|
|
2222
|
-
};
|
|
2223
|
-
};
|
|
2224
|
-
};
|
|
2225
|
-
readonly isDefinedBy: {
|
|
2226
|
-
readonly kind: "Shacl";
|
|
2227
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
|
|
2228
|
-
readonly type: {
|
|
2229
|
-
readonly kind: "Option";
|
|
2230
|
-
readonly itemType: {
|
|
2231
|
-
readonly kind: "Identifier";
|
|
2232
|
-
};
|
|
2233
|
-
};
|
|
2234
|
-
};
|
|
2235
|
-
readonly label: {
|
|
2236
|
-
readonly kind: "Shacl";
|
|
2237
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
2238
|
-
readonly type: {
|
|
2239
|
-
readonly kind: "Option";
|
|
2240
|
-
readonly itemType: {
|
|
2241
|
-
readonly kind: "String";
|
|
2242
|
-
};
|
|
2243
|
-
};
|
|
2244
|
-
};
|
|
2245
|
-
readonly languageIn: {
|
|
2246
|
-
readonly kind: "Shacl";
|
|
2247
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
|
|
2248
|
-
readonly type: {
|
|
2249
|
-
readonly kind: "Option";
|
|
2250
|
-
readonly itemType: {
|
|
2251
|
-
readonly kind: "List";
|
|
2252
|
-
readonly itemType: {
|
|
2253
|
-
readonly kind: "String";
|
|
2254
|
-
};
|
|
2255
|
-
};
|
|
2256
|
-
};
|
|
2257
|
-
};
|
|
2258
|
-
readonly lessThan: {
|
|
2259
|
-
readonly kind: "Shacl";
|
|
2260
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#lessThan">;
|
|
2261
|
-
readonly type: {
|
|
2262
|
-
readonly kind: "Set";
|
|
2263
|
-
readonly itemType: {
|
|
2264
|
-
readonly kind: "Iri";
|
|
2265
|
-
};
|
|
2266
|
-
};
|
|
2267
|
-
};
|
|
2268
|
-
readonly lessThanOrEquals: {
|
|
2269
|
-
readonly kind: "Shacl";
|
|
2270
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#lessThanOrEquals">;
|
|
2271
|
-
readonly type: {
|
|
2272
|
-
readonly kind: "Set";
|
|
2273
|
-
readonly itemType: {
|
|
2274
|
-
readonly kind: "Iri";
|
|
2275
|
-
};
|
|
2276
|
-
};
|
|
2277
|
-
};
|
|
2278
|
-
readonly maxCount: {
|
|
2279
|
-
readonly kind: "Shacl";
|
|
2280
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
|
|
2281
|
-
readonly type: {
|
|
2282
|
-
readonly kind: "Option";
|
|
2283
|
-
readonly itemType: {
|
|
2284
|
-
readonly kind: "BigInt";
|
|
2285
|
-
};
|
|
2286
|
-
};
|
|
2287
|
-
};
|
|
2288
|
-
readonly maxExclusive: {
|
|
2289
|
-
readonly kind: "Shacl";
|
|
2290
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
|
|
2291
|
-
readonly type: {
|
|
2292
|
-
readonly kind: "Option";
|
|
2293
|
-
readonly itemType: {
|
|
2294
|
-
readonly kind: "Literal";
|
|
2295
|
-
};
|
|
2296
|
-
};
|
|
2297
|
-
};
|
|
2298
|
-
readonly maxInclusive: {
|
|
2299
|
-
readonly kind: "Shacl";
|
|
2300
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
|
|
2301
|
-
readonly type: {
|
|
2302
|
-
readonly kind: "Option";
|
|
2303
|
-
readonly itemType: {
|
|
2304
|
-
readonly kind: "Literal";
|
|
2305
|
-
};
|
|
2306
|
-
};
|
|
2307
|
-
};
|
|
2308
|
-
readonly maxLength: {
|
|
2309
|
-
readonly kind: "Shacl";
|
|
2310
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
|
|
2311
|
-
readonly type: {
|
|
2312
|
-
readonly kind: "Option";
|
|
2313
|
-
readonly itemType: {
|
|
2314
|
-
readonly kind: "BigInt";
|
|
2315
|
-
};
|
|
2316
|
-
};
|
|
2317
|
-
};
|
|
2318
|
-
readonly message: {
|
|
2319
|
-
readonly kind: "Shacl";
|
|
2320
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#message">;
|
|
2321
|
-
readonly type: {
|
|
2322
|
-
readonly kind: "Option";
|
|
2323
|
-
readonly itemType: {
|
|
2324
|
-
readonly kind: "String";
|
|
2325
|
-
};
|
|
2326
|
-
};
|
|
2327
|
-
};
|
|
2328
|
-
readonly minCount: {
|
|
2329
|
-
readonly kind: "Shacl";
|
|
2330
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
|
|
2331
|
-
readonly type: {
|
|
2332
|
-
readonly kind: "Option";
|
|
2333
|
-
readonly itemType: {
|
|
2334
|
-
readonly kind: "BigInt";
|
|
2335
|
-
};
|
|
2336
|
-
};
|
|
2337
|
-
};
|
|
2338
|
-
readonly minExclusive: {
|
|
2339
|
-
readonly kind: "Shacl";
|
|
2340
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
|
|
2341
|
-
readonly type: {
|
|
2342
|
-
readonly kind: "Option";
|
|
2343
|
-
readonly itemType: {
|
|
2344
|
-
readonly kind: "Literal";
|
|
2345
|
-
};
|
|
2346
|
-
};
|
|
2347
|
-
};
|
|
2348
|
-
readonly minInclusive: {
|
|
2349
|
-
readonly kind: "Shacl";
|
|
2350
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
|
|
2351
|
-
readonly type: {
|
|
2352
|
-
readonly kind: "Option";
|
|
2353
|
-
readonly itemType: {
|
|
2354
|
-
readonly kind: "Literal";
|
|
2355
|
-
};
|
|
2356
|
-
};
|
|
2357
|
-
};
|
|
2358
|
-
readonly minLength: {
|
|
2359
|
-
readonly kind: "Shacl";
|
|
2360
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
|
|
2361
|
-
readonly type: {
|
|
2362
|
-
readonly kind: "Option";
|
|
2363
|
-
readonly itemType: {
|
|
2364
|
-
readonly kind: "BigInt";
|
|
2365
|
-
};
|
|
2366
|
-
};
|
|
2367
|
-
};
|
|
2368
|
-
readonly mutable: {
|
|
2369
|
-
readonly kind: "Shacl";
|
|
2370
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
|
|
2371
|
-
readonly type: {
|
|
2372
|
-
readonly kind: "Option";
|
|
2373
|
-
readonly itemType: {
|
|
2374
|
-
readonly kind: "Boolean";
|
|
2375
|
-
};
|
|
2376
|
-
};
|
|
2377
|
-
};
|
|
2378
|
-
readonly name: {
|
|
2379
|
-
readonly kind: "Shacl";
|
|
2380
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
|
|
2381
|
-
readonly type: {
|
|
2382
|
-
readonly kind: "Option";
|
|
2383
|
-
readonly itemType: {
|
|
2384
|
-
readonly kind: "String";
|
|
2385
|
-
};
|
|
2386
|
-
};
|
|
2387
|
-
};
|
|
2388
|
-
readonly node: {
|
|
2389
|
-
readonly kind: "Shacl";
|
|
2390
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
|
|
2391
|
-
readonly type: {
|
|
2392
|
-
readonly kind: "Option";
|
|
2393
|
-
readonly itemType: {
|
|
2394
|
-
readonly kind: "Identifier";
|
|
2395
|
-
};
|
|
2396
|
-
};
|
|
2397
|
-
};
|
|
2398
|
-
readonly nodeKind: {
|
|
2399
|
-
readonly kind: "Shacl";
|
|
2400
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
|
|
2401
|
-
readonly type: {
|
|
2402
|
-
readonly kind: "Option";
|
|
2403
|
-
readonly itemType: {
|
|
2404
|
-
readonly kind: "Iri";
|
|
2405
|
-
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">];
|
|
2406
|
-
};
|
|
2407
|
-
};
|
|
2408
|
-
};
|
|
2409
|
-
readonly not: {
|
|
2410
|
-
readonly kind: "Shacl";
|
|
2411
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
|
|
2412
|
-
readonly type: {
|
|
2413
|
-
readonly kind: "Set";
|
|
2414
|
-
readonly itemType: {
|
|
2415
|
-
readonly kind: "Identifier";
|
|
2416
|
-
};
|
|
2417
|
-
};
|
|
2418
|
-
};
|
|
2419
|
-
readonly or: {
|
|
2420
|
-
readonly kind: "Shacl";
|
|
2421
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
|
|
2422
|
-
readonly type: {
|
|
2423
|
-
readonly kind: "Option";
|
|
2424
|
-
readonly itemType: {
|
|
2425
|
-
readonly kind: "List";
|
|
2426
|
-
readonly itemType: {
|
|
2427
|
-
readonly kind: "Identifier";
|
|
2428
|
-
};
|
|
2429
|
-
};
|
|
2430
|
-
};
|
|
2431
|
-
};
|
|
2432
|
-
readonly order: {
|
|
2433
|
-
readonly kind: "Shacl";
|
|
2434
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
|
|
2435
|
-
readonly type: {
|
|
2436
|
-
readonly kind: "Option";
|
|
2437
|
-
readonly itemType: {
|
|
2438
|
-
readonly kind: "Float";
|
|
2439
|
-
};
|
|
2440
|
-
};
|
|
2441
|
-
};
|
|
2442
|
-
readonly path: {
|
|
2443
|
-
readonly kind: "Shacl";
|
|
2444
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#path">;
|
|
2445
|
-
readonly type: object;
|
|
2446
|
-
};
|
|
2447
|
-
readonly pattern: {
|
|
2448
|
-
readonly kind: "Shacl";
|
|
2449
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
|
|
2450
|
-
readonly type: {
|
|
2451
|
-
readonly kind: "Option";
|
|
2452
|
-
readonly itemType: {
|
|
2453
|
-
readonly kind: "String";
|
|
2454
|
-
};
|
|
2455
|
-
};
|
|
2456
|
-
};
|
|
2457
|
-
readonly qualifiedMaxCount: {
|
|
2458
|
-
readonly kind: "Shacl";
|
|
2459
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedMaxCount">;
|
|
2460
|
-
readonly type: {
|
|
2461
|
-
readonly kind: "Option";
|
|
2462
|
-
readonly itemType: {
|
|
2463
|
-
readonly kind: "BigInt";
|
|
2464
|
-
};
|
|
2465
|
-
};
|
|
2466
|
-
};
|
|
2467
|
-
readonly qualifiedMinCount: {
|
|
2468
|
-
readonly kind: "Shacl";
|
|
2469
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedMinCount">;
|
|
2470
|
-
readonly type: {
|
|
2471
|
-
readonly kind: "Option";
|
|
2472
|
-
readonly itemType: {
|
|
2473
|
-
readonly kind: "BigInt";
|
|
2474
|
-
};
|
|
2475
|
-
};
|
|
2476
|
-
};
|
|
2477
|
-
readonly qualifiedValueShape: {
|
|
2478
|
-
readonly kind: "Shacl";
|
|
2479
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedValueShape">;
|
|
2480
|
-
readonly type: {
|
|
2481
|
-
readonly kind: "Option";
|
|
2482
|
-
readonly itemType: {
|
|
2483
|
-
readonly kind: "Identifier";
|
|
2484
|
-
};
|
|
2485
|
-
};
|
|
2486
|
-
};
|
|
2487
|
-
readonly qualifiedValueShapesDisjoint: {
|
|
2488
|
-
readonly kind: "Shacl";
|
|
2489
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint">;
|
|
2490
|
-
readonly type: {
|
|
2491
|
-
readonly kind: "Option";
|
|
2492
|
-
readonly itemType: {
|
|
2493
|
-
readonly kind: "Boolean";
|
|
2494
|
-
};
|
|
2495
|
-
};
|
|
2496
|
-
};
|
|
2497
|
-
readonly resolve: {
|
|
2498
|
-
readonly kind: "Shacl";
|
|
2499
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
|
|
2500
|
-
readonly type: {
|
|
2501
|
-
readonly kind: "Option";
|
|
2502
|
-
readonly itemType: {
|
|
2503
|
-
readonly kind: "Identifier";
|
|
2504
|
-
};
|
|
2505
|
-
};
|
|
2506
|
-
};
|
|
2507
|
-
readonly severity: {
|
|
2508
|
-
readonly kind: "Shacl";
|
|
2509
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#severity">;
|
|
2510
|
-
readonly type: {
|
|
2511
|
-
readonly kind: "Option";
|
|
2512
|
-
readonly itemType: {
|
|
2513
|
-
readonly kind: "Iri";
|
|
2514
|
-
readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Info">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Warning">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Violation">];
|
|
2515
|
-
};
|
|
2516
|
-
};
|
|
2517
|
-
};
|
|
2518
|
-
readonly shaclmateName: {
|
|
2519
|
-
readonly kind: "Shacl";
|
|
2520
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
|
|
2521
|
-
readonly type: {
|
|
2522
|
-
readonly kind: "Option";
|
|
2523
|
-
readonly itemType: {
|
|
2524
|
-
readonly kind: "String";
|
|
2525
|
-
};
|
|
2526
|
-
};
|
|
2527
|
-
};
|
|
2528
|
-
readonly targetClasses: {
|
|
2529
|
-
readonly kind: "Shacl";
|
|
2530
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetClass">;
|
|
2531
|
-
readonly type: {
|
|
2532
|
-
readonly kind: "Set";
|
|
2533
|
-
readonly itemType: {
|
|
2534
|
-
readonly kind: "Iri";
|
|
2535
|
-
};
|
|
2536
|
-
};
|
|
2537
|
-
};
|
|
2538
|
-
readonly targetNodes: {
|
|
2539
|
-
readonly kind: "Shacl";
|
|
2540
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetNode">;
|
|
2541
|
-
readonly type: {
|
|
2542
|
-
readonly kind: "Set";
|
|
2543
|
-
readonly itemType: {
|
|
2544
|
-
readonly kind: "Term";
|
|
2545
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
2546
|
-
};
|
|
2547
|
-
};
|
|
2548
|
-
};
|
|
2549
|
-
readonly targetObjectsOf: {
|
|
2550
|
-
readonly kind: "Shacl";
|
|
2551
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetObjectsOf">;
|
|
2552
|
-
readonly type: {
|
|
2553
|
-
readonly kind: "Set";
|
|
2554
|
-
readonly itemType: {
|
|
2555
|
-
readonly kind: "Iri";
|
|
2556
|
-
};
|
|
2557
|
-
};
|
|
2558
|
-
};
|
|
2559
|
-
readonly targetSubjectsOf: {
|
|
2560
|
-
readonly kind: "Shacl";
|
|
2561
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetSubjectsOf">;
|
|
2562
|
-
readonly type: {
|
|
2563
|
-
readonly kind: "Set";
|
|
2564
|
-
readonly itemType: {
|
|
2565
|
-
readonly kind: "Iri";
|
|
2566
|
-
};
|
|
2567
|
-
};
|
|
2568
|
-
};
|
|
2569
|
-
readonly uniqueLang: {
|
|
2570
|
-
readonly kind: "Shacl";
|
|
2571
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
|
|
2572
|
-
readonly type: {
|
|
2573
|
-
readonly kind: "Option";
|
|
2574
|
-
readonly itemType: {
|
|
2575
|
-
readonly kind: "Boolean";
|
|
2576
|
-
};
|
|
2577
|
-
};
|
|
2578
|
-
};
|
|
2579
|
-
readonly xone: {
|
|
2580
|
-
readonly kind: "Shacl";
|
|
2581
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
|
|
2582
|
-
readonly type: {
|
|
2583
|
-
readonly kind: "Option";
|
|
2584
|
-
readonly itemType: {
|
|
2585
|
-
readonly kind: "List";
|
|
2586
|
-
readonly itemType: {
|
|
2587
|
-
readonly kind: "Identifier";
|
|
2588
|
-
};
|
|
2589
|
-
};
|
|
2590
|
-
};
|
|
2591
|
-
};
|
|
2592
|
-
};
|
|
2593
|
-
};
|
|
2594
|
-
};
|
|
2595
|
-
};
|
|
2596
|
-
readonly properties: {
|
|
2597
|
-
readonly and: {
|
|
2598
|
-
readonly kind: "Shacl";
|
|
2599
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
|
|
2600
|
-
readonly type: {
|
|
2601
|
-
readonly kind: "Option";
|
|
2602
|
-
readonly itemType: {
|
|
2603
|
-
readonly kind: "List";
|
|
2604
|
-
readonly itemType: {
|
|
2605
|
-
readonly kind: "Identifier";
|
|
2606
|
-
};
|
|
2607
|
-
};
|
|
2608
|
-
};
|
|
2609
|
-
};
|
|
2610
|
-
readonly classes: {
|
|
2611
|
-
readonly kind: "Shacl";
|
|
2612
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
|
|
2613
|
-
readonly type: {
|
|
2614
|
-
readonly kind: "Set";
|
|
2615
|
-
readonly itemType: {
|
|
2616
|
-
readonly kind: "Iri";
|
|
2617
|
-
};
|
|
2618
|
-
};
|
|
2619
|
-
};
|
|
2620
|
-
readonly comment: {
|
|
2621
|
-
readonly kind: "Shacl";
|
|
2622
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
2623
|
-
readonly type: {
|
|
2624
|
-
readonly kind: "Option";
|
|
2625
|
-
readonly itemType: {
|
|
2626
|
-
readonly kind: "String";
|
|
2627
|
-
};
|
|
2628
|
-
};
|
|
2629
|
-
};
|
|
2630
|
-
readonly datatype: {
|
|
2631
|
-
readonly kind: "Shacl";
|
|
2632
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
|
|
2633
|
-
readonly type: {
|
|
2634
|
-
readonly kind: "Option";
|
|
2635
|
-
readonly itemType: {
|
|
2636
|
-
readonly kind: "Iri";
|
|
2637
|
-
};
|
|
2638
|
-
};
|
|
2639
|
-
};
|
|
2640
|
-
readonly deactivated: {
|
|
2641
|
-
readonly kind: "Shacl";
|
|
2642
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
|
|
2643
|
-
readonly type: {
|
|
2644
|
-
readonly kind: "Option";
|
|
2645
|
-
readonly itemType: {
|
|
2646
|
-
readonly kind: "Boolean";
|
|
2647
|
-
};
|
|
2648
|
-
};
|
|
2649
|
-
};
|
|
2650
|
-
readonly flags: {
|
|
2651
|
-
readonly kind: "Shacl";
|
|
2652
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
|
|
2653
|
-
readonly type: {
|
|
2654
|
-
readonly kind: "Option";
|
|
2655
|
-
readonly itemType: {
|
|
2656
|
-
readonly kind: "String";
|
|
2657
|
-
};
|
|
2658
|
-
};
|
|
2659
|
-
};
|
|
2660
|
-
readonly hasValues: {
|
|
2661
|
-
readonly kind: "Shacl";
|
|
2662
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
|
|
2663
|
-
readonly type: {
|
|
2664
|
-
readonly kind: "Set";
|
|
2665
|
-
readonly itemType: {
|
|
2666
|
-
readonly kind: "Term";
|
|
2667
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
2668
|
-
};
|
|
2669
|
-
};
|
|
2670
|
-
};
|
|
2671
|
-
readonly ignore: {
|
|
2672
|
-
readonly kind: "Shacl";
|
|
2673
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#ignore">;
|
|
2674
|
-
readonly type: {
|
|
2675
|
-
readonly kind: "DefaultValue";
|
|
2676
|
-
readonly itemType: {
|
|
2677
|
-
readonly kind: "Boolean";
|
|
2678
|
-
};
|
|
2679
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
2680
|
-
};
|
|
2681
|
-
};
|
|
2682
|
-
readonly in_: {
|
|
2683
|
-
readonly kind: "Shacl";
|
|
2684
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
|
|
2685
|
-
readonly type: {
|
|
2686
|
-
readonly kind: "Option";
|
|
2687
|
-
readonly itemType: {
|
|
2688
|
-
readonly kind: "List";
|
|
2689
|
-
readonly itemType: {
|
|
2690
|
-
readonly kind: "Term";
|
|
2691
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
2692
|
-
};
|
|
2693
|
-
};
|
|
2694
|
-
};
|
|
2695
|
-
};
|
|
2696
|
-
readonly isDefinedBy: {
|
|
2697
|
-
readonly kind: "Shacl";
|
|
2698
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
|
|
2699
|
-
readonly type: {
|
|
2700
|
-
readonly kind: "Option";
|
|
2701
|
-
readonly itemType: {
|
|
2702
|
-
readonly kind: "Identifier";
|
|
2703
|
-
};
|
|
2704
|
-
};
|
|
2705
|
-
};
|
|
2706
|
-
readonly label: {
|
|
2707
|
-
readonly kind: "Shacl";
|
|
2708
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
2709
|
-
readonly type: {
|
|
2710
|
-
readonly kind: "Option";
|
|
2711
|
-
readonly itemType: {
|
|
2712
|
-
readonly kind: "String";
|
|
2713
|
-
};
|
|
2714
|
-
};
|
|
2715
|
-
};
|
|
2716
|
-
readonly languageIn: {
|
|
2717
|
-
readonly kind: "Shacl";
|
|
2718
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
|
|
2719
|
-
readonly type: {
|
|
2720
|
-
readonly kind: "Option";
|
|
2721
|
-
readonly itemType: {
|
|
2722
|
-
readonly kind: "List";
|
|
2723
|
-
readonly itemType: {
|
|
2724
|
-
readonly kind: "String";
|
|
2725
|
-
};
|
|
2726
|
-
};
|
|
2727
|
-
};
|
|
2728
|
-
};
|
|
2729
|
-
readonly maxExclusive: {
|
|
2730
|
-
readonly kind: "Shacl";
|
|
2731
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
|
|
2732
|
-
readonly type: {
|
|
2733
|
-
readonly kind: "Option";
|
|
2734
|
-
readonly itemType: {
|
|
2735
|
-
readonly kind: "Literal";
|
|
2736
|
-
};
|
|
2737
|
-
};
|
|
2738
|
-
};
|
|
2739
|
-
readonly maxInclusive: {
|
|
2740
|
-
readonly kind: "Shacl";
|
|
2741
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
|
|
2742
|
-
readonly type: {
|
|
2743
|
-
readonly kind: "Option";
|
|
2744
|
-
readonly itemType: {
|
|
2745
|
-
readonly kind: "Literal";
|
|
2746
|
-
};
|
|
2747
|
-
};
|
|
2748
|
-
};
|
|
2749
|
-
readonly maxLength: {
|
|
2750
|
-
readonly kind: "Shacl";
|
|
2751
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
|
|
2752
|
-
readonly type: {
|
|
2753
|
-
readonly kind: "Option";
|
|
2754
|
-
readonly itemType: {
|
|
2755
|
-
readonly kind: "BigInt";
|
|
2756
|
-
};
|
|
2757
|
-
};
|
|
2758
|
-
};
|
|
2759
|
-
readonly message: {
|
|
2760
|
-
readonly kind: "Shacl";
|
|
2761
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#message">;
|
|
2762
|
-
readonly type: {
|
|
2763
|
-
readonly kind: "Option";
|
|
2764
|
-
readonly itemType: {
|
|
2765
|
-
readonly kind: "String";
|
|
2766
|
-
};
|
|
2767
|
-
};
|
|
2768
|
-
};
|
|
2769
|
-
readonly minExclusive: {
|
|
2770
|
-
readonly kind: "Shacl";
|
|
2771
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
|
|
2772
|
-
readonly type: {
|
|
2773
|
-
readonly kind: "Option";
|
|
2774
|
-
readonly itemType: {
|
|
2775
|
-
readonly kind: "Literal";
|
|
2776
|
-
};
|
|
2777
|
-
};
|
|
2778
|
-
};
|
|
2779
|
-
readonly minInclusive: {
|
|
2780
|
-
readonly kind: "Shacl";
|
|
2781
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
|
|
2782
|
-
readonly type: {
|
|
2783
|
-
readonly kind: "Option";
|
|
2784
|
-
readonly itemType: {
|
|
2785
|
-
readonly kind: "Literal";
|
|
2786
|
-
};
|
|
2787
|
-
};
|
|
2788
|
-
};
|
|
2789
|
-
readonly minLength: {
|
|
2790
|
-
readonly kind: "Shacl";
|
|
2791
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
|
|
2792
|
-
readonly type: {
|
|
2793
|
-
readonly kind: "Option";
|
|
2794
|
-
readonly itemType: {
|
|
2795
|
-
readonly kind: "BigInt";
|
|
2796
|
-
};
|
|
2797
|
-
};
|
|
2798
|
-
};
|
|
2799
|
-
readonly mutable: {
|
|
2800
|
-
readonly kind: "Shacl";
|
|
2801
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
|
|
2802
|
-
readonly type: {
|
|
2803
|
-
readonly kind: "Option";
|
|
2804
|
-
readonly itemType: {
|
|
2805
|
-
readonly kind: "Boolean";
|
|
2806
|
-
};
|
|
2807
|
-
};
|
|
2808
|
-
};
|
|
2809
|
-
readonly node: {
|
|
2810
|
-
readonly kind: "Shacl";
|
|
2811
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
|
|
2812
|
-
readonly type: {
|
|
2813
|
-
readonly kind: "Option";
|
|
2814
|
-
readonly itemType: {
|
|
2815
|
-
readonly kind: "Identifier";
|
|
2816
|
-
};
|
|
2817
|
-
};
|
|
2818
|
-
};
|
|
2819
|
-
readonly nodeKind: {
|
|
2820
|
-
readonly kind: "Shacl";
|
|
2821
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
|
|
2822
|
-
readonly type: {
|
|
2823
|
-
readonly kind: "Option";
|
|
2824
|
-
readonly itemType: {
|
|
2825
|
-
readonly kind: "Iri";
|
|
2826
|
-
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">];
|
|
2827
|
-
};
|
|
2828
|
-
};
|
|
2829
|
-
};
|
|
2830
|
-
readonly not: {
|
|
2831
|
-
readonly kind: "Shacl";
|
|
2832
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
|
|
2833
|
-
readonly type: {
|
|
2834
|
-
readonly kind: "Set";
|
|
2835
|
-
readonly itemType: {
|
|
2836
|
-
readonly kind: "Identifier";
|
|
2837
|
-
};
|
|
2838
|
-
};
|
|
2839
|
-
};
|
|
2840
|
-
readonly or: {
|
|
2841
|
-
readonly kind: "Shacl";
|
|
2842
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
|
|
2843
|
-
readonly type: {
|
|
2844
|
-
readonly kind: "Option";
|
|
2845
|
-
readonly itemType: {
|
|
2846
|
-
readonly kind: "List";
|
|
2847
|
-
readonly itemType: {
|
|
2848
|
-
readonly kind: "Identifier";
|
|
2849
|
-
};
|
|
2850
|
-
};
|
|
2851
|
-
};
|
|
2852
|
-
};
|
|
2853
|
-
readonly pattern: {
|
|
2854
|
-
readonly kind: "Shacl";
|
|
2855
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
|
|
2856
|
-
readonly type: {
|
|
2857
|
-
readonly kind: "Option";
|
|
2858
|
-
readonly itemType: {
|
|
2859
|
-
readonly kind: "String";
|
|
2860
|
-
};
|
|
2861
|
-
};
|
|
2862
|
-
};
|
|
2863
|
-
readonly severity: {
|
|
2864
|
-
readonly kind: "Shacl";
|
|
2865
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#severity">;
|
|
2866
|
-
readonly type: {
|
|
2867
|
-
readonly kind: "Option";
|
|
2868
|
-
readonly itemType: {
|
|
2869
|
-
readonly kind: "Iri";
|
|
2870
|
-
readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Info">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Warning">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Violation">];
|
|
2871
|
-
};
|
|
2872
|
-
};
|
|
2873
|
-
};
|
|
2874
|
-
readonly shaclmateName: {
|
|
2875
|
-
readonly kind: "Shacl";
|
|
2876
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
|
|
2877
|
-
readonly type: {
|
|
2878
|
-
readonly kind: "Option";
|
|
2879
|
-
readonly itemType: {
|
|
2880
|
-
readonly kind: "String";
|
|
2881
|
-
};
|
|
2882
|
-
};
|
|
2883
|
-
};
|
|
2884
|
-
readonly targetClasses: {
|
|
2885
|
-
readonly kind: "Shacl";
|
|
2886
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetClass">;
|
|
2887
|
-
readonly type: {
|
|
2888
|
-
readonly kind: "Set";
|
|
2889
|
-
readonly itemType: {
|
|
2890
|
-
readonly kind: "Iri";
|
|
2891
|
-
};
|
|
2892
|
-
};
|
|
2893
|
-
};
|
|
2894
|
-
readonly targetNodes: {
|
|
2895
|
-
readonly kind: "Shacl";
|
|
2896
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetNode">;
|
|
2897
|
-
readonly type: {
|
|
2898
|
-
readonly kind: "Set";
|
|
2899
|
-
readonly itemType: {
|
|
2900
|
-
readonly kind: "Term";
|
|
2901
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
2902
|
-
};
|
|
2903
|
-
};
|
|
2904
|
-
};
|
|
2905
|
-
readonly targetObjectsOf: {
|
|
2906
|
-
readonly kind: "Shacl";
|
|
2907
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetObjectsOf">;
|
|
2908
|
-
readonly type: {
|
|
2909
|
-
readonly kind: "Set";
|
|
2910
|
-
readonly itemType: {
|
|
2911
|
-
readonly kind: "Iri";
|
|
2912
|
-
};
|
|
2913
|
-
};
|
|
2914
|
-
};
|
|
2915
|
-
readonly targetSubjectsOf: {
|
|
2916
|
-
readonly kind: "Shacl";
|
|
2917
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetSubjectsOf">;
|
|
2918
|
-
readonly type: {
|
|
2919
|
-
readonly kind: "Set";
|
|
2920
|
-
readonly itemType: {
|
|
2921
|
-
readonly kind: "Iri";
|
|
2922
|
-
};
|
|
2923
|
-
};
|
|
2924
|
-
};
|
|
2925
|
-
readonly xone: {
|
|
2926
|
-
readonly kind: "Shacl";
|
|
2927
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
|
|
2928
|
-
readonly type: {
|
|
2929
|
-
readonly kind: "Option";
|
|
2930
|
-
readonly itemType: {
|
|
2931
|
-
readonly kind: "List";
|
|
2932
|
-
readonly itemType: {
|
|
2933
|
-
readonly kind: "Identifier";
|
|
2934
|
-
};
|
|
2935
|
-
};
|
|
2936
|
-
};
|
|
2937
|
-
};
|
|
2938
|
-
};
|
|
2939
|
-
};
|
|
2940
|
-
const toRdfResource: $ToRdfResourceFunction<Shape>;
|
|
2941
|
-
const toRdfResourceValues: (value: Shape, _options: {
|
|
2942
|
-
graph?: Exclude<Quad_Graph, Variable>;
|
|
2943
|
-
ignoreRdfType?: boolean;
|
|
2944
|
-
propertyPath: $PropertyPath;
|
|
2945
|
-
resource: Resource;
|
|
2946
|
-
resourceSet: ResourceSet;
|
|
2947
|
-
}) => (BlankNode | NamedNode)[];
|
|
2948
|
-
}
|
|
2949
|
-
export type $Object = NodeShape | Ontology | PropertyGroup | PropertyShape;
|
|
2950
|
-
export declare namespace $Object {
|
|
2951
|
-
const $toString: (value: $Object) => string;
|
|
2952
|
-
const fromRdfResource: $FromRdfResourceFunction<$Object>;
|
|
2953
|
-
const fromRdfResourceValues: $FromRdfResourceValuesFunction<$Object, typeof $Object.schema>;
|
|
2954
|
-
type Identifier = BlankNode | NamedNode;
|
|
2955
|
-
namespace Identifier {
|
|
2956
|
-
const parse: (value: string) => Either<Error, import("@rdfx/string/dist/Identifier.js").Identifier>;
|
|
2957
|
-
const stringify: typeof NTriplesTerm.stringify;
|
|
2958
|
-
}
|
|
2959
|
-
const schema: {
|
|
2960
|
-
readonly kind: "ObjectUnion";
|
|
2961
|
-
readonly members: {
|
|
2962
|
-
readonly NodeShape: {
|
|
2963
|
-
readonly discriminantValues: readonly ["NodeShape"];
|
|
2964
|
-
readonly type: {
|
|
2965
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#NodeShape">;
|
|
2966
|
-
readonly properties: {
|
|
2967
|
-
readonly $identifier: {
|
|
2968
|
-
readonly kind: "Identifier";
|
|
2969
|
-
readonly type: {
|
|
2970
|
-
readonly kind: "Identifier";
|
|
2971
|
-
};
|
|
2972
|
-
};
|
|
2973
|
-
readonly and: {
|
|
2974
|
-
readonly kind: "Shacl";
|
|
2975
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
|
|
2976
|
-
readonly type: {
|
|
2977
|
-
readonly kind: "Option";
|
|
2978
|
-
readonly itemType: {
|
|
2979
|
-
readonly kind: "List";
|
|
2980
|
-
readonly itemType: {
|
|
2981
|
-
readonly kind: "Identifier";
|
|
2982
|
-
};
|
|
2983
|
-
};
|
|
2984
|
-
};
|
|
2985
|
-
};
|
|
2986
|
-
readonly classes: {
|
|
2987
|
-
readonly kind: "Shacl";
|
|
2988
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
|
|
2989
|
-
readonly type: {
|
|
2990
|
-
readonly kind: "Set";
|
|
2991
|
-
readonly itemType: {
|
|
2992
|
-
readonly kind: "Iri";
|
|
2993
|
-
};
|
|
2994
|
-
};
|
|
2995
|
-
};
|
|
2996
|
-
readonly closed: {
|
|
2997
|
-
readonly kind: "Shacl";
|
|
2998
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#closed">;
|
|
2999
|
-
readonly type: {
|
|
3000
|
-
readonly kind: "Option";
|
|
3001
|
-
readonly itemType: {
|
|
3002
|
-
readonly kind: "Boolean";
|
|
3003
|
-
};
|
|
3004
|
-
};
|
|
3005
|
-
};
|
|
3006
|
-
readonly comment: {
|
|
3007
|
-
readonly kind: "Shacl";
|
|
3008
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
3009
|
-
readonly type: {
|
|
3010
|
-
readonly kind: "Option";
|
|
3011
|
-
readonly itemType: {
|
|
3012
|
-
readonly kind: "String";
|
|
3013
|
-
};
|
|
3014
|
-
};
|
|
3015
|
-
};
|
|
3016
|
-
readonly datatype: {
|
|
3017
|
-
readonly kind: "Shacl";
|
|
3018
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
|
|
3019
|
-
readonly type: {
|
|
3020
|
-
readonly kind: "Option";
|
|
3021
|
-
readonly itemType: {
|
|
3022
|
-
readonly kind: "Iri";
|
|
3023
|
-
};
|
|
3024
|
-
};
|
|
3025
|
-
};
|
|
3026
|
-
readonly deactivated: {
|
|
3027
|
-
readonly kind: "Shacl";
|
|
3028
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
|
|
3029
|
-
readonly type: {
|
|
3030
|
-
readonly kind: "Option";
|
|
3031
|
-
readonly itemType: {
|
|
3032
|
-
readonly kind: "Boolean";
|
|
3033
|
-
};
|
|
3034
|
-
};
|
|
3035
|
-
};
|
|
3036
|
-
readonly discriminantValue: {
|
|
3037
|
-
readonly kind: "Shacl";
|
|
3038
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#discriminantValue">;
|
|
3039
|
-
readonly type: {
|
|
3040
|
-
readonly kind: "Option";
|
|
3041
|
-
readonly itemType: {
|
|
3042
|
-
readonly kind: "String";
|
|
3043
|
-
};
|
|
3044
|
-
};
|
|
3045
|
-
};
|
|
3046
|
-
readonly extern: {
|
|
3047
|
-
readonly kind: "Shacl";
|
|
3048
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#extern">;
|
|
3049
|
-
readonly type: {
|
|
3050
|
-
readonly kind: "Option";
|
|
3051
|
-
readonly itemType: {
|
|
3052
|
-
readonly kind: "Boolean";
|
|
3053
|
-
};
|
|
3054
|
-
};
|
|
3055
|
-
};
|
|
3056
|
-
readonly flags: {
|
|
3057
|
-
readonly kind: "Shacl";
|
|
3058
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
|
|
3059
|
-
readonly type: {
|
|
3060
|
-
readonly kind: "Option";
|
|
3061
|
-
readonly itemType: {
|
|
3062
|
-
readonly kind: "String";
|
|
3063
|
-
};
|
|
3064
|
-
};
|
|
3065
|
-
};
|
|
3066
|
-
readonly fromRdfType: {
|
|
3067
|
-
readonly kind: "Shacl";
|
|
3068
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#fromRdfType">;
|
|
3069
|
-
readonly type: {
|
|
3070
|
-
readonly kind: "Option";
|
|
3071
|
-
readonly itemType: {
|
|
3072
|
-
readonly kind: "Iri";
|
|
3073
|
-
};
|
|
3074
|
-
};
|
|
3075
|
-
};
|
|
3076
|
-
readonly hasValues: {
|
|
3077
|
-
readonly kind: "Shacl";
|
|
3078
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
|
|
3079
|
-
readonly type: {
|
|
3080
|
-
readonly kind: "Set";
|
|
3081
|
-
readonly itemType: {
|
|
3082
|
-
readonly kind: "Term";
|
|
3083
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
3084
|
-
};
|
|
3085
|
-
};
|
|
3086
|
-
};
|
|
3087
|
-
readonly ignore: {
|
|
3088
|
-
readonly kind: "Shacl";
|
|
3089
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#ignore">;
|
|
3090
|
-
readonly type: {
|
|
3091
|
-
readonly kind: "DefaultValue";
|
|
3092
|
-
readonly itemType: {
|
|
3093
|
-
readonly kind: "Boolean";
|
|
3094
|
-
};
|
|
3095
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
3096
|
-
};
|
|
3097
|
-
};
|
|
3098
|
-
readonly ignoredProperties: {
|
|
3099
|
-
readonly kind: "Shacl";
|
|
3100
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#ignoredProperties">;
|
|
3101
|
-
readonly type: {
|
|
3102
|
-
readonly kind: "Option";
|
|
3103
|
-
readonly itemType: {
|
|
3104
|
-
readonly kind: "List";
|
|
3105
|
-
readonly itemType: {
|
|
3106
|
-
readonly kind: "Iri";
|
|
3107
|
-
};
|
|
3108
|
-
};
|
|
3109
|
-
};
|
|
3110
|
-
};
|
|
3111
|
-
readonly in_: {
|
|
3112
|
-
readonly kind: "Shacl";
|
|
3113
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
|
|
3114
|
-
readonly type: {
|
|
3115
|
-
readonly kind: "Option";
|
|
3116
|
-
readonly itemType: {
|
|
3117
|
-
readonly kind: "List";
|
|
3118
|
-
readonly itemType: {
|
|
3119
|
-
readonly kind: "Term";
|
|
3120
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
3121
|
-
};
|
|
3122
|
-
};
|
|
3123
|
-
};
|
|
3124
|
-
};
|
|
3125
|
-
readonly isDefinedBy: {
|
|
3126
|
-
readonly kind: "Shacl";
|
|
3127
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
|
|
3128
|
-
readonly type: {
|
|
3129
|
-
readonly kind: "Option";
|
|
3130
|
-
readonly itemType: {
|
|
3131
|
-
readonly kind: "Identifier";
|
|
3132
|
-
};
|
|
3133
|
-
};
|
|
3134
|
-
};
|
|
3135
|
-
readonly label: {
|
|
3136
|
-
readonly kind: "Shacl";
|
|
3137
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
3138
|
-
readonly type: {
|
|
3139
|
-
readonly kind: "Option";
|
|
3140
|
-
readonly itemType: {
|
|
3141
|
-
readonly kind: "String";
|
|
3142
|
-
};
|
|
3143
|
-
};
|
|
3144
|
-
};
|
|
3145
|
-
readonly languageIn: {
|
|
3146
|
-
readonly kind: "Shacl";
|
|
3147
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
|
|
3148
|
-
readonly type: {
|
|
3149
|
-
readonly kind: "Option";
|
|
3150
|
-
readonly itemType: {
|
|
3151
|
-
readonly kind: "List";
|
|
3152
|
-
readonly itemType: {
|
|
3153
|
-
readonly kind: "String";
|
|
3154
|
-
};
|
|
3155
|
-
};
|
|
3156
|
-
};
|
|
3157
|
-
};
|
|
3158
|
-
readonly maxExclusive: {
|
|
3159
|
-
readonly kind: "Shacl";
|
|
3160
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
|
|
3161
|
-
readonly type: {
|
|
3162
|
-
readonly kind: "Option";
|
|
3163
|
-
readonly itemType: {
|
|
3164
|
-
readonly kind: "Literal";
|
|
3165
|
-
};
|
|
3166
|
-
};
|
|
3167
|
-
};
|
|
3168
|
-
readonly maxInclusive: {
|
|
3169
|
-
readonly kind: "Shacl";
|
|
3170
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
|
|
3171
|
-
readonly type: {
|
|
3172
|
-
readonly kind: "Option";
|
|
3173
|
-
readonly itemType: {
|
|
3174
|
-
readonly kind: "Literal";
|
|
3175
|
-
};
|
|
3176
|
-
};
|
|
3177
|
-
};
|
|
3178
|
-
readonly maxLength: {
|
|
3179
|
-
readonly kind: "Shacl";
|
|
3180
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
|
|
3181
|
-
readonly type: {
|
|
3182
|
-
readonly kind: "Option";
|
|
3183
|
-
readonly itemType: {
|
|
3184
|
-
readonly kind: "BigInt";
|
|
3185
|
-
};
|
|
3186
|
-
};
|
|
3187
|
-
};
|
|
3188
|
-
readonly message: {
|
|
3189
|
-
readonly kind: "Shacl";
|
|
3190
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#message">;
|
|
3191
|
-
readonly type: {
|
|
3192
|
-
readonly kind: "Option";
|
|
3193
|
-
readonly itemType: {
|
|
3194
|
-
readonly kind: "String";
|
|
3195
|
-
};
|
|
3196
|
-
};
|
|
3197
|
-
};
|
|
3198
|
-
readonly minExclusive: {
|
|
3199
|
-
readonly kind: "Shacl";
|
|
3200
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
|
|
3201
|
-
readonly type: {
|
|
3202
|
-
readonly kind: "Option";
|
|
3203
|
-
readonly itemType: {
|
|
3204
|
-
readonly kind: "Literal";
|
|
3205
|
-
};
|
|
3206
|
-
};
|
|
3207
|
-
};
|
|
3208
|
-
readonly minInclusive: {
|
|
3209
|
-
readonly kind: "Shacl";
|
|
3210
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
|
|
3211
|
-
readonly type: {
|
|
3212
|
-
readonly kind: "Option";
|
|
3213
|
-
readonly itemType: {
|
|
3214
|
-
readonly kind: "Literal";
|
|
3215
|
-
};
|
|
3216
|
-
};
|
|
3217
|
-
};
|
|
3218
|
-
readonly minLength: {
|
|
3219
|
-
readonly kind: "Shacl";
|
|
3220
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
|
|
3221
|
-
readonly type: {
|
|
3222
|
-
readonly kind: "Option";
|
|
3223
|
-
readonly itemType: {
|
|
3224
|
-
readonly kind: "BigInt";
|
|
3225
|
-
};
|
|
3226
|
-
};
|
|
3227
|
-
};
|
|
3228
|
-
readonly mutable: {
|
|
3229
|
-
readonly kind: "Shacl";
|
|
3230
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
|
|
3231
|
-
readonly type: {
|
|
3232
|
-
readonly kind: "Option";
|
|
3233
|
-
readonly itemType: {
|
|
3234
|
-
readonly kind: "Boolean";
|
|
3235
|
-
};
|
|
3236
|
-
};
|
|
3237
|
-
};
|
|
3238
|
-
readonly node: {
|
|
3239
|
-
readonly kind: "Shacl";
|
|
3240
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
|
|
3241
|
-
readonly type: {
|
|
3242
|
-
readonly kind: "Option";
|
|
3243
|
-
readonly itemType: {
|
|
3244
|
-
readonly kind: "Identifier";
|
|
3245
|
-
};
|
|
3246
|
-
};
|
|
3247
|
-
};
|
|
3248
|
-
readonly nodeKind: {
|
|
3249
|
-
readonly kind: "Shacl";
|
|
3250
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
|
|
3251
|
-
readonly type: {
|
|
3252
|
-
readonly kind: "Option";
|
|
3253
|
-
readonly itemType: {
|
|
3254
|
-
readonly kind: "Iri";
|
|
3255
|
-
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">];
|
|
3256
|
-
};
|
|
3257
|
-
};
|
|
3258
|
-
};
|
|
3259
|
-
readonly not: {
|
|
3260
|
-
readonly kind: "Shacl";
|
|
3261
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
|
|
3262
|
-
readonly type: {
|
|
3263
|
-
readonly kind: "Set";
|
|
3264
|
-
readonly itemType: {
|
|
3265
|
-
readonly kind: "Identifier";
|
|
3266
|
-
};
|
|
3267
|
-
};
|
|
3268
|
-
};
|
|
3269
|
-
readonly or: {
|
|
3270
|
-
readonly kind: "Shacl";
|
|
3271
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
|
|
3272
|
-
readonly type: {
|
|
3273
|
-
readonly kind: "Option";
|
|
3274
|
-
readonly itemType: {
|
|
3275
|
-
readonly kind: "List";
|
|
3276
|
-
readonly itemType: {
|
|
3277
|
-
readonly kind: "Identifier";
|
|
3278
|
-
};
|
|
3279
|
-
};
|
|
3280
|
-
};
|
|
3281
|
-
};
|
|
3282
|
-
readonly pattern: {
|
|
3283
|
-
readonly kind: "Shacl";
|
|
3284
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
|
|
3285
|
-
readonly type: {
|
|
3286
|
-
readonly kind: "Option";
|
|
3287
|
-
readonly itemType: {
|
|
3288
|
-
readonly kind: "String";
|
|
3289
|
-
};
|
|
3290
|
-
};
|
|
3291
|
-
};
|
|
3292
|
-
readonly properties: {
|
|
3293
|
-
readonly kind: "Shacl";
|
|
3294
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#property">;
|
|
3295
|
-
readonly type: {
|
|
3296
|
-
readonly kind: "Set";
|
|
3297
|
-
readonly itemType: {
|
|
3298
|
-
readonly kind: "Identifier";
|
|
3299
|
-
};
|
|
3300
|
-
};
|
|
3301
|
-
};
|
|
3302
|
-
readonly rdfType: {
|
|
3303
|
-
readonly kind: "Shacl";
|
|
3304
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#rdfType">;
|
|
3305
|
-
readonly type: {
|
|
3306
|
-
readonly kind: "Option";
|
|
3307
|
-
readonly itemType: {
|
|
3308
|
-
readonly kind: "Iri";
|
|
3309
|
-
};
|
|
3310
|
-
};
|
|
3311
|
-
};
|
|
3312
|
-
readonly severity: {
|
|
3313
|
-
readonly kind: "Shacl";
|
|
3314
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#severity">;
|
|
3315
|
-
readonly type: {
|
|
3316
|
-
readonly kind: "Option";
|
|
3317
|
-
readonly itemType: {
|
|
3318
|
-
readonly kind: "Iri";
|
|
3319
|
-
readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Info">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Warning">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Violation">];
|
|
3320
|
-
};
|
|
3321
|
-
};
|
|
3322
|
-
};
|
|
3323
|
-
readonly shaclmateName: {
|
|
3324
|
-
readonly kind: "Shacl";
|
|
3325
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
|
|
3326
|
-
readonly type: {
|
|
3327
|
-
readonly kind: "Option";
|
|
3328
|
-
readonly itemType: {
|
|
3329
|
-
readonly kind: "String";
|
|
3330
|
-
};
|
|
3331
|
-
};
|
|
3332
|
-
};
|
|
3333
|
-
readonly subClassOf: {
|
|
3334
|
-
readonly kind: "Shacl";
|
|
3335
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#subClassOf">;
|
|
3336
|
-
readonly type: {
|
|
3337
|
-
readonly kind: "Set";
|
|
3338
|
-
readonly itemType: {
|
|
3339
|
-
readonly kind: "Iri";
|
|
3340
|
-
};
|
|
3341
|
-
};
|
|
3342
|
-
};
|
|
3343
|
-
readonly targetClasses: {
|
|
3344
|
-
readonly kind: "Shacl";
|
|
3345
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetClass">;
|
|
3346
|
-
readonly type: {
|
|
3347
|
-
readonly kind: "Set";
|
|
3348
|
-
readonly itemType: {
|
|
3349
|
-
readonly kind: "Iri";
|
|
3350
|
-
};
|
|
3351
|
-
};
|
|
3352
|
-
};
|
|
3353
|
-
readonly targetNodes: {
|
|
3354
|
-
readonly kind: "Shacl";
|
|
3355
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetNode">;
|
|
3356
|
-
readonly type: {
|
|
3357
|
-
readonly kind: "Set";
|
|
3358
|
-
readonly itemType: {
|
|
3359
|
-
readonly kind: "Term";
|
|
3360
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
3361
|
-
};
|
|
3362
|
-
};
|
|
3363
|
-
};
|
|
3364
|
-
readonly targetObjectsOf: {
|
|
3365
|
-
readonly kind: "Shacl";
|
|
3366
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetObjectsOf">;
|
|
3367
|
-
readonly type: {
|
|
3368
|
-
readonly kind: "Set";
|
|
3369
|
-
readonly itemType: {
|
|
3370
|
-
readonly kind: "Iri";
|
|
3371
|
-
};
|
|
3372
|
-
};
|
|
3373
|
-
};
|
|
3374
|
-
readonly targetSubjectsOf: {
|
|
3375
|
-
readonly kind: "Shacl";
|
|
3376
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetSubjectsOf">;
|
|
3377
|
-
readonly type: {
|
|
3378
|
-
readonly kind: "Set";
|
|
3379
|
-
readonly itemType: {
|
|
3380
|
-
readonly kind: "Iri";
|
|
3381
|
-
};
|
|
3382
|
-
};
|
|
3383
|
-
};
|
|
3384
|
-
readonly toRdfTypes: {
|
|
3385
|
-
readonly kind: "Shacl";
|
|
3386
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#toRdfType">;
|
|
3387
|
-
readonly type: {
|
|
3388
|
-
readonly kind: "Set";
|
|
3389
|
-
readonly itemType: {
|
|
3390
|
-
readonly kind: "Iri";
|
|
3391
|
-
};
|
|
3392
|
-
};
|
|
3393
|
-
};
|
|
3394
|
-
readonly tsImports: {
|
|
3395
|
-
readonly kind: "Shacl";
|
|
3396
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#tsImport">;
|
|
3397
|
-
readonly type: {
|
|
3398
|
-
readonly kind: "Set";
|
|
3399
|
-
readonly itemType: {
|
|
3400
|
-
readonly kind: "String";
|
|
3401
|
-
};
|
|
3402
|
-
};
|
|
3403
|
-
};
|
|
3404
|
-
readonly types: {
|
|
3405
|
-
readonly kind: "Shacl";
|
|
3406
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/1999/02/22-rdf-syntax-ns#type">;
|
|
3407
|
-
readonly type: {
|
|
3408
|
-
readonly kind: "Set";
|
|
3409
|
-
readonly itemType: {
|
|
3410
|
-
readonly kind: "Iri";
|
|
3411
|
-
};
|
|
3412
|
-
};
|
|
3413
|
-
};
|
|
3414
|
-
readonly xone: {
|
|
3415
|
-
readonly kind: "Shacl";
|
|
3416
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
|
|
3417
|
-
readonly type: {
|
|
3418
|
-
readonly kind: "Option";
|
|
3419
|
-
readonly itemType: {
|
|
3420
|
-
readonly kind: "List";
|
|
3421
|
-
readonly itemType: {
|
|
3422
|
-
readonly kind: "Identifier";
|
|
3423
|
-
};
|
|
3424
|
-
};
|
|
3425
|
-
};
|
|
3426
|
-
};
|
|
3427
|
-
};
|
|
3428
|
-
};
|
|
3429
|
-
};
|
|
3430
|
-
readonly Ontology: {
|
|
3431
|
-
readonly discriminantValues: readonly ["Ontology"];
|
|
3432
|
-
readonly type: {
|
|
3433
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2002/07/owl#Ontology">;
|
|
3434
|
-
readonly properties: {
|
|
3435
|
-
readonly $identifier: {
|
|
3436
|
-
readonly kind: "Identifier";
|
|
3437
|
-
readonly type: {
|
|
3438
|
-
readonly kind: "Identifier";
|
|
3439
|
-
};
|
|
3440
|
-
};
|
|
3441
|
-
readonly comment: {
|
|
3442
|
-
readonly kind: "Shacl";
|
|
3443
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
3444
|
-
readonly type: {
|
|
3445
|
-
readonly kind: "Option";
|
|
3446
|
-
readonly itemType: {
|
|
3447
|
-
readonly kind: "String";
|
|
3448
|
-
};
|
|
3449
|
-
};
|
|
3450
|
-
};
|
|
3451
|
-
readonly label: {
|
|
3452
|
-
readonly kind: "Shacl";
|
|
3453
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
3454
|
-
readonly type: {
|
|
3455
|
-
readonly kind: "Option";
|
|
3456
|
-
readonly itemType: {
|
|
3457
|
-
readonly kind: "String";
|
|
3458
|
-
};
|
|
3459
|
-
};
|
|
3460
|
-
};
|
|
3461
|
-
};
|
|
3462
|
-
};
|
|
3463
|
-
};
|
|
3464
|
-
readonly PropertyGroup: {
|
|
3465
|
-
readonly discriminantValues: readonly ["PropertyGroup"];
|
|
3466
|
-
readonly type: {
|
|
3467
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#PropertyGroup">;
|
|
3468
|
-
readonly properties: {
|
|
3469
|
-
readonly $identifier: {
|
|
3470
|
-
readonly kind: "Identifier";
|
|
3471
|
-
readonly type: {
|
|
3472
|
-
readonly kind: "Identifier";
|
|
3473
|
-
};
|
|
3474
|
-
};
|
|
3475
|
-
readonly comment: {
|
|
3476
|
-
readonly kind: "Shacl";
|
|
3477
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
3478
|
-
readonly type: {
|
|
3479
|
-
readonly kind: "Option";
|
|
3480
|
-
readonly itemType: {
|
|
3481
|
-
readonly kind: "String";
|
|
3482
|
-
};
|
|
3483
|
-
};
|
|
3484
|
-
};
|
|
3485
|
-
readonly label: {
|
|
3486
|
-
readonly kind: "Shacl";
|
|
3487
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
3488
|
-
readonly type: {
|
|
3489
|
-
readonly kind: "Option";
|
|
3490
|
-
readonly itemType: {
|
|
3491
|
-
readonly kind: "String";
|
|
3492
|
-
};
|
|
3493
|
-
};
|
|
3494
|
-
};
|
|
3495
|
-
};
|
|
3496
|
-
};
|
|
3497
|
-
};
|
|
3498
|
-
readonly PropertyShape: {
|
|
3499
|
-
readonly discriminantValues: readonly ["PropertyShape"];
|
|
3500
|
-
readonly type: {
|
|
3501
|
-
readonly fromRdfType: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#PropertyShape">;
|
|
3502
|
-
readonly properties: {
|
|
3503
|
-
readonly $identifier: {
|
|
3504
|
-
readonly kind: "Identifier";
|
|
3505
|
-
readonly type: {
|
|
3506
|
-
readonly kind: "Identifier";
|
|
3507
|
-
};
|
|
3508
|
-
};
|
|
3509
|
-
readonly and: {
|
|
3510
|
-
readonly kind: "Shacl";
|
|
3511
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#and">;
|
|
3512
|
-
readonly type: {
|
|
3513
|
-
readonly kind: "Option";
|
|
3514
|
-
readonly itemType: {
|
|
3515
|
-
readonly kind: "List";
|
|
3516
|
-
readonly itemType: {
|
|
3517
|
-
readonly kind: "Identifier";
|
|
3518
|
-
};
|
|
3519
|
-
};
|
|
3520
|
-
};
|
|
3521
|
-
};
|
|
3522
|
-
readonly classes: {
|
|
3523
|
-
readonly kind: "Shacl";
|
|
3524
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#class">;
|
|
3525
|
-
readonly type: {
|
|
3526
|
-
readonly kind: "Set";
|
|
3527
|
-
readonly itemType: {
|
|
3528
|
-
readonly kind: "Iri";
|
|
3529
|
-
};
|
|
3530
|
-
};
|
|
3531
|
-
};
|
|
3532
|
-
readonly comment: {
|
|
3533
|
-
readonly kind: "Shacl";
|
|
3534
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
3535
|
-
readonly type: {
|
|
3536
|
-
readonly kind: "Option";
|
|
3537
|
-
readonly itemType: {
|
|
3538
|
-
readonly kind: "String";
|
|
3539
|
-
};
|
|
3540
|
-
};
|
|
3541
|
-
};
|
|
3542
|
-
readonly datatype: {
|
|
3543
|
-
readonly kind: "Shacl";
|
|
3544
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#datatype">;
|
|
3545
|
-
readonly type: {
|
|
3546
|
-
readonly kind: "Option";
|
|
3547
|
-
readonly itemType: {
|
|
3548
|
-
readonly kind: "Iri";
|
|
3549
|
-
};
|
|
3550
|
-
};
|
|
3551
|
-
};
|
|
3552
|
-
readonly deactivated: {
|
|
3553
|
-
readonly kind: "Shacl";
|
|
3554
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#deactivated">;
|
|
3555
|
-
readonly type: {
|
|
3556
|
-
readonly kind: "Option";
|
|
3557
|
-
readonly itemType: {
|
|
3558
|
-
readonly kind: "Boolean";
|
|
3559
|
-
};
|
|
3560
|
-
};
|
|
3561
|
-
};
|
|
3562
|
-
readonly defaultValue: {
|
|
3563
|
-
readonly kind: "Shacl";
|
|
3564
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#defaultValue">;
|
|
3565
|
-
readonly type: {
|
|
3566
|
-
readonly kind: "Option";
|
|
3567
|
-
readonly itemType: {
|
|
3568
|
-
readonly kind: "Term";
|
|
3569
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
3570
|
-
};
|
|
3571
|
-
};
|
|
3572
|
-
};
|
|
3573
|
-
readonly description: {
|
|
3574
|
-
readonly kind: "Shacl";
|
|
3575
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#description">;
|
|
3576
|
-
readonly type: {
|
|
3577
|
-
readonly kind: "Option";
|
|
3578
|
-
readonly itemType: {
|
|
3579
|
-
readonly kind: "String";
|
|
3580
|
-
};
|
|
3581
|
-
};
|
|
3582
|
-
};
|
|
3583
|
-
readonly disjoint: {
|
|
3584
|
-
readonly kind: "Shacl";
|
|
3585
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#disjoint">;
|
|
3586
|
-
readonly type: {
|
|
3587
|
-
readonly kind: "Set";
|
|
3588
|
-
readonly itemType: {
|
|
3589
|
-
readonly kind: "Iri";
|
|
3590
|
-
};
|
|
3591
|
-
};
|
|
3592
|
-
};
|
|
3593
|
-
readonly display: {
|
|
3594
|
-
readonly kind: "Shacl";
|
|
3595
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#display">;
|
|
3596
|
-
readonly type: {
|
|
3597
|
-
readonly kind: "DefaultValue";
|
|
3598
|
-
readonly itemType: {
|
|
3599
|
-
readonly kind: "Boolean";
|
|
3600
|
-
};
|
|
3601
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
3602
|
-
};
|
|
3603
|
-
};
|
|
3604
|
-
readonly equals: {
|
|
3605
|
-
readonly kind: "Shacl";
|
|
3606
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#equals">;
|
|
3607
|
-
readonly type: {
|
|
3608
|
-
readonly kind: "Set";
|
|
3609
|
-
readonly itemType: {
|
|
3610
|
-
readonly kind: "Iri";
|
|
3611
|
-
};
|
|
3612
|
-
};
|
|
3613
|
-
};
|
|
3614
|
-
readonly flags: {
|
|
3615
|
-
readonly kind: "Shacl";
|
|
3616
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#flags">;
|
|
3617
|
-
readonly type: {
|
|
3618
|
-
readonly kind: "Option";
|
|
3619
|
-
readonly itemType: {
|
|
3620
|
-
readonly kind: "String";
|
|
3621
|
-
};
|
|
3622
|
-
};
|
|
3623
|
-
};
|
|
3624
|
-
readonly groups: {
|
|
3625
|
-
readonly kind: "Shacl";
|
|
3626
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#group">;
|
|
3627
|
-
readonly type: {
|
|
3628
|
-
readonly kind: "Set";
|
|
3629
|
-
readonly itemType: {
|
|
3630
|
-
readonly kind: "Identifier";
|
|
3631
|
-
};
|
|
3632
|
-
};
|
|
3633
|
-
};
|
|
3634
|
-
readonly hasValues: {
|
|
3635
|
-
readonly kind: "Shacl";
|
|
3636
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#hasValue">;
|
|
3637
|
-
readonly type: {
|
|
3638
|
-
readonly kind: "Set";
|
|
3639
|
-
readonly itemType: {
|
|
3640
|
-
readonly kind: "Term";
|
|
3641
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
3642
|
-
};
|
|
3643
|
-
};
|
|
3644
|
-
};
|
|
3645
|
-
readonly ignore: {
|
|
3646
|
-
readonly kind: "Shacl";
|
|
3647
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#ignore">;
|
|
3648
|
-
readonly type: {
|
|
3649
|
-
readonly kind: "DefaultValue";
|
|
3650
|
-
readonly itemType: {
|
|
3651
|
-
readonly kind: "Boolean";
|
|
3652
|
-
};
|
|
3653
|
-
readonly defaultValue: import("@rdfx/data-factory/dist/Literal.js").Literal;
|
|
3654
|
-
};
|
|
3655
|
-
};
|
|
3656
|
-
readonly in_: {
|
|
3657
|
-
readonly kind: "Shacl";
|
|
3658
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#in">;
|
|
3659
|
-
readonly type: {
|
|
3660
|
-
readonly kind: "Option";
|
|
3661
|
-
readonly itemType: {
|
|
3662
|
-
readonly kind: "List";
|
|
3663
|
-
readonly itemType: {
|
|
3664
|
-
readonly kind: "Term";
|
|
3665
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
3666
|
-
};
|
|
3667
|
-
};
|
|
3668
|
-
};
|
|
3669
|
-
};
|
|
3670
|
-
readonly isDefinedBy: {
|
|
3671
|
-
readonly kind: "Shacl";
|
|
3672
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#isDefinedBy">;
|
|
3673
|
-
readonly type: {
|
|
3674
|
-
readonly kind: "Option";
|
|
3675
|
-
readonly itemType: {
|
|
3676
|
-
readonly kind: "Identifier";
|
|
3677
|
-
};
|
|
3678
|
-
};
|
|
3679
|
-
};
|
|
3680
|
-
readonly label: {
|
|
3681
|
-
readonly kind: "Shacl";
|
|
3682
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
3683
|
-
readonly type: {
|
|
3684
|
-
readonly kind: "Option";
|
|
3685
|
-
readonly itemType: {
|
|
3686
|
-
readonly kind: "String";
|
|
3687
|
-
};
|
|
3688
|
-
};
|
|
3689
|
-
};
|
|
3690
|
-
readonly languageIn: {
|
|
3691
|
-
readonly kind: "Shacl";
|
|
3692
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#languageIn">;
|
|
3693
|
-
readonly type: {
|
|
3694
|
-
readonly kind: "Option";
|
|
3695
|
-
readonly itemType: {
|
|
3696
|
-
readonly kind: "List";
|
|
3697
|
-
readonly itemType: {
|
|
3698
|
-
readonly kind: "String";
|
|
3699
|
-
};
|
|
3700
|
-
};
|
|
3701
|
-
};
|
|
3702
|
-
};
|
|
3703
|
-
readonly lessThan: {
|
|
3704
|
-
readonly kind: "Shacl";
|
|
3705
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#lessThan">;
|
|
3706
|
-
readonly type: {
|
|
3707
|
-
readonly kind: "Set";
|
|
3708
|
-
readonly itemType: {
|
|
3709
|
-
readonly kind: "Iri";
|
|
3710
|
-
};
|
|
3711
|
-
};
|
|
3712
|
-
};
|
|
3713
|
-
readonly lessThanOrEquals: {
|
|
3714
|
-
readonly kind: "Shacl";
|
|
3715
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#lessThanOrEquals">;
|
|
3716
|
-
readonly type: {
|
|
3717
|
-
readonly kind: "Set";
|
|
3718
|
-
readonly itemType: {
|
|
3719
|
-
readonly kind: "Iri";
|
|
3720
|
-
};
|
|
3721
|
-
};
|
|
3722
|
-
};
|
|
3723
|
-
readonly maxCount: {
|
|
3724
|
-
readonly kind: "Shacl";
|
|
3725
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxCount">;
|
|
3726
|
-
readonly type: {
|
|
3727
|
-
readonly kind: "Option";
|
|
3728
|
-
readonly itemType: {
|
|
3729
|
-
readonly kind: "BigInt";
|
|
3730
|
-
};
|
|
3731
|
-
};
|
|
3732
|
-
};
|
|
3733
|
-
readonly maxExclusive: {
|
|
3734
|
-
readonly kind: "Shacl";
|
|
3735
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxExclusive">;
|
|
3736
|
-
readonly type: {
|
|
3737
|
-
readonly kind: "Option";
|
|
3738
|
-
readonly itemType: {
|
|
3739
|
-
readonly kind: "Literal";
|
|
3740
|
-
};
|
|
3741
|
-
};
|
|
3742
|
-
};
|
|
3743
|
-
readonly maxInclusive: {
|
|
3744
|
-
readonly kind: "Shacl";
|
|
3745
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxInclusive">;
|
|
3746
|
-
readonly type: {
|
|
3747
|
-
readonly kind: "Option";
|
|
3748
|
-
readonly itemType: {
|
|
3749
|
-
readonly kind: "Literal";
|
|
3750
|
-
};
|
|
3751
|
-
};
|
|
3752
|
-
};
|
|
3753
|
-
readonly maxLength: {
|
|
3754
|
-
readonly kind: "Shacl";
|
|
3755
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#maxLength">;
|
|
3756
|
-
readonly type: {
|
|
3757
|
-
readonly kind: "Option";
|
|
3758
|
-
readonly itemType: {
|
|
3759
|
-
readonly kind: "BigInt";
|
|
3760
|
-
};
|
|
3761
|
-
};
|
|
3762
|
-
};
|
|
3763
|
-
readonly message: {
|
|
3764
|
-
readonly kind: "Shacl";
|
|
3765
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#message">;
|
|
3766
|
-
readonly type: {
|
|
3767
|
-
readonly kind: "Option";
|
|
3768
|
-
readonly itemType: {
|
|
3769
|
-
readonly kind: "String";
|
|
3770
|
-
};
|
|
3771
|
-
};
|
|
3772
|
-
};
|
|
3773
|
-
readonly minCount: {
|
|
3774
|
-
readonly kind: "Shacl";
|
|
3775
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minCount">;
|
|
3776
|
-
readonly type: {
|
|
3777
|
-
readonly kind: "Option";
|
|
3778
|
-
readonly itemType: {
|
|
3779
|
-
readonly kind: "BigInt";
|
|
3780
|
-
};
|
|
3781
|
-
};
|
|
3782
|
-
};
|
|
3783
|
-
readonly minExclusive: {
|
|
3784
|
-
readonly kind: "Shacl";
|
|
3785
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minExclusive">;
|
|
3786
|
-
readonly type: {
|
|
3787
|
-
readonly kind: "Option";
|
|
3788
|
-
readonly itemType: {
|
|
3789
|
-
readonly kind: "Literal";
|
|
3790
|
-
};
|
|
3791
|
-
};
|
|
3792
|
-
};
|
|
3793
|
-
readonly minInclusive: {
|
|
3794
|
-
readonly kind: "Shacl";
|
|
3795
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minInclusive">;
|
|
3796
|
-
readonly type: {
|
|
3797
|
-
readonly kind: "Option";
|
|
3798
|
-
readonly itemType: {
|
|
3799
|
-
readonly kind: "Literal";
|
|
3800
|
-
};
|
|
3801
|
-
};
|
|
3802
|
-
};
|
|
3803
|
-
readonly minLength: {
|
|
3804
|
-
readonly kind: "Shacl";
|
|
3805
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#minLength">;
|
|
3806
|
-
readonly type: {
|
|
3807
|
-
readonly kind: "Option";
|
|
3808
|
-
readonly itemType: {
|
|
3809
|
-
readonly kind: "BigInt";
|
|
3810
|
-
};
|
|
3811
|
-
};
|
|
3812
|
-
};
|
|
3813
|
-
readonly mutable: {
|
|
3814
|
-
readonly kind: "Shacl";
|
|
3815
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#mutable">;
|
|
3816
|
-
readonly type: {
|
|
3817
|
-
readonly kind: "Option";
|
|
3818
|
-
readonly itemType: {
|
|
3819
|
-
readonly kind: "Boolean";
|
|
3820
|
-
};
|
|
3821
|
-
};
|
|
3822
|
-
};
|
|
3823
|
-
readonly name: {
|
|
3824
|
-
readonly kind: "Shacl";
|
|
3825
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#name">;
|
|
3826
|
-
readonly type: {
|
|
3827
|
-
readonly kind: "Option";
|
|
3828
|
-
readonly itemType: {
|
|
3829
|
-
readonly kind: "String";
|
|
3830
|
-
};
|
|
3831
|
-
};
|
|
3832
|
-
};
|
|
3833
|
-
readonly node: {
|
|
3834
|
-
readonly kind: "Shacl";
|
|
3835
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#node">;
|
|
3836
|
-
readonly type: {
|
|
3837
|
-
readonly kind: "Option";
|
|
3838
|
-
readonly itemType: {
|
|
3839
|
-
readonly kind: "Identifier";
|
|
3840
|
-
};
|
|
3841
|
-
};
|
|
3842
|
-
};
|
|
3843
|
-
readonly nodeKind: {
|
|
3844
|
-
readonly kind: "Shacl";
|
|
3845
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#nodeKind">;
|
|
3846
|
-
readonly type: {
|
|
3847
|
-
readonly kind: "Option";
|
|
3848
|
-
readonly itemType: {
|
|
3849
|
-
readonly kind: "Iri";
|
|
3850
|
-
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">];
|
|
3851
|
-
};
|
|
3852
|
-
};
|
|
3853
|
-
};
|
|
3854
|
-
readonly not: {
|
|
3855
|
-
readonly kind: "Shacl";
|
|
3856
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#not">;
|
|
3857
|
-
readonly type: {
|
|
3858
|
-
readonly kind: "Set";
|
|
3859
|
-
readonly itemType: {
|
|
3860
|
-
readonly kind: "Identifier";
|
|
3861
|
-
};
|
|
3862
|
-
};
|
|
3863
|
-
};
|
|
3864
|
-
readonly or: {
|
|
3865
|
-
readonly kind: "Shacl";
|
|
3866
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#or">;
|
|
3867
|
-
readonly type: {
|
|
3868
|
-
readonly kind: "Option";
|
|
3869
|
-
readonly itemType: {
|
|
3870
|
-
readonly kind: "List";
|
|
3871
|
-
readonly itemType: {
|
|
3872
|
-
readonly kind: "Identifier";
|
|
3873
|
-
};
|
|
3874
|
-
};
|
|
3875
|
-
};
|
|
3876
|
-
};
|
|
3877
|
-
readonly order: {
|
|
3878
|
-
readonly kind: "Shacl";
|
|
3879
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#order">;
|
|
3880
|
-
readonly type: {
|
|
3881
|
-
readonly kind: "Option";
|
|
3882
|
-
readonly itemType: {
|
|
3883
|
-
readonly kind: "Float";
|
|
3884
|
-
};
|
|
3885
|
-
};
|
|
3886
|
-
};
|
|
3887
|
-
readonly path: {
|
|
3888
|
-
readonly kind: "Shacl";
|
|
3889
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#path">;
|
|
3890
|
-
readonly type: object;
|
|
3891
|
-
};
|
|
3892
|
-
readonly pattern: {
|
|
3893
|
-
readonly kind: "Shacl";
|
|
3894
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#pattern">;
|
|
3895
|
-
readonly type: {
|
|
3896
|
-
readonly kind: "Option";
|
|
3897
|
-
readonly itemType: {
|
|
3898
|
-
readonly kind: "String";
|
|
3899
|
-
};
|
|
3900
|
-
};
|
|
3901
|
-
};
|
|
3902
|
-
readonly qualifiedMaxCount: {
|
|
3903
|
-
readonly kind: "Shacl";
|
|
3904
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedMaxCount">;
|
|
3905
|
-
readonly type: {
|
|
3906
|
-
readonly kind: "Option";
|
|
3907
|
-
readonly itemType: {
|
|
3908
|
-
readonly kind: "BigInt";
|
|
3909
|
-
};
|
|
3910
|
-
};
|
|
3911
|
-
};
|
|
3912
|
-
readonly qualifiedMinCount: {
|
|
3913
|
-
readonly kind: "Shacl";
|
|
3914
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedMinCount">;
|
|
3915
|
-
readonly type: {
|
|
3916
|
-
readonly kind: "Option";
|
|
3917
|
-
readonly itemType: {
|
|
3918
|
-
readonly kind: "BigInt";
|
|
3919
|
-
};
|
|
3920
|
-
};
|
|
3921
|
-
};
|
|
3922
|
-
readonly qualifiedValueShape: {
|
|
3923
|
-
readonly kind: "Shacl";
|
|
3924
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedValueShape">;
|
|
3925
|
-
readonly type: {
|
|
3926
|
-
readonly kind: "Option";
|
|
3927
|
-
readonly itemType: {
|
|
3928
|
-
readonly kind: "Identifier";
|
|
3929
|
-
};
|
|
3930
|
-
};
|
|
3931
|
-
};
|
|
3932
|
-
readonly qualifiedValueShapesDisjoint: {
|
|
3933
|
-
readonly kind: "Shacl";
|
|
3934
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#qualifiedValueShapesDisjoint">;
|
|
3935
|
-
readonly type: {
|
|
3936
|
-
readonly kind: "Option";
|
|
3937
|
-
readonly itemType: {
|
|
3938
|
-
readonly kind: "Boolean";
|
|
3939
|
-
};
|
|
3940
|
-
};
|
|
3941
|
-
};
|
|
3942
|
-
readonly resolve: {
|
|
3943
|
-
readonly kind: "Shacl";
|
|
3944
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#resolve">;
|
|
3945
|
-
readonly type: {
|
|
3946
|
-
readonly kind: "Option";
|
|
3947
|
-
readonly itemType: {
|
|
3948
|
-
readonly kind: "Identifier";
|
|
3949
|
-
};
|
|
3950
|
-
};
|
|
3951
|
-
};
|
|
3952
|
-
readonly severity: {
|
|
3953
|
-
readonly kind: "Shacl";
|
|
3954
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#severity">;
|
|
3955
|
-
readonly type: {
|
|
3956
|
-
readonly kind: "Option";
|
|
3957
|
-
readonly itemType: {
|
|
3958
|
-
readonly kind: "Iri";
|
|
3959
|
-
readonly in: readonly [import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Info">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Warning">, import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#Violation">];
|
|
3960
|
-
};
|
|
3961
|
-
};
|
|
3962
|
-
};
|
|
3963
|
-
readonly shaclmateName: {
|
|
3964
|
-
readonly kind: "Shacl";
|
|
3965
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://purl.org/shaclmate/ontology#name">;
|
|
3966
|
-
readonly type: {
|
|
3967
|
-
readonly kind: "Option";
|
|
3968
|
-
readonly itemType: {
|
|
3969
|
-
readonly kind: "String";
|
|
3970
|
-
};
|
|
3971
|
-
};
|
|
3972
|
-
};
|
|
3973
|
-
readonly targetClasses: {
|
|
3974
|
-
readonly kind: "Shacl";
|
|
3975
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetClass">;
|
|
3976
|
-
readonly type: {
|
|
3977
|
-
readonly kind: "Set";
|
|
3978
|
-
readonly itemType: {
|
|
3979
|
-
readonly kind: "Iri";
|
|
3980
|
-
};
|
|
3981
|
-
};
|
|
3982
|
-
};
|
|
3983
|
-
readonly targetNodes: {
|
|
3984
|
-
readonly kind: "Shacl";
|
|
3985
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetNode">;
|
|
3986
|
-
readonly type: {
|
|
3987
|
-
readonly kind: "Set";
|
|
3988
|
-
readonly itemType: {
|
|
3989
|
-
readonly kind: "Term";
|
|
3990
|
-
readonly types: readonly ["NamedNode", "Literal"];
|
|
3991
|
-
};
|
|
3992
|
-
};
|
|
3993
|
-
};
|
|
3994
|
-
readonly targetObjectsOf: {
|
|
3995
|
-
readonly kind: "Shacl";
|
|
3996
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetObjectsOf">;
|
|
3997
|
-
readonly type: {
|
|
3998
|
-
readonly kind: "Set";
|
|
3999
|
-
readonly itemType: {
|
|
4000
|
-
readonly kind: "Iri";
|
|
4001
|
-
};
|
|
4002
|
-
};
|
|
4003
|
-
};
|
|
4004
|
-
readonly targetSubjectsOf: {
|
|
4005
|
-
readonly kind: "Shacl";
|
|
4006
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#targetSubjectsOf">;
|
|
4007
|
-
readonly type: {
|
|
4008
|
-
readonly kind: "Set";
|
|
4009
|
-
readonly itemType: {
|
|
4010
|
-
readonly kind: "Iri";
|
|
4011
|
-
};
|
|
4012
|
-
};
|
|
4013
|
-
};
|
|
4014
|
-
readonly uniqueLang: {
|
|
4015
|
-
readonly kind: "Shacl";
|
|
4016
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#uniqueLang">;
|
|
4017
|
-
readonly type: {
|
|
4018
|
-
readonly kind: "Option";
|
|
4019
|
-
readonly itemType: {
|
|
4020
|
-
readonly kind: "Boolean";
|
|
4021
|
-
};
|
|
4022
|
-
};
|
|
4023
|
-
};
|
|
4024
|
-
readonly xone: {
|
|
4025
|
-
readonly kind: "Shacl";
|
|
4026
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/ns/shacl#xone">;
|
|
4027
|
-
readonly type: {
|
|
4028
|
-
readonly kind: "Option";
|
|
4029
|
-
readonly itemType: {
|
|
4030
|
-
readonly kind: "List";
|
|
4031
|
-
readonly itemType: {
|
|
4032
|
-
readonly kind: "Identifier";
|
|
4033
|
-
};
|
|
4034
|
-
};
|
|
4035
|
-
};
|
|
4036
|
-
};
|
|
4037
|
-
};
|
|
4038
|
-
};
|
|
4039
|
-
};
|
|
4040
|
-
};
|
|
4041
|
-
readonly properties: {
|
|
4042
|
-
readonly comment: {
|
|
4043
|
-
readonly kind: "Shacl";
|
|
4044
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#comment">;
|
|
4045
|
-
readonly type: {
|
|
4046
|
-
readonly kind: "Option";
|
|
4047
|
-
readonly itemType: {
|
|
4048
|
-
readonly kind: "String";
|
|
4049
|
-
};
|
|
4050
|
-
};
|
|
4051
|
-
};
|
|
4052
|
-
readonly label: {
|
|
4053
|
-
readonly kind: "Shacl";
|
|
4054
|
-
readonly path: import("@rdfx/data-factory/dist/NamedNode.js").NamedNode<"http://www.w3.org/2000/01/rdf-schema#label">;
|
|
4055
|
-
readonly type: {
|
|
4056
|
-
readonly kind: "Option";
|
|
4057
|
-
readonly itemType: {
|
|
4058
|
-
readonly kind: "String";
|
|
4059
|
-
};
|
|
4060
|
-
};
|
|
4061
|
-
};
|
|
4062
|
-
};
|
|
4063
|
-
};
|
|
4064
|
-
const toRdfResource: $ToRdfResourceFunction<$Object>;
|
|
4065
|
-
const toRdfResourceValues: (value: $Object, _options: {
|
|
4066
|
-
graph?: Exclude<Quad_Graph, Variable>;
|
|
4067
|
-
ignoreRdfType?: boolean;
|
|
4068
|
-
propertyPath: $PropertyPath;
|
|
4069
|
-
resource: Resource;
|
|
4070
|
-
resourceSet: ResourceSet;
|
|
4071
|
-
}) => (BlankNode | NamedNode)[];
|
|
4072
|
-
}
|
|
4073
|
-
export {};
|
|
4074
|
-
//# sourceMappingURL=generated.d.ts.map
|