add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

13
pages.zh/common/rapper.md Normal file
View File

@@ -0,0 +1,13 @@
# 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}}`