common/r*: add Korean translation (#14644)

* common/r*: add Korean translation

* Update rtv.md

* Update pages.ko/common/rtv.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-07 10:35:14 +09:00
committed by GitHub
parent ef281bb658
commit fd7d9f925b
89 changed files with 2133 additions and 1 deletions

13
pages.ko/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 {{경로/대상/파일}}`
- Turtle 파일의 삼중항 개수 세기:
`rapper -i turtle -c {{경로/대상/파일}}`