diff --git a/pages/common/rapper.md b/pages/common/rapper.md new file mode 100644 index 0000000000..cbda5df293 --- /dev/null +++ b/pages/common/rapper.md @@ -0,0 +1,13 @@ +# rapper + +> The Raptor RDF parsing utility. +> Part of the Raptor RDF Syntax Library. +> More information: . + +- Convert an RDF/XML document to Turtle: + +`rapper -i rdfxml -o turtle {{file}}` + +- Count the number of triples in a Turtle file: + +`rapper -i turtle -c {{file}}`