Skip to content

vemonet/jena-riot-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.