Skip to content

Commit

Permalink
better function factory docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jitsedesmet committed Oct 10, 2024
1 parent 056f453 commit ccb6eb7
Show file tree
Hide file tree
Showing 72 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-addition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Addition](https://www.w3.org/TR/sparql11-query/#func-a) function.
capable of evaluating the [Addition](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-ceil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Ceil](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Ceil](https://www.w3.org/TR/sparql11-query/#func-ceil) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-contains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Contains](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Contains](https://www.w3.org/TR/sparql11-query/#func-contains) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-day/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Day](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Day](https://www.w3.org/TR/sparql11-query/#func-day) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-division/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Division](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Division](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Encode For Uri](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Encode For Uri](https://www.w3.org/TR/sparql11-query/#func-encode) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-equality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Equality](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Equality](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-floor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Floor](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Floor](https://www.w3.org/TR/sparql11-query/#func-floor) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Greater Than Equal](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Greater Than Equal](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Greater Than](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Greater Than](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-hours/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Hours](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Hours](https://www.w3.org/TR/sparql11-query/#func-hours) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-inequality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Inequality](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Inequality](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-iri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Iri](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Iri](https://www.w3.org/TR/sparql11-query/#func-iri) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-is-blank/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Is Blank](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Is Blank](https://www.w3.org/TR/sparql11-query/#func-isBlank) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-is-iri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Is Iri](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Is Iri](https://www.w3.org/TR/sparql11-query/#func-isIRI) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-is-literal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Is Literal](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Is Literal](https://www.w3.org/TR/sparql11-query/#func-isLiteral) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-is-numeric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Is Numeric](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Is Numeric](https://www.w3.org/TR/sparql11-query/#func-isNumeric) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-is-triple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Is Triple](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Is Triple](https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#istriple) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-lang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Lang](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Lang](https://www.w3.org/TR/sparql11-query/#func-lang) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-langmatches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Langmatches](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Langmatches](https://www.w3.org/TR/sparql11-query/#func-langMatches) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-lcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Lcase](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Lcase](https://www.w3.org/TR/sparql11-query/#func-lcase) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Lesser Than Equal](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Lesser Than Equal](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-lesser-than/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Lesser Than](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Lesser Than](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-md5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Md5](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Md5](https://www.w3.org/TR/sparql11-query/#func-md5) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-minutes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Minutes](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Minutes](https://www.w3.org/TR/sparql11-query/#func-minutes) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-month/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Month](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Month](https://www.w3.org/TR/sparql11-query/#func-month) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Multiplication](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Multiplication](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-not/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Not](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Not](https://www.w3.org/TR/sparql11-query/#OperatorMapping) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-now/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Now](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Now](https://www.w3.org/TR/sparql11-query/#func-now) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-function-factory-term-object/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
that constructs a [term function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
capable of evaluating the [Object](https://www.w3.org/TR/sparql11-query/#func-datatype) function.
capable of evaluating the [Object](https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#object) function.

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
Expand Down
Loading

0 comments on commit ccb6eb7

Please sign in to comment.