https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18713 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63908|0 |1 is obsolete| | --- Comment #6 from David Cook <dcook@prosentient.com.au> --- Created attachment 63909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63909&action=edit Bug 18713 - Add support for named graphs and rfds:seeAlso to Koha::RDF This patch adds methods to Koha::RDF that creates or deletes a named graph by removing/adding RDF quads from/to a triplestore. This patch also can create a rdfs:seeAlso relationship between two RDF entities. This patch includes unit tests for both of these changes. _TEST PLAN_ 1) Run "prove t/Koha/RDF.t" 2) Note that all tests have run successfully. -- You are receiving this mail because: You are watching all bug changes.