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/explore-and-author/bke-module/visually-authoring-ontologies/index.md
+42-42Lines changed: 42 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,90 +9,90 @@ tags:
9
9
10
10
## Introduction
11
11
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).
13
13
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.
15
15
16
16
The tutorial consists of the following steps, which are described in detail below:
17
17
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
24
24
25
25
## Class Diagram
26
26
27
-
This tutorial will go through the example of creating an ontology modeling the following diagram:
27
+
This tutorial uses the following example ontology:
28
28
29
29

30
30
31
-
Two classes will be related to each other through an `expertIn` object property.
31
+
Two classes are related through an `expertIn` object property.
32
32
33
33
Each class will have its own data property.
34
34
35
35
---
36
36
37
37
## 1 Initializing a new ontology
38
38
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.
40
40
41
41
!!! info
42
42
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.
44
44
45
-
To create a new ontology graph:
45
+
To create a new ontology graph:
46
46
47
47
1. In Corporate Memory, click **Knowledge graphs** under **EXPLORE** in the navigation on the left side of the page.
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.
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.
126
126
127
-
6. Click the rightside 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.
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.
162
162
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**.
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.
0 commit comments