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
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,14 +95,28 @@ Inside this project you need to create *Knowledge Graph datasets* for every grap
95
95
96
96
### Access condition
97
97
98
-
Create a dedicated access condition that allows users to execute link rules and write results to the output graphs of created link rules.
98
+
Create a dedicated access condition that allows respective users to execute link rules and write results to the output graphs of created link rules.
99
99
100
100
This access conditions is used by the Link Rules module to grant write access to the output graph whenever a new rule is created.
101
101
102
102
!!! info
103
103
104
104
It is currently not possible to set a *Access Condition Identifier* nor to simply retrieve the IRI of an existing access condition. Hence the admin needs to retrieve the IRI of this access condition from the CMEM Access Conditions graph.
105
105
106
+
In order to enable users to use the Link Rules Module, the following must be allowed (this can be granted in this rule or be defined separately):
107
+
108
+
-**Allow reading graph**
109
+
- Respective data graphs
110
+
-**Allow writing graph**
111
+
-*CMEM DI Project Config* graph of the "Link Rules" project
112
+
-`{IRI of the Link Rules project}_meta`
113
+
-**Allowed action**
114
+
-*Build - Workspace*
115
+
-*Explore - Knowledge Graph Exploration*
116
+
-*Explore - Link Rules Module*
117
+
-**Graph pattern for granting write access**
118
+
- Pattern according to the *Output Graph Template*, e.g. `http://eccenca.com/user_rules/result_*`
119
+
106
120
### Workspace configuration
107
121
108
122
Enable the *Link Rules* module.
@@ -130,13 +144,13 @@ Templates can be managed at *Link Rules module* -> *Manage Templates*.
130
144
131
145
Create a new Link Rule Template. Such a template describes an abstract link rule with pre-defined settings.
132
146
133
-
-**Label**: A mandatory label for the template.
134
-
-**Target Property**: The (default) connecting property for the derived link rules. The property can be individually set for each link rule later on.
135
-
-**Input** group: The datasets which hold the subjects (source) and objects (target) to link.
136
-
-**Source/Target Dataset**: The dataset holding the resources to link.
137
-
-**Source/Target Resource Pattern**: A filter description template for the resources to link. This is a JSON object as described in [Graph Resource Pattern](#graph-resource-pattern). When creating a Link Rule based on this template these resource patterns can be altered. So this template may remain simple, but should provide sufficient help for the end user to define a proper resource selection.
138
-
-**Output** group: The dataset which will hold the Link Rule results.
139
-
-**Output Graph**: The graph IRI where to write the Link Rule results. Available placeholders: `{name}` for the Link Rules name.
147
+
-**Label**: A mandatory label for the template.
148
+
-**Target Property**: The (default) connecting property for the derived link rules. The property can be individually set for each link rule later on.
149
+
-**Input** group: The datasets which hold the subjects (source) and objects (target) to link.
150
+
-**Source/Target Dataset**: The dataset holding the resources to link.
151
+
-**Source/Target Resource Pattern**: A filter description template for the resources to link. This is a JSON object as described in [Graph Resource Pattern](#graph-resource-pattern). When creating a Link Rule based on this template these resource patterns can be altered. So this template may remain simple, but should provide sufficient help for the end user to define a proper resource selection.
152
+
-**Output** group: The dataset which will hold the Link Rule results.
153
+
-**Output Graph**: The graph IRI where to write the Link Rule results. Available placeholders: `{name}` for the Link Rules name.
0 commit comments