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: pages/docs/2_modify/1_getting_started/1_custom_config_cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ For example, the imported config file `files-cais:config/sets/sparql-queryoperat
93
93
}
94
94
```
95
95
96
-
This example `files-cais:config/sets/sparql-queryoperators.json` config file contains three _[actors](/docs/modify/advanced/architecture/)_ that will be loaded into Comunica,
96
+
This example `files-cais:config/sets/sparql-queryoperators.json` config file contains three _[actors](/docs/modify/advanced/architecture_core/)_ that will be loaded into Comunica,
97
97
which each fulfill a specific task:
98
98
99
99
*`ActorQueryOperationDistinctHash`: Executes the SPARQL `DISTINCT` operator.
is a TypeScript union type over the following interfaces:
21
21
22
-
*[`IActorQueryOperationOutputBindings`](https://comunica.github.io/comunica/interfaces/bus_query_operation.iactorqueryoperationoutputbindings.html): Represents a stream of bindings.
23
-
*[`IActorQueryOperationOutputQuads`](https://comunica.github.io/comunica/interfaces/bus_query_operation.iactorqueryoperationoutputquads.html): Represents a stream of quads.
24
-
*[`IActorQueryOperationOutputBoolean`](https://comunica.github.io/comunica/interfaces/bus_query_operation.iactorqueryoperationoutputboolean.html): Represents a boolean result.
22
+
*[`IActorQueryOperationOutputBindings`](https://comunica.github.io/comunica/modules/bus_query_operation.html#iactorqueryoperationoutputbindings): Represents a stream of bindings.
23
+
*[`IActorQueryOperationOutputQuads`](https://comunica.github.io/comunica/modules/bus_query_operation.html#iactorqueryoperationoutputquads): Represents a stream of quads.
24
+
*[`IActorQueryOperationOutputBoolean`](https://comunica.github.io/comunica/modules/bus_query_operation.html#iactorqueryoperationoutputboolean): Represents a boolean result.
25
25
26
26
## Bindings output
27
27
28
-
An output of type [`IActorQueryOperationOutputBindings`](https://comunica.github.io/comunica/interfaces/bus_query_operation.iactorqueryoperationoutputbindings.html)
28
+
An output of type [`IActorQueryOperationOutputBindings`](https://comunica.github.io/comunica/modules/bus_query_operation.html#iactorqueryoperationoutputbindings)
29
29
looks as follows:
30
30
31
31
```typescript
@@ -45,7 +45,7 @@ which are of type `Map<string, RDF.Term>` where keys are variable names prefixes
45
45
46
46
## Quads output
47
47
48
-
An output of type [`IActorQueryOperationOutputQuads`](https://comunica.github.io/comunica/interfaces/bus_query_operation.iactorqueryoperationoutputquads.html)
48
+
An output of type [`IActorQueryOperationOutputQuads`](https://comunica.github.io/comunica/modules/bus_query_operation.html#iactorqueryoperationoutputquads)
An output of type [`IActorQueryOperationOutputBoolean`](https://comunica.github.io/comunica/interfaces/bus_query_operation.iactorqueryoperationoutputboolean.html)
65
+
An output of type [`IActorQueryOperationOutputBoolean`](https://comunica.github.io/comunica/modules/bus_query_operation.html#iactorqueryoperationoutputboolean)
0 commit comments