MaastrichtU-IDS / d2s-project-template

📋 Template to build CWL workflows to convert data to a RDF Knowledge Graph and deploy services.
https://d2s.semanticscience.org/
MIT License
5 stars 0 forks source link

Generate generic RDF from JSON #6

Open vemonet opened 5 years ago

vemonet commented 5 years ago

Convert JSON to XML, then use xml2rdf

Use https://github.com/lukas-krecan/json2xml ?

vemonet commented 4 years ago

Done with this pipeline using json2xml

vemonet commented 4 years ago

@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 ?

vemonet commented 4 years ago

Should we just use JSON-LD? Adding a context, any processing on the data can be done using SPARQL, or RML.

micheldumontier commented 4 years ago

yes, json-ld should work in most cases

vemonet commented 4 years ago

Same for XML and CSV?