Skip to content

dice-group/IguanaResult2CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGUANA Result 2 CSV

small script to convert IGUANA result files from RDF to CSV (and JSON).

Installing with

pip install .

makes the command iguanaresult2csv available. Check the help page with

iguanaresult2csv --help

Using pypy3 is considerably faster than default CPython.

Additionally, the bash script preprocess.sh can convert IGUANA result files from NTriple to Turtle. This makes them smaller and more human-readable. (For details on how to run it, please read the script. It is very short. It is not installed by pip.)