https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18713 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #69633|0 |1 is obsolete| | --- Comment #29 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 83612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83612&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.