mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
474 B
Plaintext
19 lines
474 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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|--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}}`
|