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
| endpoint | yes || The endpoint to query. |`http://dbpedia.org/sparql`|
136
+
| limit | no |`2000`| The maximum number of instances per query template. |`100`|
137
+
| save | no |`true`| If set to `true`, query instances will be saved in a separate file. |`false`|
138
+
| individualResults | no |`false`| If set to `true`, the results of each individual template instance will be reported, otherwise if set to `false` their results will be subsumed for the query template. |`true`|
138
139
139
140
If the `save` attribute is set to `true`,
140
141
the instances will be saved in a separate file in the same directory as the query templates.
141
142
If the query templates are stored in a folder, the instances will be saved in the parent directory.
142
143
144
+
If the `individualResults` attribute is set to `false`,
145
+
the results of the instances will be subsumed for the query template.
146
+
The query template will then be considered as an actual query in the results.
147
+
143
148
Example of query configuration with query templates:
0 commit comments