1. NAME▲
rdfpipe - Serialization format converter
2. SYNOPSIS ▲
.fam C
rdfpipe [OPTION]... [FILE]...
.fam T3. DESCRIPTION ▲
rdfpipe is a command-line application for converting between any of the different serialization formats rdflib supports.
4. OPTIONS ▲
 
    --help Print help and exit.  
 
    --input-format FORMAT Format of the input document(s). It must be one of: 'xml', 'trix', 'n3', 'nt', 'rdfa'.  
 
    --ns=prefix=NAMESPACEURI Register a namespace binding (QName prefix to a base URI).  This can be used more than once.  
 
    --output FORMAT Format of the final serialized RDF graph. One of: 'n3', 'xml', 'pretty-xml', 'turtle', 'nt'.  
 
    --stdin Parse RDF from STDIN (useful for piping).  
5. AUTHOR ▲
Written by Chimezie Ogbuji <>. This manpage has been written by Nacho Barrientos Arias <> for the Debian GNU/Linux system (but may be used by others).
6. BUGS ▲
Report bugs to Chimezie Ogbuji <>.
7. COPYRIGHT ▲
See /usr/share/doc/python-rdflib/copyright for further information.
8. SEE ALSO ▲
.fam C