Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.47 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.47 KB

rdflint

Setup rdflint JitPack Setup rdflint ci

What's rdflint

rdflint is a linter for RDF files. Easy to check syntax and other things. It helps your data making proces.

rdflint has the following features of validation.

  • Syntax check of rdf and Turtle(ttl).
  • Undefined subject check when use as predicate or object.
  • Custom check by SPARQL query.
  • Degrade validation.
  • Datatype & outlier validation.
  • SHACL constraint validation.
  • Literal trim validation.
  • File encoding validation.

And also has the following features of non-validation.

  • RDF generation by SPARQL query results.
  • SPARQL playground on your PC. (Interactive Mode)

Documentation

You can find information of rdflint in documentation website.

Contributing

If you would like to contribute to rdflint, you can find information about contributing in Contributor's guide.

License

rdflint is released under the MIT License.