[Koha-bugs] [Bug 18586] Create module to mint RDF subject URIs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 22 09:04:51 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18586

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
I've created a Koha::RDF module and a mint_uri() method. It just creates and
returns the URI string using the URI module. I've also added some tests for it.

I think saving it to the database will be part of AddBiblio and/or ModBiblio.
Some thinking to do about how best to optimally add the URI to the database.
Off the top of my head, I'd want to save it at AddBiblio time, but you'd want
to be able to update existing biblios... so if you do ModBiblio,  you could
just run touch_all_biblios.pl. Anyway, it's 5:04pm, so that's another day.

I'll post the code tomorrow morning.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list