Skip to content

Templating

Sabbir Rashid edited this page Mar 3, 2019 · 3 revisions

Templating

Templating in the Dictionary Mapping (DM) table adopts the scheme used by RML and R2RML (See https://www.w3.org/TR/r2rml/#from-template).

Essentially, in the Template column of the DM, it is possible to specify format for the generated URI by specifying a template string and encompassing valid column name(s) within curly brackets: string-{col_name}.

The value in the curly brackets resolves to the value for that column in the current row.

Clone this wiki locally