mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
307 B
307 B
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}}