julianrojas87 / ttl-merge

A CLI to merge multiple turtle (RDF) files into one file
MIT License
1 stars 2 forks source link

ttl-merge

npm version

A CLI to merge multiple turtle (RDF) files into one file.

Install

npm install -g ttl-merge

Use

Use ttl-merge -h to see the options:

Options:
  -V, --version                 output the version number
  -i, --inputs <inputs...>      specify the path of turtle files or folders containing turtle files
  -e, --except [exceptions...]  set of files in input folders that won't be merged
  -p, --prefixes <prefixes>     path to JSON file containing the prefixes to be applied, e.g., { "ex": "http://example.org#" }
  -h, --help                    display help for command

Examples