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/mapping-creator/index.md
+32-13Lines changed: 32 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,24 @@ tags:
7
7
---
8
8
# Mapping Creator
9
9
10
-
??? info "Configuration"
10
+
## Configuration
11
+
12
+
!!! info "Configuration"
11
13
12
14
See [Mapping Creator and LLM Configuration](../../deploy-and-configure/configuration/dataintegration/index.md#mapping-creator-and-llm-configuration) to learn how to enable and configure this feature.
13
15
14
-
!!! question "Inline help"
16
+
The Mapping Creator need to configured in order to be activated and used.
17
+
Furthermore, for best experience it requires an LLM provider configuration, see the link in the info box for the details.
Access help and a feature tour via the help menu :eccenca-item-question:.
26
+
27
+
**TODO:** describe how to get there in the first place!!! BUILD > Project > [ Workflow > ] Transformation > Mapping Creator
20
28
21
29
Use the Mapping Creator to connect your data to semantic models.
22
30
Using visual tools, drag-and-drop, and suggestions, you’ll create mappings between your source data and knowledge graph classes as well as their properties.
@@ -29,21 +37,32 @@ The Mapping Creator is split into three parts:
29
37
- The right sidebar shows the target schema
30
38
- Mappings between elements in the source schema and elements in the target schema.
31
39
40
+
**TODO**: rename _sidebar_ and describe the actual _sidebars_ properly (left: schema information, right: see below (Edit saved mapping rule))
41
+
32
42
You can move, connect or disconnect, and inspect each element visually.
To complete a mapping properties need to be added to complete your desired target schema (i.e. the graph fragment that your transformation shall yield).
44
63
The following two options exist to add properties.
45
64
46
-
#### During class selection
65
+
#####During class selection
47
66
48
67
{ class="bordered" width="80%" }
49
68
@@ -55,7 +74,7 @@ In the _add target class_ dialog you may select different kind of properties:
55
74
56
75
The property preview helps to confirm your choice.
57
76
58
-
#### By adding a property from your vocabularies
77
+
#####By adding a property from your vocabularies
59
78
60
79
{ class="bordered" width="80%" }
61
80
@@ -64,28 +83,28 @@ The _add property from vocabularies_ dialog allows to search and select a proper
64
83
- redefine the role of a property, to use a DatatypeProperty in the role of an ObjectProperty, or vice versa
65
84
- define the _direction_ an ObjectProperty should be used in
66
85
67
-
### Create direct mappings
86
+
####Create direct mappings
68
87
69
88
Drag from a property in your source data to a class or property in the canvas to create your mapping.
70
89
This is helpful when smart suggestions are not sufficient.
71
90
72
-
### Edit saved mapping rule
91
+
####Edit saved mapping rule
73
92
74
93
{ class="bordered" width="60%" }
75
94
76
95
Click on an already saved target element to show more details.
77
96
With the :eccenca-item-edit: Pencil icon you can edit the mapping rule and rename elements, or adjust configurations.
78
97
Advanced users can refine transformation logic here.
79
98
80
-
## Smart suggestions
99
+
###Smart suggestions
81
100
82
101
!!! info
83
102
Note that this feature is only available if a Large Language Model is configured.
84
103
85
104
Click the :eccenca-application-ai-suggestion: Magic Wand to automatically generate mapping suggestions based on your data and the selected class.
86
105
Accept (:octicons-thumbsup-16:) or reject (:octicons-thumbsdown-16:) each suggestion as needed.
87
106
88
-
### Class Suggestions
107
+
####Class Suggestions
89
108
90
109
{ class="bordered" }
91
110
@@ -94,7 +113,7 @@ Alternatively, you can search for classes manually by typing text into the searc
94
113
95
114
Hover over the wand icon for each suggestion to understand why this class has been recommended.
96
115
97
-
### Property Suggestions
116
+
####Property Suggestions
98
117
99
118
Property suggestions are generated that map your source data to elements of the selected target vocabularies.
100
119
You can accept (:octicons-thumbsup-16:) or reject (:octicons-thumbsdown-16:) each suggestion.
0 commit comments