Skip to content

Commit

Permalink
added aligned diagram, closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdmeest committed Feb 1, 2023
1 parent 44c8b76 commit 6f3bdca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file added diagrams/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ We use terms defined in the FNML ontology to link [[RML]] with [[FNO]].

The ontology namespace is [http://semweb.mmlab.be/ns/fnml#](http://semweb.mmlab.be/ns/fnml#),
the preferred prefix is `fnml:`.
See below for how FNML introduced terms align with RML Core.

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

### function-valued term map

Expand Down Expand Up @@ -175,7 +181,3 @@ It is still an open issue to joining values across data sources _with_ join cond
see, e.g. test case [RMLFNOTC0019](https://github.com/RMLio/rml-fno-test-cases/tree/master/RMLFNOTC0019-CSV).
</p>
</div>

<p class="issue" data-number="4" data-format="markdown">
The mapping challenge [Join on literals](https://github.com/kg-construct/mapping-challenges/pull/29) also influences this spec.
</p>
2 changes: 1 addition & 1 deletion overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The latter would be described as follows using an FnO Execution description:

## FNML Example - shortcuts

To connect this function with the RML mapping document, we make use of FNML, see below, which makes maximal use of shortcuts.
To connect this function with the RML mapping document, we make use of FNML, see below for an example, which makes maximal use of shortcuts.

<figure>
<pre class="mermaid nohighlight override" style="width: 100%">
Expand Down

0 comments on commit 6f3bdca

Please sign in to comment.