Open
Description
I am using rdf
from the command line as recommended:
rdf serialize --input-format tabular --output-format ttl file.csv
where file.csv
is accompanied by file.csv-metadata.json
I have been trying to reproduce the output of some examples and then create my own, but the output I got from my own attempt didn't match. After much head-scratching, I realized that my JSON wasn't valid -- I had put an extra comma before a closing brace. Once I corrected the metadata JSON, the expected output was generated.
Is there a way to detect that issue when creating RDF from the CSV?
Metadata
Metadata
Assignees
Labels
No labels