Bug 18586: Create module to mint RDF subject URIs
authorDavid Cook <dcook@prosentient.com.au>
Tue, 23 May 2017 02:06:59 +0000 (12:06 +1000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 9 Aug 2018 12:11:16 +0000 (12:11 +0000)
commit537c30984fcd1cf3dc2efef43545fba0803e6b99
tree77e07b7ac2a66def8c4cd496ba7468df9f6cb5ce
parent5260482a619fa5aa88e83a8c2c3afe1b159ad5fa
Bug 18586: Create module to mint RDF subject URIs

Created the Koha::RDF module to mint URIs for RDF documents that
represent Koha bibliographic records.

_TEST PLAN_
To test the module, just run 'prove t/Koha/RDF.t'.

You'll get
some warnings about not being able to find koha-conf.xml, but
you can safely ignore them or you can point to any koha-conf.xml
file since it's not used by the test in actuality.

Signed-off-by: Magnus Enger <magnus@libriotech.no>
Works as expected. No warnings when run like:
sudo koha-shell -c "prove t/Koha/RDF.t" kohadev

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/RDF.pm [new file with mode: 0644]
t/Koha/RDF.t [new file with mode: 0644]