biscicol / triplifier

The triplifier converts Spreadsheets, databases, and Darwin Core Archives into RDF/N3 files suitable for use on the Semantic Web.
1 stars 0 forks source link

Command-line triplifier enhancement #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Options for a command-line triplifier to look like:

triplify  -i <input> -m <mapping file> -o <output>

the second two could have defaults to mimic the current state.

would be ideal

Original issue reported on code.google.com by jdec...@gmail.com on 29 Aug 2013 at 5:47

GoogleCodeExporter commented 9 years ago
where <input> & <output> could be "-" to represent stdin & stdout respectively.

Original comment by tom.con...@gmail.com on 29 Aug 2013 at 5:51

GoogleCodeExporter commented 9 years ago
made a suite of changes to cl triplifier, including sending results to stdout.

Original comment by jdec...@gmail.com on 11 Mar 2014 at 7:16