Bug 7236 - Add "Save as RDF" option to the OPAC
Summary: Add "Save as RDF" option to the OPAC
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Magnus Enger
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 10787
  Show dependency treegraph
 
Reported: 2011-11-16 10:12 UTC by Magnus Enger
Modified: 2023-08-21 08:39 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Enger 2011-11-16 10:12:34 UTC
Today it's possible to save a record from the detail view in the OPAC in multiple formats. This enhancement proposes to add RDF'ized MARC records to the list of available formats. 

Records should be available in all serializations offered by the RDF tools used to generate them: rdfxml, ntriples, turtle etc. 

The conversion to RDF should be governed by a mapping file, so it can be tweaked easily. 

I'm working on a proof of concept conversion script here, based on RDF::Redland: https://github.com/MagnusEnger/marc2rdf This could perhaps serve as the basis for a C4::RDF::marc2rdf function when it's functional.
Comment 1 Katrin Fischer 2023-08-04 17:54:55 UTC
Magnus, do you still plan to implement this?
Comment 2 Magnus Enger 2023-08-21 08:39:02 UTC
(In reply to Katrin Fischer from comment #1)
> Magnus, do you still plan to implement this?

I'm still thinking about RDF/Linked Data, but this is probably not the most interesting piece of that puzzle, so we can probably close it for now.