tldr/pages/common/rapper.md

14 lines
307 B
Markdown
Raw Normal View History

2019-05-30 18:02:13 +01: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:
`rapper -i rdfxml -o turtle {{file}}`
- Count the number of triples in a Turtle file:
`rapper -i turtle -c {{file}}`