@rdfine/shacl
Version:
> ## @rdfine/shacl > ### Generated JavaScript types for Shapes Constraint Language (SHACL)
40 lines (39 loc) • 2.26 kB
JavaScript
export { AbstractResultBundle } from './AbstractResult.js';
export { ConstraintComponentBundle } from './ConstraintComponent.js';
export { FunctionBundle } from './Function.js';
export { JSConstraintBundle } from './JSConstraint.js';
export { JSExecutableBundle } from './JSExecutable.js';
export { JSFunctionBundle } from './JSFunction.js';
export { JSLibraryBundle } from './JSLibrary.js';
export { JSRuleBundle } from './JSRule.js';
export { JSTargetBundle } from './JSTarget.js';
export { JSTargetTypeBundle } from './JSTargetType.js';
export { JSValidatorBundle } from './JSValidator.js';
export { NodeShapeBundle } from './NodeShape.js';
export { ParameterBundle } from './Parameter.js';
export { ParameterizableBundle } from './Parameterizable.js';
export { PrefixDeclarationBundle } from './PrefixDeclaration.js';
export { PropertyGroupBundle } from './PropertyGroup.js';
export { PropertyShapeBundle } from './PropertyShape.js';
export { ResultAnnotationBundle } from './ResultAnnotation.js';
export { RuleBundle } from './Rule.js';
export { SeverityBundle } from './Severity.js';
export { ShapeBundle } from './Shape.js';
export { SPARQLAskExecutableBundle } from './SPARQLAskExecutable.js';
export { SPARQLAskValidatorBundle } from './SPARQLAskValidator.js';
export { SPARQLConstraintBundle } from './SPARQLConstraint.js';
export { SPARQLConstructExecutableBundle } from './SPARQLConstructExecutable.js';
export { SPARQLExecutableBundle } from './SPARQLExecutable.js';
export { SPARQLFunctionBundle } from './SPARQLFunction.js';
export { SPARQLRuleBundle } from './SPARQLRule.js';
export { SPARQLSelectExecutableBundle } from './SPARQLSelectExecutable.js';
export { SPARQLSelectValidatorBundle } from './SPARQLSelectValidator.js';
export { SPARQLTargetBundle } from './SPARQLTarget.js';
export { SPARQLTargetTypeBundle } from './SPARQLTargetType.js';
export { SPARQLUpdateExecutableBundle } from './SPARQLUpdateExecutable.js';
export { TargetBundle } from './Target.js';
export { TargetTypeBundle } from './TargetType.js';
export { TripleRuleBundle } from './TripleRule.js';
export { ValidationReportBundle } from './ValidationReport.js';
export { ValidationResultBundle } from './ValidationResult.js';
export { ValidatorBundle } from './Validator.js';