You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/lift-data-from-tabular-data-such-as-csv-xslx-or-database-tables/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,10 +249,10 @@ _Example RDF triple in our Knowledge Graph based on the mapping definition:_
249
249
250
250
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:_
251
251
252
-
- Target Property: **_name_**
252
+
- Target Property: `name`
253
253
- Data type: _**String**_
254
-
- Value path: _**ServiceName**_ (which corresponds to the column of that name)
255
-
- An optional Label: _**service name**_
254
+
- Value path: `ServiceName` (which corresponds to the column of that name)
0 commit comments