Skip to content

Commit e4612f2

Browse files
committed
apply rumdl auto-fixes
1 parent c50f012 commit e4612f2

5 files changed

Lines changed: 30 additions & 27 deletions

File tree

  • docs
    • automate/cmemc-command-line-interface/command-reference
    • build

docs/automate/cmemc-command-line-interface/command-reference/admin/workspace/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ cmemc admin workspace reload
6767
Request a thread dump for all live threads.
6868

6969
```shell-session title="Usage"
70-
$ cmemc admin workspace thread-dump
70+
cmemc admin workspace thread-dump
7171
```

docs/automate/cmemc-command-line-interface/command-reference/query/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ With this command, you can cancel a running query. Depending on the backend trip
194194
Explain queries by showing their logical execution plan.
195195

196196
```shell-session title="Usage"
197-
$ cmemc query explain [OPTIONS] QUERIES...
197+
cmemc query explain [OPTIONS] QUERIES...
198198
```
199199

200200

@@ -227,7 +227,7 @@ This helps understand query performance and identify optimization opportunities.
227227
Create a new query in a query catalog.
228228

229229
```shell-session title="Usage"
230-
$ cmemc query create [OPTIONS] QUERY_FILE
230+
cmemc query create [OPTIONS] QUERY_FILE
231231
```
232232

233233

@@ -238,7 +238,7 @@ Creates a new query in a query catalog from a SPARQL query file.
238238
The query type (SELECT, CONSTRUCT, UPDATE, etc.) is automatically detected from the query text.
239239

240240
```shell-session title="Example"
241-
$ cmemc query create my-query.sparql $ cmemc query create my-query.sparql --id :customName
241+
cmemc query create my-query.sparql $ cmemc query create my-query.sparql --id :customName
242242
```
243243

244244

@@ -263,7 +263,7 @@ $ cmemc query create my-query.sparql $ cmemc query create my-query.sparql --id :
263263
Update an existing query in a query catalog.
264264

265265
```shell-session title="Usage"
266-
$ cmemc query update [OPTIONS] QUERY_ID
266+
cmemc query update [OPTIONS] QUERY_ID
267267
```
268268

269269

@@ -290,7 +290,7 @@ The `QUERY_ID` can be either a short URI (e.g., :myQuery) or a full URI.
290290
Delete queries from a query catalog.
291291

292292
```shell-session title="Usage"
293-
$ cmemc query delete [OPTIONS] [QUERY_IDS]...
293+
cmemc query delete [OPTIONS] [QUERY_IDS]...
294294
```
295295

296296

docs/build/integrations/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ to interact with any [Azure AI Foundry provided Large Language Models](https://a
5656
[Databricks](http://databricks.com/) can be accessed with the [Remote SQL endpoint](../../build/reference/dataset/Jdbc.md) dataset and a
5757
[Custom JDBC driver](https://github.com/databricks/databricks-jdbc).
5858
Please have a look at
59+
5960
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/index.md).
6061

6162

@@ -335,6 +336,7 @@ execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin
335336
SQLite can be accessed with the [Remote SQL endpoint](../../build/reference/dataset/Jdbc.md) dataset and a
336337
[Custom JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
337338
Please have a look at
339+
338340
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/index.md).
339341

340342

@@ -365,6 +367,7 @@ Tentris can be used as the integrated Quad Store as well (beta).
365367
[Trino](https://github.com/trinodb/trino) can be access with the [Remote SQL endpoint](../../build/reference/dataset/Jdbc.md) dataset and a
366368
[Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
367369
Please have a look at
370+
368371
[Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/index.md).
369372

370373

docs/build/snowflake-tutorial/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This integration enables organizations to make informed decisions, improve their
2222

2323
This tutorial contains the following step-by-step instructions to connect the Snowflake data-warehouse with eccenca corporate memory:
2424

25-
- [1. Create a database in Snowflake](#1-create-a-database-in-snowflake)
26-
- [2. Create a project in eccenca Corporate Memory](#2-create-a-project-in-eccenca-corporate-memory)
27-
- [3. Create a transformation to build mapping rules](#3-create-a-transformation-to-build-mapping-rules)
28-
- [4. Create a knowledge graph](#4-create-a-knowledge-graph)
25+
- [1. Create a database in Snowflake](#1-create-a-database-in-snowflake)
26+
- [2. Create a project in eccenca Corporate Memory](#2-create-a-project-in-eccenca-corporate-memory)
27+
- [3. Create a transformation to build mapping rules](#3-create-a-transformation-to-build-mapping-rules)
28+
- [4. Create a knowledge graph](#4-create-a-knowledge-graph)
2929

3030
## Sample material
3131

@@ -1119,13 +1119,13 @@ Here you can populate some test data with the following SQL query:
11191119

11201120
![image](snowflake-create.png){ class="bordered" }
11211121

1122-
- Click on **Snowflake SQL endpoint**, then click on **Add**.
1122+
- Click on **Snowflake SQL endpoint**, then click on **Add**.
11231123

11241124
![image](snowflake-jdbc.png){ class="bordered" }
11251125

1126-
- Type the name **Product table (JDBC)** in the label field.
1126+
- Type the name **Product table (JDBC)** in the label field.
11271127

1128-
- In the **CONNECTION** section populate the required details.
1128+
- In the **CONNECTION** section populate the required details.
11291129

11301130
![image](snowflake-connection.png){ class="bordered" }
11311131

@@ -1141,23 +1141,23 @@ Here you can populate some test data with the following SQL query:
11411141

11421142
- Select your **Schema**, `products_vocabulary` in this case
11431143

1144-
- In the **READ** section specify **Source query** as
1144+
- In the **READ** section specify **Source query** as
11451145

11461146
```sparql
11471147
SELECT * from product
11481148
```
11491149

11501150
![image](snowflake-query-source.png){ class="bordered" }
11511151

1152-
- Select the **Query strategy** as **Execute the given source query. No paging or virtual query**.
1152+
- Select the **Query strategy** as **Execute the given source query. No paging or virtual query**.
11531153

11541154
![image](snowflake-query-strategy.png){ class="bordered" }
11551155

11561156
- Select the **Write strategy** as **An exception will be thrown, if the table already exists.**
11571157

11581158
![image](snowflake-write-stategy.png){ class="bordered" }
11591159

1160-
- Then click on **Create**.
1160+
- Then click on **Create**.
11611161

11621162
!!! success "Step Result"
11631163

docs/deploy-and-configure/configuration/label-resolution-and-full-text-search/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This resolution and, by extension, the full text search is configurable for diff
99

1010
eccenca Explore backend (DataPlatform) offers three configuration options:
1111

12-
- `labelProperties` (line 2) 
13-
- `languagePreferences` (line 5) and 
14-
- `languagePreferencesAnyLangFallback` (line 8).
12+
- `labelProperties` (line 2) 
13+
- `languagePreferences` (line 5) and 
14+
- `languagePreferencesAnyLangFallback` (line 8).
1515

1616
``` yaml linenums="1"
1717
proxy:
@@ -28,8 +28,8 @@ These properties define not only which properties and languages should be consid
2828
2929
The retrieval process can be simplified to the following procedure:
3030
31-
- First, when determining the label for a resource, the language is evaluated, then the property is considered.
32-
- Consequently, for a resource in the default case:
31+
- First, when determining the label for a resource, the language is evaluated, then the property is considered.
32+
- Consequently, for a resource in the default case:
3333
1. An english value for `rdfs:label` is searched.
3434
2. A literal of the property `rdfs:label` without a language tag is searched (which is why there is an entry `""`).
3535
3. An english value of `skos:prefLabel` is searched.
@@ -50,12 +50,12 @@ How labels are resolved is best explained using these default settings and some
5050
:Resource4 rdfs:label "Another Label for Hanover"@en
5151
```
5252

53-
- For `:Resource1` the label will be `Leipzig` as the english `rdfs:label` will be retrieved.
54-
- For `:Resource2` the label cannot be retrieved from the Knowledge Graph since no known property is used. Hence the fallback.
55-
- For `:Resource3` the label will be retrieved as `Stuttgart`, if the `languagePreferencesAnyLangFallback` is `true`.
56-
- While there is a well-known property used, none of the used languages match. Using the fallback, the alphabetically first match is retrieved in this case.
57-
- For `:Resource4` multiple label candidates could be determined.
58-
- In this case, `Another Label for Hanover` is retrieved as it is the first value in the alphanumerical comparison.
53+
- For `:Resource1` the label will be `Leipzig` as the english `rdfs:label` will be retrieved.
54+
- For `:Resource2` the label cannot be retrieved from the Knowledge Graph since no known property is used. Hence the fallback.
55+
- For `:Resource3` the label will be retrieved as `Stuttgart`, if the `languagePreferencesAnyLangFallback` is `true`.
56+
- While there is a well-known property used, none of the used languages match. Using the fallback, the alphabetically first match is retrieved in this case.
57+
- For `:Resource4` multiple label candidates could be determined.
58+
- In this case, `Another Label for Hanover` is retrieved as it is the first value in the alphanumerical comparison.
5959

6060
## Client API
6161

0 commit comments

Comments
 (0)