Introduction

The Rapper RDF Parser is a command-line utility that converts RDF data from one format to another.

Example

The following example illustrates a typical user of rapper.

rapper -i rdfxml -o ntriples file.rdf > new-file.nt 

This example shows rapper ingesting an RDF/XML file and producing the corresponding N-Triples file. The N-Triples file would then be loaded into AllegroGraph.

Usage

For details of Rapper formats and command-line options, see the Rapper documentation page or type rapper -h at the command line.

Discussion

We recommend pre-processing your data using Rapper in two specific situations: