Skip to content

Commit a9a760a

Browse files
committed
update and niceup
1 parent 6578ef5 commit a9a760a

5 files changed

Lines changed: 26 additions & 26 deletions

File tree

Binary file not shown.
Binary file not shown.

docs/build/lift-data-from-tabular-data-such-as-csv-xslx-or-database-tables/index.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ The vocabulary contains the classes and properties needed to map the data into t
8080

8181
3. Define a **Name**, a **Graph URI** and a **Description** of the vocabulary. _In this example we will use:_
8282

83-
- Name: _**Product Vocabulary**_
84-
- Graph URI: _**<http://ld.company.org/prod-vocab/>**_
85-
- Description: _**Example vocabulary modeled to describe relations between products and services.**_
86-
- Vocabulary File: Browse in your filesystem for the **[products_vocabulary.nt](products_vocabulary.nt)** file and select it to be uploaded.
83+
- Label: `Product Vocabulary`
84+
- Graph URI: `http://ld.company.org/prod-vocab/`
85+
- Description: `Example vocabulary modeled to describe relations between products and services.`
86+
- Upload File: Browse in your filesystem for the **[products_vocabulary.nt](products_vocabulary.nt)** file and select it to be uploaded.
8787

88-
![](register-new-vocab.png){ class="bordered" width="50%" }
88+
![Register new Vocabulary](register-new-vocab.png){ class="bordered" width="50%" }
8989

9090

9191
=== "cmemc"
@@ -98,13 +98,13 @@ The vocabulary contains the classes and properties needed to map the data into t
9898

9999
## 2 Uploading of the data (file)
100100

101-
1. In Corporate Memory, click Projects under **BUILD** in the navigation on the left side of the page.
101+
1. In Corporate Memory, click **:fontawesome-regular-folder: Projects** under **BUILD** in the navigation on the left side of the page.
102102

103103
![](menu-build-projects.png){ class="bordered" width="50%" }
104104

105-
2. Click **Create** at the top of the page. 
105+
2. Click **Create :octicons-plus-circle-24:** at the top right of the page. 
106106

107-
3. In **Create new item** window, select **Project** and click **Add**. The Create new item of type Project window appears.  
107+
3. In the **Create new item** window, select **Project** and click **Add**. The Create new item of type Project window appears.  
108108

109109
4. Fill in the required details such as Title and Description. Alternatively, import the existing project by clicking **Import Project File** and selecting the file from your system.  
110110

@@ -119,13 +119,13 @@ The vocabulary contains the classes and properties needed to map the data into t
119119

120120
![](create-workflow.png){ class="bordered" width="50%" }
121121

122-
2. Fill out a label and click **create**.
122+
2. Fill out a label and click **Create**.
123123

124124
![](workflow.png){ class="bordered" width="50%" }
125125

126126
3. Drag and drop the **[services.csv](services.csv) sample file** on the grid.
127127

128-
4. Optionally change the Label, then click on **create**.
128+
4. Optionally change the Label, then click on **Create**.
129129

130130
![](add-services-csv.png){ class="bordered" width="50%" }
131131

@@ -157,7 +157,7 @@ The vocabulary contains the classes and properties needed to map the data into t
157157
- username: _**root**_
158158
- password: _**\*\*\*\***_
159159

160-
![](create new-dataset-jdbc.png){ class="bordered" width="50%" }
160+
![](create-new-dataset-jdbc.png){ class="bordered" width="50%" }
161161

162162
The general form of the JDBC connection string is:
163163

@@ -203,7 +203,7 @@ The transformation defines how an input dataset (e.g. CSV) will be transformed i
203203

204204
![](select-vocabulary.png){ class="bordered" width="50%" }
205205

206-
4. Click on **create**.
206+
4. Click on **Create**.
207207

208208
---
209209

@@ -223,21 +223,21 @@ The transformation defines how an input dataset (e.g. CSV) will be transformed i
223223
- URI pattern:
224224

225225
- Click **Create custom pattern**
226-
- Insert _**<http://ld.company.org/prod-inst/{ServiceID}>**_
227-
- where _<http://ld.company.org/prod-inst/>_ is a common prefix for the instances in this use case,
228-
- and _{ServiceID}_ is a placeholder that will resolve to the column of that name
226+
- Insert `http://ld.company.org/prod-inst/{ServiceID}`, where `http://ld.company.org/prod-inst/` is a common prefix for the instances in this use case, and `{ServiceID}` is a placeholder that will resolve to the column of that name.
229227

230-
- _An optional Label: **Service**_
228+
- An optional Label: `Service`
231229

232230
![](services-mapping-class.png){ class="bordered" width="50%" }
233231

234-
5. Click **Save** _Example RDF triple in our Knowledge Graph based on the mapping definition:_
232+
5. Click **Save**
235233

236-
```nt
237-
<http://ld.company.org/prod-inst/Y704-9764759> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://ld.company.org/prod-vocab/Service>
238-
```
234+
_Example RDF triple in our Knowledge Graph based on the mapping definition:_
235+
236+
``` text
237+
<http://ld.company.org/prod-inst/Y704-9764759> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://ld.company.org/prod-vocab/Service>
238+
```
239239

240-
6. Evaluate your mapping by clicking the Expand ![](button-expand.png) button in the **Examples of target data** property to see at most three generated base URIs.
240+
6. Evaluate your mapping by clicking the Expand :material-greater-than: button in the **Examples of target data** property to see at most three generated base URIs.
241241

242242
![](mapping-inline-preview.png){ class="bordered" width="50%" }
243243

@@ -279,14 +279,14 @@ Go the **Transform evaluation** tab of your transformation to view a list of gen
279279

280280
3. Define a **Label** for the Knowledge Graph and provide a **graph** uri. Leave all the other parameters at the default values. _In this example we will use:_
281281

282-
- Label: _**Service Knowledge Graph**_
283-
- Graph: _**<http://ld.company.org/prod-instances/>**_
282+
- Label: `Service Knowledge Graph`
283+
- Graph: `http://ld.company.org/prod-instances/`
284284

285285
![](knowledge-graph.png){ class="bordered" width="50%" }
286286

287287
4. Click **Create**.
288288

289-
5. Press the ![](button-play.png) button and click on **Save and run workflow**.
289+
5. Press the :material-play: button and click on **Save and run workflow**.
290290

291291
6. Validate the results by selecting **Workflow report** In this example, 9x Service triples were created in our Knowledge Graph based on the mapping.
292292

@@ -301,11 +301,11 @@ Go the **Transform evaluation** tab of your transformation to view a list of gen
301301

302302
![](graph-settings.png){ class="bordered" width="50%" }
303303

304-
9. Here you can add **Names** for example.
304+
9. Here you can add `name` for example.
305305

306306
![](add-name-column.png){ class="bordered" width="50%" }
307307

308-
10. Finally you can use the Explore **Knowledge Graphs** module to (re-)view of the created Knowledge Graph: <http://ld.company.org/prod-instances/>
308+
10. Finally you can use the Explore **Knowledge Graphs** module to (re-)view of the created Knowledge Graph: `http://ld.company.org/prod-instances/`
309309

310310
![](kg-result.png){ class="bordered" width="50%" }
311311

0 commit comments

Comments
 (0)