Open vemonet opened 5 years ago
Done with this pipeline using json2xml
@rcelebi @ammar257ammar
Reference issue to discuss about converting JSON to RDF the same way as xml2rdf
Already managed using https://github.com/lukas-krecan/json2xml ?
Should we just use JSON-LD? Adding a context, any processing on the data can be done using SPARQL, or RML.
yes, json-ld should work in most cases
Same for XML and CSV?
Convert JSON to XML, then use xml2rdf
Use https://github.com/lukas-krecan/json2xml ?