Changeset 14214 for greenstone3/trunk/web/sites
- Timestamp:
- 2007-07-03T11:44:41+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/sites/localsite/collect/gs2mgppdemo/etc/collectionConfig.xml
r14188 r14214 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <CollectionConfig xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 <OAI> 4 <ListMetadataFormats> 5 <!--What metadata sets to support is collection specific. To support other metadata schema, simply add a metadataFormat element here. 6 The support of unqualified Dublin Core metadata set is mendatory in the oai specification. 7 --> 8 <metadataFormat metadataPrefix="oai_dc"> 9 <metadataPrefix>oai_dc</metadataPrefix> 10 <schema>http://www.openarchives.org/OAI/2.0/oai_dc.xsd</schema> 11 <metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace> 12 <mappingList> 13 <!-- 14 The mapping is in the form: <publicly supported metadata name>,<mapped metadata name>, short as <A>,<B> 15 The first metadata name is medatory; if there is no mapped name followed, then the first name must be used by the records and 16 searchable in the database, otherwise it is the mapped name stored in the database. The number of mapping elements matches the 17 number of external metadata of the records. If only one name is present, the returned metadata will use this name plus the retrieved value; 18 if both <A>,<B> are present, the returned metadata will use <A>'s name plus <B>'s value retrieved from database. 19 20 **Bear in mind: if this mapping list is not present, the standard dc. metadata names (15 in total) will be used to retrieve metadata in the database. 21 --> 22 <mapping>dc.Title,dls.Title</mapping> 23 <mapping>dc.Subject,dls.Subject</mapping> 24 <mapping>dc.Language,dls.Language</mapping> 25 <mapping>dc.Organization,dls.Organization</mapping> 26 </mappingList> 27 </metadataFormat> 28 <!-- 29 This metadata format is an example of user created metadata fields 30 <metadataFormat metadataPrefix="oai_gs"> 31 <metadataPrefix>oai_gs</metadataPrefix> 32 <schema>http://www.greenstone.org/OAI/2.0/oai_gs.xsd</schema> 33 <metadataNamespace>http://www.greenstone.org/OAI/2.0/oai_gs/</metadataNamespace> 34 <mappingList> 35 <mapping>dls.Title</mapping> 36 <mapping>dls.Subject</mapping> 37 <mapping>dls.Language</mapping> 38 <mapping>dls.Organization</mapping> 39 </mappingList> 40 </metadataFormat> 41 --> 42 </ListMetadataFormats> 43 </OAI> 3 44 <metadataList> 4 45 <metadata lang="en" name="creator">[email protected]</metadata>
Note:
See TracChangeset
for help on using the changeset viewer.