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/link-rules/index.md
+32-31Lines changed: 32 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
icon: eccenca/application-queries
3
2
status: new
3
+
icon: eccenca/artefact-linking
4
4
tags:
5
5
- LinkRules
6
6
- KnowledgeGraph
@@ -11,7 +11,7 @@ tags:
11
11
12
12
The Link Rules module provides mechanisms to simplify creating data linking and to imposes role specific workflows over the whole process.
13
13
14
-
Linking tasks allow the creation of links between resources based on rules in the Corporate Memory Build component. Such a linking task demands the configuration of source and target input resource selections (dataset, resource type or additional restrictions), the link type and an output dataset. These configurations demand a thorough understanding of your knowlege graph internals and may become a repetitive task. The Link rules module allows to streamline this process in a way that also users with limited understanding of the knowledge graph can create link rules based on pre-defined templates.
14
+
Linking tasks allow the creation of links between resources based on rules in the Corporate Memory Build component. Such a linking task demands the configuration of source and target input resource selections (dataset, resource type or additional restrictions), the link type and an output dataset. These configurations demand a thorough understanding of your Knowledge Graph internals and may become a repetitive task. The Link rules module allows to streamline this process in a way that also users with limited understanding of the knowledge graph can create link rules based on pre-defined templates.
15
15
16
16
## Usage
17
17
@@ -21,20 +21,20 @@ This guide explains how to navigate, search, create, and manage Link Rules in th
21
21
22
22
### Open the Link Rules Section
23
23
24
-
In the main navigation menu, under *BUILD* section, click *Link rules* (①).
24
+
In the main navigation menu, under **BUILD** section, click **:eccenca-artefact-linking: Link rules** (①).
25
25
This opens the list of existing link rules.
26
26
27
27
### Manage Templates (Optional)
28
28
29
-
If you want to work with predefined templates for link rules, click *Manage Templates* in the top right corner (②).
29
+
If you want to work with predefined templates for link rules, click **Manage Templates** in the top right corner (②).
30
30
31
31
### Search for Link Rules
32
32
33
-
Use the Search field (③) to quickly locate an existing link rule by name or keyword in the description.
33
+
Use the **Search** field (③) to quickly locate an existing link rule by name or keyword in the description.
34
34
35
35
### Expand or Collapse Rule Details
36
36
37
-
Click the arrow icon (④) next to a rule to expand or collapse its details.
37
+
Click the :eccenca-toggler-showmore: toggler icon (④) next to a rule to expand or collapse its details.
38
38
39
39
In the Details tab (⑦), you’ll find:
40
40
@@ -45,22 +45,23 @@ In the Details tab (⑦), you’ll find:
45
45
- Activities
46
46
- The Custom tab contains any additional user-defined properties.
47
47
48
-
In the rule execution panel (⑥), you can *Execute* the rule (▶ icon), *Delete* the rule (🗑 icon) and *Clone* (⿻ icon) it or modify its configuration (✎ icon).
48
+
In the rule execution panel (⑥), you can **:eccenca-item-start: Execute** the rule, **:eccenca-item-remove: Delete** the rule, **:fontawesome-regular-clone: Clone** the rule, or **:eccenca-item-edit: Modify**its configuration.
49
49
50
50
### Open the Link Rule editor
51
51
52
52
Click on the rule name in the *Linking* column (⑤) to open the link rule editor.
53
53
54
54
### Create a New Link Rule
55
55
56
-
To create a new rule, click the blue plus button (⑧) in the bottom-right corner.
56
+
To create a new rule, click the blue :material-plus-circle-outline: button (⑧) in the bottom-right corner.
57
57
Follow the prompts to define the template, connecting predicate, etc.
58
58
59
59
## Setup
60
60
61
61
### Template Catalog
62
62
63
-
Create a new graph that holds templates for Link Rules. The graph IRI will be needed for configuration later on.
63
+
Create a new graph that holds templates for Link Rules.
64
+
The graph IRI will be needed for configuration later on.
64
65
65
66
!!! info
66
67
@@ -162,29 +163,29 @@ The source / target resources are always referred as variable `a`.
162
163
163
164
In the example below, resources are selected which are of type variable `class` and are referenced another resource named `subResource` by the property `http://example.com/vocab/hasParent`. The `class` variable is restricted to be one of `http://example.com/vocab/Company` or `http://example.com/vocab/Department`.
0 commit comments