source: main/trunk/greenstone2/collect/demo/import/b21wae/metadata.xml@ 27030

Last change on this file since 27030 was 27030, checked in by ak19, 11 years ago

Updating demo collection's import documents to use dc.Title, dc.Language and dc.Subject fields in place of their dls.* equivalents, as these are common to both dc and dls metadata sets. The collect.cfg for GS2 has now been updated to make use of this. Need to make similar changes to GS3's collectionConfig.xml for the demo docs.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE DirectoryMetadata SYSTEM "http://greenstone.org/dtd/DirectoryMetadata/1.0/DirectoryMetadata.dtd">
3<DirectoryMetadata>
4 <FileSet>
5 <FileName>.*</FileName>
6 <Description>
7 <Metadata name="dc.Title">The Water Buffalo: New Prospects For An Underutilized Animal (1984) (b21wae)</Metadata>
8 <Metadata mode="accumulate" name="dc.Language">English</Metadata>
9 <Metadata mode="accumulate" name="dc.Subject">Animal Husbandry and Animal Product Processing|Cattle</Metadata>
10 <Metadata mode="accumulate" name="dc.Subject">Animal Husbandry and Animal Product Processing|Other animals (micro-livestock, little known animals, silkworms, reptiles, frogs, snails, game, etc.)</Metadata>
11 <Metadata mode="accumulate" name="dls.Organization">BOSTID</Metadata>
12 <Metadata mode="accumulate" name="dls.Keyword">utilize the Water Buffalo more effectively</Metadata>
13 </Description>
14 </FileSet>
15</DirectoryMetadata>
Note: See TracBrowser for help on using the repository browser.