Skip to content

Commit fa6b0a2

Browse files
committed
polish language
1 parent 5959d2b commit fa6b0a2

1 file changed

Lines changed: 42 additions & 42 deletions

File tree

  • docs/explore-and-author/bke-module/visually-authoring-ontologies

docs/explore-and-author/bke-module/visually-authoring-ontologies/index.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -9,90 +9,90 @@ tags:
99

1010
## Introduction
1111

12-
This beginner-level tutorial shows how to use Business Knowledge Editor to create new ontology (vocabulary) **classes** and **predicates** (object property, data property) visually.
12+
This beginner-level tutorial shows how to use Business Knowledge Editor to visually create new ontology (vocabulary) **classes** and **properties** (object properties and datatype properties).
1313

14-
There are other way of creating new classes and properties within Corporate Memory (using shacl shapes), but Business Knowledge Editor allows for an intuitive "diagram" approach, simplifying the creation.
14+
There are other ways to create new classes and properties in Corporate Memory, for example by using SHACL shapes. Business Knowledge Editor provides an intuitive diagram-based approach that simplifies this process.
1515

1616
The tutorial consists of the following steps, which are described in detail below:
1717

18-
1. Initializing a new ontology
19-
2. Opening a new Business Knowledge Editor visualization
20-
3. Creating classes
21-
4. Linking related classes through object properties
22-
5. Adding data properties
23-
6. Saving the changes
18+
1. Initialize a new ontology
19+
2. Open a new Business Knowledge Editor visualization
20+
3. Create classes
21+
4. Link related classes through an object property
22+
5. Add data properties
23+
6. Save the changes
2424

2525
## Class Diagram
2626

27-
This tutorial will go through the example of creating an ontology modeling the following diagram:
27+
This tutorial uses the following example ontology:
2828

2929
![](diagram_product_expert.png)
3030

31-
Two classes will be related to each other through an `expertIn` object property.
31+
Two classes are related through an `expertIn` object property.
3232

3333
Each class will have its own data property.
3434

3535
---
3636

3737
## 1 Initializing a new ontology
3838

39-
The "to-be-created" classes and properties will be saved in a given Knowledge Graph, a new ontology graph will be initialized for this tutorial.
39+
The classes and properties created in this tutorial are stored in a knowledge graph. For this tutorial, create a new ontology graph.
4040

4141
!!! info
4242

43-
It is also possible to extend an existing vocabulary, in that case directly go to step 2
43+
You can also extend an existing vocabulary. In that case, continue with step 2.
4444

45-
To create a new ontology graph :
45+
To create a new ontology graph:
4646

4747
1. In Corporate Memory, click **Knowledge graphs** under **EXPLORE** in the navigation on the left side of the page.
4848

4949
![](explore-kgs.png){ class="bordered" width="50%" }
5050

51-
2. In the **Graphs** drop-down menu click the **(+)** button and select **New Ontology (owl:Ontology)**.
51+
2. In the **Graphs** drop-down menu, click the **(+)** button and select **New Ontology (owl:Ontology)**.
5252

5353
![](adding-new-graph.png){ class="bordered" width="50%" } ![](create-ontology-graph.png){ class="bordered" width="50%" }
5454

55-
3. Define a **Name** and a **Graph URI** for the ontology. _In this example we will use:_
55+
3. Define a **Name** and a **Graph URI** for the ontology. In this example, use:
5656
- Label: `Custom Dprod`
5757
- Graph URI: `http://ld.company.org/custom-dprod/`
5858

5959
---
6060

6161
## 2 Opening a new Business Knowledge Editor visualization
6262

63-
1. In Corporate Memory, click **Business knowledge editor** under **EXPLORE** in the navigation on the left side of the page.
63+
1. In Corporate Memory, click **Business Knowledge Editor** under **EXPLORE** in the navigation on the left side of the page.
6464

6565
![](explore-bke.png){ class="bordered" width="50%" }
6666

6767
2. Select the target graph using the drop-down menu.
6868

6969
![](bke-select-graph.png){ class="bordered" width="50%" }
7070

71-
3. Create an empty visualization.
71+
3. Create a new empty visualization.
7272

73-
!!!success
73+
!!! success
7474

75-
If you see an empty canvas you are ready to use Business Knowledge Editor to create classes and properties
75+
If you see an empty canvas, you are ready to use Business Knowledge Editor to create classes and properties.
7676

7777
---
7878

7979
## 3 Creating classes
8080

81-
New elements can be created by using the concepts defined in `Classes` visible in the left side of the canvas
81+
New elements can be created from the entries listed in **Classes** on the left side of the canvas.
8282

8383
1. Drag and drop **Class** from the bottom left list into the canvas.
8484

8585
![](classes.png){ class="bordered" width="50%" }
8686

8787
!!! info
8888

89-
If you don't see Class within the first entries you can use the text search bar to find it
89+
If you do not see **Class** in the first entries, use the search bar to find it.
9090

9191
2. Click the newly created **Untitled (Class)** in the canvas to bring up a form on the right side.
9292

9393
![](untitled-class.png){ class="bordered" width="50%" }
9494

95-
3. Fill out the form with the required (*) and optional values .
95+
3. Fill out the required fields and any optional fields you want to define for the class.
9696

9797
![](expert-class.png){ class="bordered" width="50%" }
9898

@@ -104,86 +104,86 @@ New elements can be created by using the concepts defined in `Classes` visible i
104104

105105
!!! info
106106

107-
If you don't see owl:ObjectProperty within the first entries you can use the text search bar to find it
107+
If you do not see **owl:ObjectProperty** in the first entries, use the search bar to find it.
108108

109109
2. Click the newly created **Untitled (Object Property)** in the canvas to bring up a form on the right side.
110110

111-
3. Fill out the form with the required (*) and optional values.
111+
3. Fill out the required fields and any optional fields you want to define for the object property.
112112

113113
![](expert-in-form.png){ class="bordered" width="50%" }
114114

115-
4. Click and hold the edge of the Class to begin drawing an arrow. Link that to the created property's edge.
115+
4. Click and hold the connector dot at the right edge of the class to begin drawing an arrow, then connect it to the connector dot at the left edge of the object property.
116116

117117
![](pointer-click-hold.png){ class="bordered" width="50%" }
118118

119-
5. Inside the edge type selection window that pops up, select **In Domain Of**
119+
5. In the edge type selection window that appears, select **In Domain Of**.
120120

121121
![](edge-type.png){ class="bordered" width="50%" }
122122

123123
!!! info
124124

125-
This is one way of associating a property with an existing class, below is shown another way (creating new class from an existing property)
125+
This is one way to associate a property with an existing class. The next step shows another option: creating a new class from an existing property.
126126

127-
6. Click the right side edge of the object property and select **Range** from the selection so that it brings an additional **New Class** on the right side
127+
6. Click the right-side edge of the object property and select **Range**. This adds **New Class** on the right side.
128128

129129
![](range-created-new-class.png){ class="bordered" width="50%" }
130130

131131
7. Drag and drop **New Class** into the canvas.
132132

133133
![](drag-drop-new-class.png){ class="bordered" width="50%" }
134134

135-
8. Click the newly created class to bring out the form and fill out with the required (*) and optional values .
135+
8. Click the newly created class to open its form, then fill out the required fields and any optional fields you want to define.
136136

137137
![](form-product.png){ class="bordered" width="50%" }
138138

139139
!!! success
140140

141-
The property is now succesfully linking the two concepts together through the use of Domain and Range
141+
The property now links the two concepts through its domain and range.
142142

143143
---
144144

145145
## 5 Adding data properties
146146

147-
Datatype properties can be added to the canvas the same way as an object property,
147+
Datatype properties can be added to the canvas in the same way as object properties.
148148

149149
1. Drag and drop **owl:DatatypeProperty** from the bottom left list into the canvas.
150150

151151
!!! info
152152

153-
If you don't see owl:DatatypeProperty within the first entries you can use the text search bar to find it
153+
If you do not see **owl:DatatypeProperty** in the first entries, use the search bar to find it.
154154

155155
2. Click the newly created **Untitled (Data Property)** in the canvas to bring up a form on the right side.
156156

157-
3. Fill out the form with the required (*) and optional values .
157+
3. Fill out the required fields and any optional fields you want to define for the data property.
158158

159159
![](form-property.png){ class="bordered" width="50%" }
160160

161-
4. Click and hold the edge of the Class to begin drawing an arrow. Link that to the created property's edge.
161+
4. Click and hold the connector dot at the right edge of the class to begin drawing an arrow, then connect it to the connector dot at the left edge of the data property.
162162

163-
5. Inside the edge type selection window that pops up, select **In Domain Of**
163+
5. In the edge type selection window that appears, select **In Domain Of**.
164164

165165
![](linking-datatype-property.png){ class="bordered" width="50%" }
166166

167167
!!! warning
168168

169-
At the time of writing this tutorial, setting up a datatype range (languaged string, float, date, …) is not possible from within Business Knowledge Editor directly.
170-
We recommend saving the changes and finish the datatype edition using the shacl shapes approach.
169+
At the time of writing, it is not possible to set a datatype range such as a language-tagged string, float, or date directly in Business Knowledge Editor.
170+
Save your changes, then complete the datatype definition by using the SHACL shapes approach.
171171

172172
![](datatype-range-not-supported.png){ class="bordered" width="30%" }
173173

174174
## 6 Saving the changes
175175

176-
It is recommended to save the changes by using a named visualization, in case you need to edit your classes and properties later.
176+
Save the changes as a named visualization so you can edit your classes and properties later.
177177

178-
1. Click **Save** from the top right section of the canvas
178+
1. Click **Save** in the upper-right corner of the canvas.
179179

180-
2. Using the Graph drop-down selector, choose your ontology (vocabulary)
180+
2. In the **Graph** drop-down selector, choose your ontology (vocabulary).
181181

182-
3. Fill out the name
182+
3. Enter a name for the visualization.
183183

184184
![](save-changes.png)
185185

186-
4. Click Save
186+
4. Click **Save**.
187187

188188
!!! success
189189

0 commit comments

Comments
 (0)