12 May
2017
12 May
'17
6:04 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18585 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 63393 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63393&action=edit Bug 18585 - Connect to RDF triplestore This commit adds a 'triplestore' method to C4::Context, which returns a RDF::Trine::Model object if triplestore.yaml is properly configured. (At the moment, it just supports RDF::Trine::Store::SPARQL, but it would be trivial to add support for RDF::Trine::Store::DBI too.) This code will provide a base from which people can use RDF::Trine for querying and updating a RDF triplestore. -- You are receiving this mail because: You are watching all bug changes.