rdfdump (1)





NAME

       rdfdump - Raptor RDF parser test program


SYNOPSIS

       rdfdump [options]sourcefile:URI[baseURI] SH EXAMPLE

              rdfdump -o ntriples file:data.rdf


DESCRIPTION

       This  manual page documents the rdfdump command which is a test program
       for driving the parsers in the raptor RDF parser library  and  emitting
       the generated triples.


OPTIONS

       rdfdump  uses  the  usual  GNU  command  line syntax, with long options
       starting with two dashes (`-').

       -h, --help
              Show summary of options.

       -v, --version
              Show version of program.

       -n, --ntriples
              Parse N-Triples syntax, as defined in

       -s, --scan
              Scan for <rdf:RDF> element in the RDF/XML source content..

       -a, --assume
              Assume the document is the RDF/XML (and rdf:RDF is optional).

       -r, --replace-newlines
              Replace newlines in multi-line literals with spaces.

       -q, --quiet
              No extra information messages.

       -o, --output FORMAT
              Set the output format to 'simple' (default) or 'ntriples'

       -v, --version
              Show version of program.


SEE ALSO

       libraptor(7), N-Triples, http://www.w3.org/TR/rdf-testcases/#ntriples


AUTHOR

       Dave Beckett - http://purl.org/net/dajobe/

                                  2002-06-13                        rdfdump(1)