Skip to content
source

validate rdf

Validates a RDF graph against a set of conditions specified in a SHACL document

From barnard59-shacl · v1.4.11

Reference

Identifier
https://barnard59.zazuko.com/operations/shacl/validateView as Turtle ↓
Module
barnard59-shacl/validate.js
Export
shacl
Stream
Readable — produces a stream
Implementation
ES module
Install
$ npm i barnard59-shacl

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScriptModule ;
    code:link <node:barnard59-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.