Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データストア データを任意の種類のローカル ファイル (txt など) にダウンロード/エクスポートしようとしています。xls. 見つけたすべての情報を読みましたが、エクスポートする簡単な方法が必要です
使用するデータストアによって異なります。stardog を使用している場合は、rdf 形式にエクスポートするコマンド ライン機能が提供されます。
$ stardog export -c myDatabase --format RDFXML myDatabase_output.rdf
txt または xls 形式にエクスポートする場合。データストアにクエリを実行し、結果セットをファイルに書き込む必要があります。