From 629c2dd64dc6039e94ec79322cf14524c256fcf4 Mon Sep 17 00:00:00 2001 From: Sebastian Plott Date: Thu, 31 Jul 2025 15:16:58 +0200 Subject: [PATCH] Adjusted highligting at point 4.8 --- .../index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build/lift-data-from-tabular-data-such-as-csv-xslx-or-database-tables/index.md b/docs/build/lift-data-from-tabular-data-such-as-csv-xslx-or-database-tables/index.md index 2daf1c9f6..e6788d6ba 100644 --- a/docs/build/lift-data-from-tabular-data-such-as-csv-xslx-or-database-tables/index.md +++ b/docs/build/lift-data-from-tabular-data-such-as-csv-xslx-or-database-tables/index.md @@ -249,10 +249,10 @@ _Example RDF triple in our Knowledge Graph based on the mapping definition:_ 8. Define the **Target property**, the **Data type**, the **Value path** (column name) and a **Label** for your value mapping. _In this example we will use:_ - - Target Property: **_name_** + - Target Property: `name` - Data type: _**String**_ - - Value path: _**ServiceName**_ (which corresponds to the column of that name) - - An optional Label: _**service name**_ + - Value path: `ServiceName` (which corresponds to the column of that name) + - An optional Label: `service name` ![](services-mapping-rule-edit.png){ class="bordered" width="50%" }