https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18585
--- Comment #7 from David Cook <[email protected]> --- (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.) 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). >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, 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
