mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
rapper: add page (#3059)
This commit is contained in:
parent
9d3f8109d7
commit
c0c725c75f
1 changed files with 13 additions and 0 deletions
13
pages/common/rapper.md
Normal file
13
pages/common/rapper.md
Normal file
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue