From | Chi-Yu Huang |
Date | Mon, 11 Apr 2005 12:13:26 +1200 |
Subject | Re: [greenstone-users] Tutorial on using METS? |
In-Reply-To | (200504080934-j389YEWe023768-hkuhp12-hku-hk) |
Hi Dave, In Greenstone we use METS in a very specific way - as an alternative archive format to Greenstone Archive format. If the option '-saveas METS' is used with import.pl (and export.pl), then source documents will be converted to the Greenstone METS profile, which uses Dublin_Core as its metadata. This divides documents into sections, stores metadata at the section or document level and uses XML xpointer syntax to locate the content of the source documents stored in a temporary XML file. Then when building (indexing) the collection, the METS plugin is used to read in the METS files. It is therefore only designed to process METS documents that match the Greenstone METS profile. If you want to see our METS format, you can simply import (export) a collection and save as the "METS" format. You can try the command as follows: import.pl (export.pl) -saveas METS collection_name Then, in your archives directory (or export directory if you use export.pl), you will see two files: docmets.xml which stores all the metadata either in the document or section level and the associated file pointers and doctxt.xml which stores the content of the source documents in an XML format. Greenstone METS profile has been officially approved by the Library of Congress and you can find the relevant document at the following website: http://www.loc.gov/standards/mets/profiles/00000006.xml Hope this is useful! regards, Chi-Yu Dave wrote:
|