From a7f9ecf55fb1d9568c9ad31e5906a7eb98f478ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20C=C3=A9r=C3=A8s?= Date: Fri, 19 Jul 2024 11:25:38 +0200 Subject: [PATCH] Fix typos in cli doc --- docs/source/cli_ref/cli_canonicalize.rst | 6 +++--- docs/source/cli_ref/cli_convert.rst | 2 +- docs/source/cli_ref/cli_remote_sparql.rst | 2 +- docs/source/cli_ref/cli_shacl.rst | 2 +- docs/source/cli_ref/cli_sparql.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/cli_ref/cli_canonicalize.rst b/docs/source/cli_ref/cli_canonicalize.rst index 1d22edd4f..811b291ff 100644 --- a/docs/source/cli_ref/cli_canonicalize.rst +++ b/docs/source/cli_ref/cli_canonicalize.rst @@ -21,10 +21,10 @@ The ``canonicalize`` command allows applying a specific canonicalization algorit - `-f`, `-if`, `\-\-input-format` `` : Input format is automatically detected for files. Use this option with the standard input or if you want to force the input file format. Supported input formats are listed :ref:`below `. Default: `rdfc-1.0-sha256`. - `-R`, `\-\-recursive`: Recursively input all the files in the input directory and sub-directories. -- `-r`, `-a`, `ca`, `-of`, `\-\-canonical-algo` `` : Canonicalization algorithm to apply. Supported algorithms/formats are listed :ref:`below `. Default: `markdown` table. +- `-a`, `-r`, `-ca`, `-of`, `\-\-canonical-algo` `` : Canonicalization algorithm to apply. Supported algorithms/formats are listed :ref:`below `. Default: `rdfc-1.0-sha256`. - `-o`, `\-\-output-data` `` : Optional path to save the query results. Default: standard output. -- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true?? +- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. - `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled. - `-v`, `\-\-verbose` : Display verbose output. @@ -38,7 +38,7 @@ To run this example you can download the sample data files :download:`beatles_bl .. code-block:: bash - corese-command canonicalize -i beatles_blank.rdf -r rdfc-1.0 + corese-command canonicalize -i beatles_blank.ttl -r rdfc-1.0 .. code-block:: xml diff --git a/docs/source/cli_ref/cli_convert.rst b/docs/source/cli_ref/cli_convert.rst index a4568421b..e84931bb8 100644 --- a/docs/source/cli_ref/cli_convert.rst +++ b/docs/source/cli_ref/cli_convert.rst @@ -23,7 +23,7 @@ The ``convert`` command allows converting RDF files from one format to another. - `-o`, `\-\-output-data` `` : Optional path to save the converted results. Default: standard output. -- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true?? +- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. - `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled. - `-v`, `\-\-verbose` : Display verbose output. diff --git a/docs/source/cli_ref/cli_remote_sparql.rst b/docs/source/cli_ref/cli_remote_sparql.rst index dbf251a5f..d9b095170 100644 --- a/docs/source/cli_ref/cli_remote_sparql.rst +++ b/docs/source/cli_ref/cli_remote_sparql.rst @@ -34,7 +34,7 @@ The ``remote-sparql`` command allows executing SPARQL queries on a remote server - `-o`, `\-\-output-data` `` : Optional path to save the query results. Default: standard output. -- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true?? +- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. - `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled. - `-v`, `\-\-verbose` : Display verbose output. diff --git a/docs/source/cli_ref/cli_shacl.rst b/docs/source/cli_ref/cli_shacl.rst index 3a10166e5..0caf5784f 100644 --- a/docs/source/cli_ref/cli_shacl.rst +++ b/docs/source/cli_ref/cli_shacl.rst @@ -29,7 +29,7 @@ The ``shacl`` command allows validation of RDF files against SHACL shapes. - `-o`, `\-\-output-data` `` : Optional file path to save the validation report. Default: standard output. - `-r`, `-of`, `\-\-result-format` `` : Optional validation report format. Default: turtle. Supported report formats are listed :ref:`below `. -- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true?? +- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. - `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled. - `-v`, `\-\-verbose` : Display verbose output. diff --git a/docs/source/cli_ref/cli_sparql.rst b/docs/source/cli_ref/cli_sparql.rst index 0f5862f0d..e412bcc20 100644 --- a/docs/source/cli_ref/cli_sparql.rst +++ b/docs/source/cli_ref/cli_sparql.rst @@ -27,7 +27,7 @@ The ``sparql`` command allows executing SPARQL queries specifying various option - `-r`, `-of`, `\-\-result-format` `` : Output format of the query results. Supported output formats are listed :ref:`below `. Default: `markdown` table. - `-o`, `\-\-output-data` `` : Optional path to save the query results. Default: standard output. -- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. Default: `config.properties` file in the current directory. Is this true?? +- `-c`, `\-\-config`, `\-\-init` `` : Optional path to the configuration file. - `-w`, `\-\-no-owl-import` : Disables the automatic import of referenced ontologies specified in 'owl:imports' statements in the `profile.ttl` file. Default: enabled. - `-v`, `\-\-verbose` : Display verbose output.