source: main/trunk/greenstone2/collect/demo/import/wb34te/metadata.xml@ 27070

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

Part of commit 27030 from last week. Was left out through an oversight. Commit message was: 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 GS2 collect.cfg and GS3 collectionConfig.xml were already updated.

  • Property svn:keywords set to Author Date Id Revision
File size: 785 bytes
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">Development in practice: Toward Gender Equality (wb34te)</Metadata>
8 <Metadata mode="accumulate" name="dc.Language">English</Metadata>
9 <Metadata mode="accumulate" name="dc.Subject">Women, gender and development, women&apos;s organizations</Metadata>
10 <Metadata mode="accumulate" name="dls.Organization">World Bank</Metadata>
11 <Metadata mode="accumulate" name="dls.Keyword">achieve gender equality</Metadata>
12 </Description>
13 </FileSet>
14</DirectoryMetadata>
Note: See TracBrowser for help on using the repository browser.