mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 16:55:55 +00:00
Update cheatsheets
This commit is contained in:
18
rapper
Normal file
18
rapper
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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: <http://librdf.org/raptor/rapper.html>.
|
||||
|
||||
- Convert an RDF/XML document to Turtle:
|
||||
|
||||
`rapper -i rdfxml -o turtle {{path/to/file}}`
|
||||
|
||||
- Count the number of triples in a Turtle file:
|
||||
|
||||
`rapper -i turtle -c {{path/to/file}}`
|
||||
Reference in New Issue
Block a user