mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00
13 lines
324 B
Markdown
13 lines
324 B
Markdown
# rapper
|
|
|
|
> The Raptor RDF parsing utility.
|
|
> Part of the Raptor RDF Syntax Library.
|
|
> More information: <https://librdf.org/raptor/rapper.html>.
|
|
|
|
- Convert an RDF/XML document to Turtle:
|
|
|
|
`rapper -i rdfxml -o turtle {{path/to/file}}`
|
|
|
|
- Count the number of triples in a Turtle file:
|
|
|
|
`rapper -i turtle -c {{path/to/file}}`
|