buda-base / buda-issues

Use this repository to raise BUDA-wide project issues such as new feature requests, architectural issues and so on
Apache License 2.0
0 stars 0 forks source link

ability to upload trig files on Fuseki #4

Open eroux opened 5 years ago

eroux commented 5 years ago

IIRC, there are bugs when uploading trig files to Fuseki, that's why we convert them into ttl and infer the graph from the file name. For future purposes, we might need to decorelate the graph name from the file (for instance having multiple graphs in one file, or having other file names for some reason). We should report that bug to Jena, Chris can you do that?

xristy commented 5 years ago

I don't recall any recent issues. Early on(2017) there was some problem with triples not always getting transferred; however, I don't recall the problem being specifically related to trig/quad data.

There was a problem fixed in late 2017 that may have fixed the issue you're thinking of.

eroux commented 5 years ago

perhaps this is something that cannot be fixed, what I was hoping to achieve is that when used with a trig file, the s-put binary would put all the graphs in the trig file. I think that if it was doing that, we wouldn't need the complexity of bin/putg on buda2, and we could de-correlate the graph name from the file name. What do you think?