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.ttlIf 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=NQUADSJena does not allow to output to file directly. Would need to rewrite entrypoint.
On this page
Contributors
Latest Release
v3.14June 3, 2020Apache License 2.0
Created June 3, 2020
Updated October 17, 2025