Explorar o código

rapper: add page (#3059)

fkraeutli %!s(int64=5) %!d(string=hai) anos
pai
achega
c0c725c75f
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      pages/common/rapper.md

+ 13 - 0
pages/common/rapper.md

@@ -0,0 +1,13 @@
+# rapper
+
+> The Raptor RDF parsing utility.
+> Part of the Raptor RDF Syntax Library.
+> More information: <http://librdf.org/raptor/rapper.html>.
+
+- 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}}`