Datatypes specified while annotating columns from the Tabular Annotation view are discarded in the automatically generated RDF mapping.
How to reproduce:
- Create a new transformation and upload a file
- Switch to the Tabular Enrichment tab
- Annotate a column (A) as a URI column
- Annotate a column (B) as a literal, specify its datatype (e.g., xsd:string), and set A as its source column.
- Click the "Update RDF mappings" button
- Switch to the RDF Mapping view and select the Tabular Annotation mappings tab in the left panel
- Edit the Literal node created for column B
RESULT: the datatype is missing and the toggle "Assign a data type" is off.
This error prevents the transformation to properly work (see #93).