GitHunt
VE

vemonet/jena-riot-action

GitHub Action for Apache Jena riot tool

Run the Apache Jena riot tool to validate or convert RDF to RDF.

Use Docker Image from https://hub.docker.com/r/stain/jena

Usage

Validate RDF

- uses: vemonet/jena-riot-action@v3.14
  with:
    input: my_file.ttl

If the RDF is not valid the job will fail and the error message displayed to standard output (workflow logs).

Convert RDF to RDF

- uses: vemonet/jena-riot-action@v3.14
  with:
    input: my_file.ttl
    convert: --output=NQUADS

Jena does not allow to output to file directly. Would need to rewrite entrypoint.

Contributors

Latest Release

v3.14June 3, 2020
Apache License 2.0
Created June 3, 2020
Updated October 17, 2025
vemonet/jena-riot-action | GitHunt