You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think rdf-tabular does not handle lists in columns properly, when mapping to RDF.
I have a dataset of applications classified by their themes, and I need a list of themes to be in one column (I have the "normalized" version elsewhere). So the data looks like this:
I think rdf-tabular does not handle lists in columns properly, when mapping to RDF.
I have a dataset of applications classified by their themes, and I need a list of themes to be in one column (I have the "normalized" version elsewhere). So the data looks like this:
I utilize the
separator
feature of CSVW like this:Then I translate this to RDF using
rdf serialize --input-format tabular --output-format turtle --minimal app.csv
. I get:Note the comma in the
dcat:theme
value. What I would expect is multiple values like this:The text was updated successfully, but these errors were encountered: