Bug 7236

Summary: Add "Save as RDF" option to the OPAC
Product: Koha Reporter: Magnus Enger <magnus>
Component: OPACAssignee: Magnus Enger <magnus>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P5 - low CC: dcook, heather_hernandez
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 10787    

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.