
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
barnard59-pipeline-validation
Advanced tools
 [](https://coveralls.io/github/zazuko/ba
Pipeline validation enables you to verify the consistency of your RDF pipelines. It ensures that all pipeline steps are consistent, and can be executed one after another. It is a programmatic reflection of principles behind barnard59
This script will help you understand what is wrong with your pipeline. Documentation behind barnard59 will guide you how to build a valid one.
Install globally:
npm install -g barnard59-pipeline-validation
CLI help:
barnard59-validate -h
Validating a pipeline definition:
barnard59-validate ./sample-pipelines/fetch-json-to-ntriples.ttl
barnard59-validate your-pipeline-file -p your-pipeline-iri
barnard59-validate ./sample-pipelines/fetch-json-to-ntriples.json -p http://example.org/pipeline/utc
barnard59-validate your-pipeline-file --quiet
barnard59-validate ./sample-pipelines/fetch-json-to-ntriples.json -q
barnard59-validate your-pipeline-file --verbose
barnard59-validate ./sample-pipelines/fetch-json-to-ntriples.json -v
barnard59-validate your-pipeline-file --strict
barnard59-validate ./sample-pipelines/fetch-json-to-ntriples.json -s
barnard59-validate your-pipeline-file | jq
A JSON summary of all rules is written to ./rules.json
whenever the tests are run, it can also be generated by running npm run generate-rules
.
FAQs
 [](https://coveralls.io/github/zazuko/ba
The npm package barnard59-pipeline-validation receives a total of 979 weekly downloads. As such, barnard59-pipeline-validation popularity was classified as not popular.
We found that barnard59-pipeline-validation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.