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)
You can find information of rdflint
in documentation website.
If you would like to contribute to rdflint
, you can find information about contributing in Contributor's guide.
rdflint
is released under the MIT License.