From ac2fc84697dc6d02284ea0ccd474f6717f59f257 Mon Sep 17 00:00:00 2001 From: Babibubebon Date: Wed, 19 Jun 2024 01:44:50 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7cf92a..cb0dc6f 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ pip install gbizinfo-lod gbilod download ./work_dir/ ``` -CSVファイル群をRDF(N-Triples形式)に変換 +CSVファイル群をRDFに変換し、[Graph URI](#graph-uri)毎にファイルが出力される(デフォルトはN-Quads形式) ```shell gbilod convert ./work_dir/ -o ./output_dir/ ``` -[Graph URI](#graph-uri)毎にファイルが出力される +その他オプションは `gbilod convert --help` を参照 ## 変換仕様