Skip to content

Commit

Permalink
spec typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdmeest committed May 10, 2023
1 parent a1dce9b commit 05b927c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion spec/docs/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ An [=Expression Map=] can have the following properties:
The [=Function=] is specified using an [=Function Map=] and the [=Parameter=]s are specified using [=Input=]s.
- As such, an Function Execution can be seen as a way to describe [=Execution=]s.
- An <dfn>Function Map</dfn>: a [=Term Map=] that MUST generate a named node. That named node specifies the referenced [=Function=].
- This can also be specified using a [=constant shortcut property=].
- This can also be specified using a [=constant expression shortcut property=].
- An <dfn>Input</dfn>: a construct to pairwise connect a value (via a [=Term Map=]) to a [=Parameter Map=].
- This [=Term Map=] generates the input value that should be bound to the [=Parameter=] of the referenced [=Function=].
- This [=Term Map=] refers to values from the [=Triples Map=]s iteration.
Expand Down
10 changes: 5 additions & 5 deletions spec/docs/ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the preferred prefix is `rml:`.
See below for how FNML introduced terms align with RML Core.

<figure id="figure-diagram">
<img src="./diagrams/diagram.png" alt="FNML diagram" />
<img src="../diagrams/diagram.png" alt="FNML diagram" />
<figcaption>Visual overview of how FNML introduced terms align with RML Core</figcaption>
</figure>

Expand Down Expand Up @@ -88,7 +88,7 @@ Range: rml:ReturnMap

#### rml:return

[=constant shortcut property=] of rml:returnMap.
[=constant expression shortcut property=] of rml:returnMap.

### rml:functionMap

Expand All @@ -100,7 +100,7 @@ Range: fno:Function

#### rml:function

[=constant shortcut property=] of rml:functionMap.
[=constant expression shortcut property=] of rml:functionMap.

### rml:input

Expand All @@ -116,7 +116,7 @@ Range: rml:ParameterMap

#### rml:parameter

[=constant shortcut property=] of rml:parameterMap
[=constant expression shortcut property=] of rml:parameterMap

### rml:inputValueMap

Expand All @@ -128,7 +128,7 @@ Range: rml:TermMap

#### rml:inputValue

[=constant shortcut property=] of rml:inputValueMap
[=constant expression shortcut property=] of rml:inputValueMap

<div class="practice">

Expand Down

0 comments on commit 05b927c

Please sign in to comment.