[Koha-bugs] [Bug 13642] New: Adding new features for Dublin Core metadata

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 29 21:29:57 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642

            Bug ID: 13642
           Summary: Adding new features for Dublin Core metadata
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: hector.hecaxmmx at gmail.com
        QA Contact: testopia at bugs.koha-community.org

Adding new features for Dublin Core metadata

This is an enhancement for Dublin Core metadata. When Koha export a
bibliographic record to DC, makes it in XML format. This XML is not 
well-formed document and do not follows the DC-XML recommendations as should
be.

This enhancement gives to Koha the ability to download a file in XML or RDF
format.

A new module (/C4/DublinCoreTransformer.pm) is required for this purpose. This
module transform a marc record to Dublin Core following the DC Specifications:
DC-XML, Simple DC-RDF, DC-RDF and as agregated OAI-DC. RDF can be exported as
multiple formats like: rdfxml, rdfjson, ntriples, turtle, etc.

This patch include modification to these files:
MODULES:
/C4/Record.pm

OPAC:
/koha-tmpl/opac-tmpl/bootstrap/js/script.js
/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-datail-sidebar.inc
/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc
/opac/opac-export.pl

CATALOGUE
/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/datail.tt
/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc
/catalogue/export.pl

NOTE: MARC::Crosswalk::DublinCore not support RDA yet.
      Not uses XSL to convert the data.

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


More information about the Koha-bugs mailing list