https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18585 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- (In reply to Magnus Enger from comment #6)
At least the Fuseki triplestore has different endpoints for reading and writing data. With Fuseki as the triplestore, this bug only adds a read RDF::Trine::Model object. Would it be possible to do a followup that would aloow us to create both read and write objects? (As two separate objects.)
From there, RDF::Trine::Model will build the "update" and "query" URLs dynamically for reading and writing using the SPARQL 1.1 standard. (In fact,
Hi Magnus, I'm not sure why you think it adds a read-only object. I can 100% assure you that the RDF::Trine::Model object is both read and write. The URL you provide is to the dataset (e.g. http://semantikoha.libriotech.no:3030/david-koha-test). this is why RDF::Trine doesn't work with older versions of Virtuoso, since Virtuoso before 6.1.7 or so didn't comply with SPARQL 1.1.) -- You are receiving this mail because: You are watching all bug changes.