commands.sh

rapper

all

The Raptor RDF parsing utility. Part of the Raptor RDF Syntax Library.

More info →

Options (3)

-i, --inputboolean

Convert an RDF/XML document to Turtle

Example: rapper {{[-i|--input]}} rdfxml {{[-o|--output]}} turtle {{path/to/file}}
-o, --outputboolean

Convert an RDF/XML document to Turtle

Example: rapper {{[-i|--input]}} rdfxml {{[-o|--output]}} turtle {{path/to/file}}
-c, --countboolean

Count the number of triples in a Turtle file

Example: rapper {{[-i|--input]}} turtle {{[-c|--count]}} {{path/to/file}}

Examples (2)

Convert an RDF/XML document to Turtle

rapper [-i|--input] rdfxml [-o|--output] turtle path/to/file

Count the number of triples in a Turtle file

rapper [-i|--input] turtle [-c|--count] path/to/file
made by @shridhargupta | data from tldr-pages