Skip to content

Commit 197d792

Browse files
committed
fix indentation, en-US spelling
1 parent 1caebfd commit 197d792

1 file changed

Lines changed: 23 additions & 25 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: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are other way of creating new classes and properties within Corporate Memo
1616
The tutorial consists of the following steps, which are described in detail below:
1717

1818
1. Initializing a new ontology
19-
2. Opening a new BKE visualisation
19+
2. Opening a new BKE visualization
2020
3. Creating classes
2121
4. Linking related classes through object properties
2222
5. Adding data properties
@@ -38,26 +38,27 @@ Each class will have its own data property.
3838

3939
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.
4040

41-
!!!info
41+
!!! info
4242

4343
It is also possible to extend an existing vocabulary, in that case directly go to step 2
4444

4545
To create a new ontology graph :
4646

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

49-
![](explore-kgs.png){ class="bordered" width="50%" }
49+
![](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

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

5555
3. Define a **Name** and a **Graph URI** for the ontology. _In this example we will use:_
56-
- Label: `Custom Dprod`
57-
- Graph URI: `http://ld.company.org/custom-dprod/`
56+
- Label: `Custom Dprod`
57+
- Graph URI: `http://ld.company.org/custom-dprod/`
58+
5859
---
5960

60-
## 2 Opening a new BKE visualisation
61+
## 2 Opening a new BKE visualization
6162

6263
1. In Corporate Memory, click **Business knowledge editor** under **EXPLORE** in the navigation on the left side of the page.
6364

@@ -83,15 +84,14 @@ New elements can be created by using the concepts defined in `Classes` visible i
8384

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

86-
!!!info
87+
!!! info
8788

8889
If you don't see Class within the first entries you can use the text search bar to find it
8990

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

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

94-
9595
3. Fill out the form with the required (*) and optional values .
9696

9797
![](expert-class.png){ class="bordered" width="50%" }
@@ -100,17 +100,15 @@ New elements can be created by using the concepts defined in `Classes` visible i
100100

101101
## 4 Linking related classes through object properties
102102

103-
104103
1. Drag and drop **owl:ObjectProperty** from the bottom left list into the canvas.
105104

106-
!!!info
107-
108-
If you don't see owl:ObjectProperty within the first entries you can use the text search bar to find it
105+
!!! info
109106

107+
If you don't see owl:ObjectProperty within the first entries you can use the text search bar to find it
110108

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

113-
3. Fill out the form with the required (*) and optional values .
111+
3. Fill out the form with the required (*) and optional values.
114112

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

@@ -122,9 +120,9 @@ New elements can be created by using the concepts defined in `Classes` visible i
122120

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

125-
!!!info
123+
!!! info
126124

127-
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 of associating a property with an existing class, below is shown another way (creating new class from an existing property)
128126

129127
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
130128

@@ -138,7 +136,7 @@ New elements can be created by using the concepts defined in `Classes` visible i
138136

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

141-
!!!success
139+
!!! success
142140

143141
The property is now succesfully linking the two concepts together through the use of Domain and Range
144142

@@ -150,9 +148,9 @@ Datatype properties can be added to the canvas the same way as an object propert
150148

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

153-
!!!info
151+
!!! info
154152

155-
If you don't see owl:DatatypeProperty within the first entries you can use the text search bar to find it
153+
If you don't see owl:DatatypeProperty within the first entries you can use the text search bar to find it
156154

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

@@ -166,16 +164,16 @@ Datatype properties can be added to the canvas the same way as an object propert
166164

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

169-
!!!warning
167+
!!! warning
170168

171-
At the time of writing this tutorial, setting up a datatype range (languaged string, float, date ...) is not possible from within BKE directly.
169+
At the time of writing this tutorial, setting up a datatype range (languaged string, float, date, …) is not possible from within BKE directly.
172170
We recommend saving the changes and finish the datatype edition using the shacl shapes approach.
173171

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

176174
## 6 Saving the changes
177175

178-
It is recommended to save the changes by using a named visualisation, in case you need to edit your classes and properties later.
176+
It is recommended to save the changes by using a named visualization, in case you need to edit your classes and properties later.
179177

180178
1. Click **Save** from the top right section of the canvas
181179

@@ -187,6 +185,6 @@ It is recommended to save the changes by using a named visualisation, in case yo
187185

188186
4. Click Save
189187

190-
!!!success
188+
!!! success
191189

192190
You have successfully created new concepts and properties inside your ontology using BKE's canvas.

0 commit comments

Comments
 (0)