| command |
input file(s) |
output file (format) |
description |
java -jar rdf2rdf-1.0.1-2.3.1.jar |
test.rdf |
test.nt |
converts RDF/XML into NTRIPLES |
test.rdf.gz |
.nt |
converts gzipped input file into unzipped NTRIPLES file test.nt |
test1.rdf test2.n3 |
.nt |
converts input files into NTRIPLES, here into test1.nt and test2.nt, respectively |
test1.rdf test2.n3 |
test.nt |
converts input files into NTRIPLES, concatenated into test.nt |
test1.rdf test2.n3 |
-.nt |
converts input files into NTRIPLES, streamed to STDOUT |
-.rdf |
-.nt |
converts STDIN from RDF/XML into NTRIPLES, streamed to STDOUT |
-.rdf.gz |
-.nt.gz |
converts gzipped RDF/XML from STDIN into gzipped NTRIPLES, streamed to STDOUT |