source
validate rdf
Validates a RDF graph against a set of conditions specified in a SHACL document
From barnard59-validate-shacl · v0.3.8
Reference
- Identifier
- http://barnard59.zazuko.com/operations/csvw/validateView as Turtle ↓
- Module
- barnard59-validate-shacl/validate.js
- Export
- shacl
- Stream
- Readable — produces a stream
- Implementation
- ES module
- Install
$ npm i barnard59-validate-shacl
Use it in a pipeline
<> a p:Step ;
code:implementedBy [
a code:EcmaScriptModule ;
code:link <node:barnard59-validate-shacl/validate.js#shacl>
] .Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.