1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 19:45:24 +02:00
tldr/pages/common/rapper.md

14 lines
381 B
Markdown
Raw Normal View History

2019-05-30 19:02:13 +02:00
# rapper
> The Raptor RDF parsing utility.
> Part of the Raptor RDF Syntax Library.
2024-10-12 10:02:00 +02:00
> More information: <https://librdf.org/raptor/rapper.html>.
2019-05-30 19:02:13 +02:00
- Convert an RDF/XML document to Turtle:
`rapper {{[-i|--input]}} rdfxml {{[-o|--output]}} turtle {{path/to/file}}`
2019-05-30 19:02:13 +02:00
- Count the number of triples in a Turtle file:
`rapper {{[-i|--input]}} turtle {{[-c|--count]}} {{path/to/file}}`