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