1.1.1 • Published 1 year ago
@hydrofoil/shaperone-rdf-validate-shacl v1.1.1
@hydrofoil/shaperone-rdf-validate-shacl
SHACL validation support for @hydrofoil/shaperone. Using rdf-validate-shacl
Configuration
See documentation
Options
The exported function has an optional parameter which allows configuring the underlying validation library.
import $rdf from 'rdf-ext'
import { validate } from '@hydrofoil/shaperone-rdf-validate-shacl'
validate.with({
factory: $rdf,
maxErrors: 10,
})