bungeni-org / bungeni-editor

The Bungeni Editor is Drafting and Markup framework for XML production built on the OpenOffice.org platform. It supports different legislative document types (e.g hansard, bill) and supports definition of custom types, and allows markup and storage of metadata within the ODF document.
3 stars 0 forks source link

Migrate to ODF 1.2 RDF metadata #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current implementation of capturing metadata in odf for document artifacts 
uses style sheet properties. This is at best a hack and has limitations like no 
support for hierarchical metadata and storage of metadata in styling 
information.

ODF 1.2 and Openoffice 3.2 introduced a RDF metadata api which captures 
metadata in rdf format and within meta.xml (rather than in a style)
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/RDF_me
tadata

To do :

Develop a prototype to test in the editor scenario
Migrate the Editor's native metadata API to support rdf metadata
Add support in BungeniODFDOM for rdf metadata 

Original issue reported on code.google.com by ashok.ha...@gmail.com on 2 Feb 2011 at 8:22

GoogleCodeExporter commented 9 years ago
Editor uses RDF 1.2 metadata

Original comment by ashok.ha...@gmail.com on 15 Mar 2012 at 11:37