Closed BenjaminHofstetter closed 1 year ago
This data is already RDF, right? Maybe serialise as JSON-LD and then into YAML to keep the graph structure?
no the data is not RDF. The saved notebook is a JSON array with Code and Markdown cells . The scope of this Version control. I had the json as one liner. This is not good for Version control. Right now the JSON is formatted and it's not a one liner anymore. But the SPARQL Queries are still stored as one line with \n. Again not very Version Control friendly.
we can use external SPARQL file to have that
It's a good solution and very Version Control friendly.
This is what a json to yaml converter (https://www.json2yaml.com/) would spit out: