https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18713 --- Comment #13 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 69633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69633&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. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.