Files
tldr/pages.zh/common/rapper.md

13 lines
312 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rapper
> Raptor RDF 解析工具。
> Raptor RDF 语法库的一部分。
> 更多信息:<https://librdf.org/raptor/rapper.html>。
- 将 RDF/XML 文档转换为 Turtle
`rapper -i rdfxml -o turtle {{path/to/file}}`
- 计算 Turtle 文件中的三元组数量:
`rapper -i turtle -c {{path/to/file}}`