1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/rapper.md

14 lines
323 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.
> More information: <http://librdf.org/raptor/rapper.html>.
- Convert an RDF/XML document to Turtle:
2022-12-04 10:12:49 +01:00
`rapper -i rdfxml -o turtle {{path/to/file}}`
2019-05-30 19:02:13 +02:00
- Count the number of triples in a Turtle file:
2022-12-04 10:12:49 +01:00
`rapper -i turtle -c {{path/to/file}}`