source: collections/documented-examples/trunk/marc-e/etc/collect.cfg@ 19209

Last change on this file since 19209 was 19209, checked in by kjdon, 15 years ago

started updating this, needs more work

  • Property svn:executable set to *
File size: 24.1 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5buildtype mgpp
6
7indexes text dc.Title
8defaultindex text
9
10levels document
11
12plugin GreenstoneXMLPlugin
13plugin MARCPlugin
14plugin MetadataXMLPlugin
15plugin ArchivesInfPlugin
16plugin DirectoryPlugin
17
18classify AZList -metadata dc.Title -removesuffix \\s*(\\/|;|,|\\.).*
19classify AZCompactList -metadata dc.Creator -removesuffix (b\\.\\s+)?(\\d+(\\-?))(\\d+(\\.)?)?
20classify AZCompactList -metadata dc.Subject
21
22format VList "<td>[link][icon][/link]</td>
23<td>{If}{[numleafdocs],[Title],<b>[dc.Title]</b>{If}{[dc.Creator], [sibling:dc.Creator]}{If}{[dc.Publisher], <i>[dc.Publisher]</i>}}</td>{If}{[numleafdocs],<td><i>([numleafdocs])</i></td>}"
24
25#format CL2VList "<td>[link][icon][/link]</td><td>{If}{[numleafdocs],[Title],[dc.Creator]; <i>[dc.Title]</i>{If}{[dc.Publisher], <i>[dc.Publisher]</i>}}</td><td>{If}{[numleafdocs],<i>([numleafdocs])</i>}</td>"
26#format CL3VList "<td>[link][icon][/link]</td><td>{If}{[numleafdocs]{[Title],[dc.Title]{If}{[dc.Creator], [dc.Creator]}{If}{[dc.Publisher], [dc.Publisher]}}</td><td>{If}{[numleafdocs],<i>([numleafdocs])</i>}</td>"
27
28format HList "[link][highlight][ex.Title][/highlight][/link]"
29
30format DocumentHeading "[dc.Title]<br>"
31
32format DocumentText "[Text]"
33
34format DocumentButtons ""
35
36format SearchTypes "plain,form"
37
38collectionmeta .text [l=en] "_labeltext_"
39collectionmeta .Title [l=en] "_labelTitle_"
40collectionmeta .Source [l=en] "_labelSource_"
41
42
43# -- English strings ----------------
44collectionmeta collectionname [l=en] "MARC example"
45
46# -- French strings ----------------
47collectionmeta collectionname [l=fr] "Exemple MARC"
48
49# -- Spanish strings ----------------
50collectionmeta collectionname [l=es] "Colección de muestra MARC"
51
52# -- Russian strings ----------------
53collectionmeta collectionname [l=ru] "ПрОЌер MARC"
54
55# -- English text ----------------
56collectionmeta collectionextra [l=en] "This collection, which contains _about:numdocs_ MARC entries, is based on the MARC records of working papers published by
57<a href=\"http://www.cs.waikato.ac.nz\">Computer Science Department</a> at <a href=\"http://www.waikato.ac.nz\">the University of Waikato</a>.
58<a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=HASH0127daf20f8b3eec5c5db834s9\">Here</a> is a sample document in the collection.
59
60<h3>How the collection works</h3>\n
61
62<p>
63The <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>configuration file</a> uses <i>MARCPlugin</i> to process the MARC records, as well as the
64standard plugins. There are three classifiers, based on <i>dc.Title</i>,
65<i>dc.Creator</i>, and <i>dc.Subject</i> metadata. The <i>Title</i> classifier uses AZList, while the other two use AZCompactList, which groups items with the same metadata into a bookshelf. The <i>-removesuffix</i> argument for the <i>Title</i> and <i>Creator</i>
66classifiers removes suffixes from the metadata string (<i>dc.Title</i> and
67<i>dc.Creator</i> respectively). This is specified as a PERL regular
68expression, and trims characters (such as trailing punctuation)
69from the strings for display.
70<p>
71The <i>VList</i> format statement controls the display of search results and all classifiers. For bookshelves, the number of leaf documents is displayed on the right-hand side. For documents, <i>dc.Title</i> is displayed, along with <i>dc.Creator</i> and <i>dc.Publisher</i>. <i>[sibling:dc.Creator]</i> is used as dc.Creator has multiple values, and specifies that all values be output, not just the first one.
72<p>
73
74The MARC plugin uses a special file to map MARC field numbers to
75Greenstone-style metadata. This file resides in the
76<i>greenstone/etc</i> directory, and is called
77<a href=\"_httpprefix_/etc/marc2dc.txt\" target=marc2dc>marc2dc.txt</a>.
78It lists the correspondences between MARC field numbers and Greenstone
79metadata. Any MARC fields that are not listed simply do not
80appear as metadata, though they are still present in the
81Greenstone document. Each line in the file has the format
82<blockquote>
83&lt;MARC field number&gt; -&gt; GreenstoneMetadataName
84</blockquote>
85Lines in the file that begin with \"\#\" are comments (however, comments
86have been stripped out of the listing below).\n
87<p>
88The standard version of this file is loosely based on
89the MARC to Dublin Core mapping found at <a
90href=\"http://www.loc.gov/marc/marc2dc.html\">http://www.loc.gov/marc/marc2dc.html</a>
91(which assumes USMARC/MARC21).
92
93** delete the rest and talk about
94multiple marc fields map to one dc. eg creator
95some deoendent on subfields
96mar2qdc
97write own and put in collection
98
99, and contains these lines:\n
100<p>
101<a href=\"_httpprefix_/etc/marc2dc.txt\" target=marc2dc>greenstone/etc/marc2dc.txt</a>
102<br>\n
103651, 662 -&gt; dc.Coverage
104<br>\n
105751, 752 -&gt; dc.Coverage
106<br>\n
107720 -&gt; dc.Creator
108<br>\n
109100, 110, 111 -&gt; dc.Creator
110<br>\n
111700, 710, 711 -&gt; dc.Creator
112<br>\n
113260$c$g -&gt; dc.Date
114<br>\n
115500-505, 507-529 -&gt; dc.Description
116<br>\n
117531-539, 541-545, 547-599 -&gt; dc.Description
118<br>\n
119340 -&gt; dc.Format
120<br>\n
121856$q -&gt; dc.Format
122<br>\n
123020$a, 022$a, 024$a -&gt; dc.Identifier
124<br>\n
125856$q -&gt; dc.Identifier
126<br>\n
127041$a$b$d$e$f$g$h$j -&gt; dc.Language
128<br>\n
129546 -&gt; dc.Language
130<br>\n
131260$a$b -&gt; dc.Publisher
132<br>\n
133787$o$t -&gt; dc.Relation
134<br>\n
135530, 760-785 -&gt; dc.Relation
136<br>\n
137506, 540 -&gt; dc.Rights
138<br>\n
139786$o$t -&gt; dc.Source
140<br>\n
141534$t -&gt; dc.Source
142<br>\n
143600, 610, 611, 630, 650, 653 -&gt; dc.Subject
144<br>\n
145245, 246 -&gt; dc.Title
146<br>\n
147655 -&gt; dc.Type
148\n
149
150<p>
151
152Several different MARC fields are mapped on to Dublin Core <i>dc.Creator</i>.
153Field 720 is \"Uncontrolled name,\" 100 is \"Personal name,\" 110 is
154\"Corporate name,\" 111 is \"Meeting name.\" Actual MARC records normally
155define only one of these fields, and anyway Greenstone allows
156multi-valued metadata.\n
157<p>
158MARC field 520 (\"Summary, note\") is mapped to
159Dublin Core <i>Description</i>; field 856 (\"Electronic location\") is mapped to
160<i>URL</i>; field 787 (\"Nonspecific relationship note\") to Relation; field 540
161(\"Reproduction note\") to <i>Rights</i>; field 245 (\"Title statement\") to
162<i>dc.Title</i>; field 655 (\"Index term - genre/form\") to <i>Type</i>. Both fields 650
163(\"Subject: topical term\") and 653 (\"Index term: uncontrolled\") are
164mapped to <i>dc.Subject</i>.\n
165<p>
166MARC field 024 (\"Identifier\") is not mapped to Greenstone metadata,
167because Greenstone uses its own <i>Identifier</i> metadata; instead it is
168mapped to a different Greenstone metadata element called
169<i>MarcIdentifier</i>. Likewise field 786 (\"Data source entry\") is not mapped
170to <i>Source</i>, because Greenstone has <i>Source</i> metadata, but to a new
171metadata field called <i>MarcSource</i> instead; and field 546 (\"Language\") is
172mapped to <i>MarcLanguage</i>.\n
173<p>
174Some MARC fields with Dublin Core
175counterparts are simply ignored, e.g. 620 (<i>Contributor</i>) and 500
176(<i>Coverage</i>). MARC field 260 is called \"Publication, etc\") and is mapped
177in its entirety to <i>Publisher</i>. In fact, field 260c (a subfield) is
178supposed to be publication date, but is not mapped as such.\n
179<p>
180Of course, different mappings can be defined by altering the above
181file-which allows the MARC plugin to support other variants of the MARC
182format. The plugin does not recognize individual MARC subfields: it
183simply concatenates them together. However, enhancing it to deal
184appropriately with subfields would not be a difficult job: it would
185involve altering a couple of pages of PERL code in the MARC plugin.
186"
187
188# -- French text ----------------
189collectionmeta collectionextra [l=fr] "Cette collection, which contains _about:numdocs_ MARC entries, is based on the MARC records of working papers published by
190<a href=\"http://www.cs.waikato.ac.nz\">Computer Science Department</a> at <a href=\"http://www.waikato.ac.nz\">the University of Waikato</a>.
191<a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=HASH0127daf20f8b3eec5c5db834s9\">Voici</a> un document échantillon dans la collection.
192
193<h3>Comment marche cette collection ?</h3>
194
195<p>
196Le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de configuration</a> utilise <i>ZipPlug</i> et <i>MarcPlug</i> à coté des trois qui sont utilisés en standard.
197Il y a trois classificateurs basés sur les méta-données <i>dc.Title</i>, <i>dc.Creator</i> et <i>dc.Subject</i>. _text1_
198 Ceci est spécifié comme une expression
199réguliÚre de PERL et ajuste pour l\'affichage des caractÚres (comme une ponctuation finale).
200<p>
201_text2_
202
203<p>
204Le module Marc utilise un fichier spécial pour la mise en correspondance des numéros de champ MARC avec les méta-donnée de type Greenstone. Ce fichier se trouve dans le répertoire <i>gsdl/etc</i>,
205et est appelé <a href=\"_httpprefix_/etc/marc2dc.txt\" target=marc2dc>marc2dc.txt</a>. Il liste les correspondences entre les numéros de champ MARC et les méta-données Greenstone. Tous les champs MARC qui ne sont pas listés ne vont pas apparaître comme méta-données, bien qu\'ils spient toujours présents dans le document Greenstone. Chaque ligne dans le fichier à le format:
206
207<blockquote>
208&lt;numéro de champ MARC&gt; -&gt; NonMetadonnéeGreenstone
209</blockquote>
210
211Les lignes dans le fichier qui commence par \"\#\" sont des commentaires (cependant, les commentaires ont été enlevées du listing ci-dessous).
212
213<p>
214La version standard de ce fichier est approximativement basée sur la mise en correspondance MARC - Dublin Core trouvé à <a href=\"http://www.loc.gov/marc/marc2dc.html\">http://www.loc.gov/marc/marc2dc.html</a>
215(qui suppose USMARC/MARC21), et contient ces lignes :
216<p>
217<a href=\"_httpprefix_/etc/marc2dc.txt\" target=marc2dc>gsdl/etc/marc2dc.txt</a>
218<br>
219720 -&gt; dc.Creator
220<br>
221100 -&gt; dc.Creator
222<br>
223110 -&gt; dc.Creator
224<br>
225111 -&gt; dc.Creator
226<br>
227520 -&gt; Description
228<br>
229856 -&gt; URL
230<br>
231260 -&gt; Publisher
232<br>
233787 -&gt; Relation
234<br>
235540 -&gt; Rights
236<br>
237024 -&gt; MarcIdentifier
238<br>
239786 -&gt; MarcSource
240<br>
241546 -&gt; MarcLanguage
242<br>
243650 -&gt; dc.Subject
244<br>
245653 -&gt; dc.Subject
246<br>
247245 -&gt; dc.Title
248<br>
249655 -&gt; Type
250
251<p>
252Plusieurs champs MARC mis en correspodance avec <i>dc.Creator</i> de Dublin Core. Le champ 720 est \"Uncontrolled name,\" 100 est \"Personal Name,\" 110 est \"Corporate Name,\" 111 est \"Meeting Name.\" Les enregistrements MARC actuels définissent normallement seulement un de ces champs, et de toutes les façons Greenstone permet des méta-données à valeurs multiples.
253
254<p>
255Le champ MARC520 (\"Summary note\") est mis en correspodance avec <i>Description</i> de Dublin Core; le champ 856 (\"Electronic location\") mis en correspondance avec <i>URL</i>; champ 787 (\"Nonspecific relationship note\") avec <i>Relation</i>; le champ 540 (\"Reproduction note\") avec <i>Rights</i>; le champ 245 (\"Title statement\") avec <i>dc.Title</i> ; le champ 655 (\"Index term-genre/form\") avec <i>Type</i>. Les deux champs 650 (\"Subject: topical term\") et 653 (\"Index term: incontrolled\")
256sont mis en correspondance avec <i>dc.Subject</i>.
257
258<p>
259Le champ MARC 024 (\"Identifier\") n\'est pas mis en correspondance avec avec des méta-données Greenstone parce que Greenstone utilise sa propre méta-donnée <i>Identifier</i>; à la place il est mis en correspondance avec autre méta-donnée Greenstone appelée <i>MarcIdentifier</i>. De même, le champ 786 (\"Data source entry\") n\'est pas mis en correspodance avec <i>Source</i>, parce que Greenstone a une méta-donnée <i>Source</i>, mais avec un nouveau champ de méta-donnée applelé <i>MarcSource</i>; et le champ 546 (\"Language\") est mis en correspondance avec <i>MarcLanguage</i>.
260
261<p>
262Quelques champs MARC avec des correspondances Dublin Core sont tout simplement ignorés, p. ex: 620 (<i>Contributor</i>) et 500 (<i>Coverage</i>). Le champ MARC 260 est appelé \"Publication, etc\"
263et est mis en correspondance dans sa globalité avec <i>Publisher</i>. En fait, le champ 260c (un \"sous-champ\") est supposé être une date de publication mais n\'est pas mis en correspondance comme tel.
264
265<p>
266Naturellement, plusieurs mises en correspondances peuvent être définies en modifiant les fichiers ci-dessus, ce qui permet au plugin MARC de supporter les autres variantes du format MARC.
267Le plugin ne reconnaît pas les sous-champs MARC: Il les concatÚne tout simplement.
268Cependant, l\'améliorer pour traiter convenablement avec les sous-champs ne devrait pas être un travail difficile: cela impliquerait la modification de quelques pages de code PERL dans
269le plugin Marc.
270"
271
272# -- Spanish text ----------------
273collectionmeta collectionextra [l=es] "Esta colección, which contains _about:numdocs_ MARC entries, is based on the MARC records of working papers published by
274<a href=\"http://www.cs.waikato.ac.nz\">Computer Science Department</a> at <a href=\"http://www.waikato.ac.nz\">the University of Waikato</a>. He <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=HASH0127daf20f8b3eec5c5db834s9\">aquí</a> un documento muestra de la colección.
275<p>
276
277<h3>Cómo trabaja esta colección</h3>
278<p>
279
280El <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración</a> utiliza <i>MARCPlugin</i> además de los tres plugins estándar. Existen tres clasificadores basados en los metadatos <i>dc.Título</i>, <i>dc.Creador</i> y <i>dc.Asunto</i>. _text1_ Esto se especifica como una expresión regular PERL y ordena los caracteres (como la puntuación que se encuentra al final) a partir de las cadenas para su presentación en pantalla.
281<p>
282_text2_
283
284<p>
285
286El plugin de MARC utiliza un archivo especial para mapear y convertir los números de campo MARC a metadatos estilo Greenstone. Este archivo reside en el directorio <i>gsdl/etc</i> y se llama <a href=\"_httpprefix_/etc/marc2dc.txt\" target=marc2dc>marc2dc.txt</a>. Incluye una lista de las correspondencias entre los números de campo MARC y los metadatos Greenstone. Cualquier campo MARC que no esté incluido en la lista simplemente no aparece como metadato, aunque siga estando presente en el documento Greenstone. Cada línea del archivo tiene el siguiente formato:
287<p>
288
289<blockquote>
290&lt;MARC field number&gt; -&gt; GreenstoneMetadataName
291</blockquote>
292<p>
293
294Las líneas en el archivo que empiezan con \"\#\" son comentarios. (Los comentarios no han sido incluidos en la lista que aparece más abajo).
295<p>
296
297La versión estándar de este archivo se basa libremente en el mapeo de MARC a Dublin Core que se encuentra en <a href=\"http://www.loc.gov/marc/marc2dc.html\">http://www.loc.gov/marc/marc2dc.html</a> (el cual asume USMARC/MARC21) y contiene las siguientes líneas:
298<p>
299
300<a href=\"_httpprefix_/etc/marc2dc.txt\" target=marc2dc>gsdl/etc/marc2dc.txt</a>
301<br>\n
302720 -&gt; dc.Creator
303<br>\n
304100 -&gt; dc.Creator
305<br>\n
306110 -&gt; dc.Creator
307<br>\n
308111 -&gt; dc.Creator
309<br>\n
310520 -&gt; Description
311<br>\n
312856 -&gt; URL
313<br>\n
314260 -&gt; Publisher
315<br>\n
316787 -&gt; Relation
317<br>\n
318540 -&gt; Rights
319<br>\n
320024 -&gt; MarcIdentifier
321<br>\n
322786 -&gt; MarcSource
323<br>\n
324546 -&gt; MarcLanguage
325<br>\n
326650 -&gt; dc.Subject
327<br>\n
328653 -&gt; dc.Subject
329<br>\n
330245 -&gt; dc.Title
331<br>\n
332655 -&gt; Type\n
333<p>
334
335
336Varios campos MARC diferentes han sido mapeados hacia el metadato <i>dc.Creator</i> (Creador) de Dublin Core. El campo 720 es \"nombre no controlado\", el 100 es \"nombre de la persona\", el 110 es \"nombre de la compañía\" y el 111 es \"nombre de la reunión\". Por lo general los registros MARC únicamente definen uno de estos campos y de cualquier manera Greenstone permite metadatos con múltiples valores.
337<p>
338
339El campo 520 de MARC (\"Resumen, nota\") ha sido mapeado hacia el metadato <i>Description</i> (Descripción) de Dublin Core; el campo 856 (\"Dirección electrónica\") ha sido mapeado hacia URL; el campo 787 (\"Nota de relación no específica\") hacia <i>Relation</i> (Relación); el campo 540 (\"nota sobre la reproducción\") hacia <i>Rights</i> (Derechos de autor); el campo 245 (\"enunciado del título\") hacia <i>dc.Title</i> (Título); el campo 655 (\"término del índice - género/forma\") hacia <i>Type</i> (Tipo). Los campos 650 (\"Asunto: tópico\") y 653 (\"término del índice: no controlado\") han sido mapeados hacia <i>dc.Subject</i> (Asunto).
340<p>
341
342El campo 024 de MARC (\"Identificador\") no ha sido mapeado hacia un metadato de Greenstone, ya que Greenstone utiliza su propio metadato <i>Identificador</i>. En vez de eso ha sido mapeado hacia un elemento de metadato Greenstone diferente llamado <i>MarcIdentifier</i>. Del mismo modo el campo 786 (\"Entrada de la fuente del dato\") no ha sido mapeado hacia <i>Source</i> (Fuente), ya que Greenstone tiene su propio metadato <i>Fuente</i>, sino a un nuevo campo llamado <i>MarcSource</i>; y el campo 546 (\"Idioma\") ha sido mapeado hacia <i>MarcLanguage</i>.
343<p>
344
345Algunos campos MARC con contraparte en Dublin Core simplemente se han ignorado, p. ej. el 620 (<i>Colaborador</i>) y 500 (<i>Cobertura</i>). El campo 260 de MARC se llama \"Publicación, etc.\" y ha sido mapeado en su totalidad hacia <i>Editorial</i>. De hecho, se supone que el campo 260c (un subcampo) es la fecha de publicación, pero no se ha mapeado como tal.
346<p>
347
348Sin duda se pueden definir diferentes mapeos alterando los archivos que se indican arriba y que le permiten al plugin de MARC dar soporte a otras variantes del formato MARC. El plugin no reconoce subcampos MARC individuales, simplemente los concatena. Sin embargo, mejorarlo para que trate de forma adecuada los subcampos no debería ser una tarea difícil. Esto implicaría alterar un par de páginas de código PERL en el plugin de MARC.
349"
350
351# -- Russian text ----------------
352collectionmeta collectionextra [l=ru] "This collection, which contains _about:numdocs_ MARC entries, is based on the MARC records of working papers published by
353<a href=\"http://www.cs.waikato.ac.nz\">Computer Science Department</a> at <a href=\"http://www.waikato.ac.nz\">the University of Waikato</a>. <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&d=HASH0127daf20f8b3eec5c5db834s9\">ЗЎесь</a> преЎставлеМ тОпПвПй ЎПкуЌеМт ЎаММПй кПллекцОО.
354
355<h3>Как рабПтает кПллекцОя</h3>
356<p>
357
358<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>КПМфОгурацОПММый файл</a> ОспПльзует плагОМы <i>ZIPPlug</i> О <i>MARCPlug</i>, пПЌОЌП третьегП стаМЎарта. ИЌеются трО классОфОкатПра, ПсМПваММые Ма ЌетаЎаММых
359 <i>НазваМОя (dc.Title)</i>, <i>СПзЎателя (dc.Creator)</i> О <i>ПреЎЌета (dc.Subject)</i>. _text1_ ЭтП требует устаМПвкО PERL Ўля правОльМПгП выражеМОя, О урезает зМакО (тОпа кПМечМых
360 зМакПв препОМаМОя) Оз стрПкО Ўля ПтПбражеМОя.
361<p>
362_text2_
363<p>
364
365ПлагОМ MARC ОспПльзует спецОальМый файл Ўля сПпПставлеМОя МПЌера пПля в MARC О ЌетаЎаММых
366 Greenstone. ЭтПт файл Мах
367ПЎОтся в ЎОректПрОО <i>gsdl/etc</i> О Мазывается <a href=\"_httpprefix_/etc/marc2dc.txt\" target=marc2dc>marc2dc.txt</a>. ОМ преЎставляет спОсПк сППтветствОя ЌежЎу МПЌераЌО пПлей сОстеЌы MARC О ЌетаЎаММыЌО Greenstone. ᅵюбые пПля MARC, кПтПрые Ме вМесеМы в спОсПк, прПстП Ме пПявляются как ЌетаЎаММые, х
368Птя ПМО прОсутствуют в ЎПкуЌеМте Greenstone. КажЎая стрПка в этПЌ файле ОЌеет слеЎующОй фПрЌат.
369
370<blockquote>
371&lt;MARC field number&gt; -&gt; GreenstoneMetadataName
372</blockquote>
373СтрПкО в ЎаММПЌ файле, кПтПрые МачОМаются сП зМака \"\#\", являются кПЌЌеМтарОяЌО (ПЎМакП, кПЌЌеМтарОО ЌПгут быть уЎалеМы Оз распечаткО, ЎаММПй МОже).
374<p>
375
376СтаМЎартМая версОя этПгП файла свПбПЎМП базОруется Ма MARC в ПпОсаМОО Dublin Core, кПтПрПе вПспрОМОЌает USMARC/MARC21 О кПтПрПе ЌПжМП МайтО Ма <a href=\"http://www.loc.gov/marc/marc2dc.html\">http://www.loc.gov/marc/marc2dc.html</a>. ОМ сПЎержОт слеЎующОе стрПкО:
377<p>
378
379<a href=\"_httpprefix_/etc/marc2dc.txt\" target=marc2dc>gsdl/etc/marc2dc.txt</a>
380<br>\n
381720 -&gt; СПзЎатель
382<br>\n
383100 -&gt; СПзЎатель
384<br>\n
385110 -&gt; СПзЎатель
386<br>\n
387111 -&gt; СПзЎатель
388<br>\n
389520 -&gt; ОпОсаМОе
390<br>\n
391856 -&gt; URL
392<br>\n
393260 -&gt; ИзЎатель
394<br>\n
395787 -&gt; ОтМПшеМОе
396<br>\n
397540 -&gt; Права
398<br>\n
399024 -&gt; ИЎеМтОфОкатПр MARC
400<br>\n
401786 -&gt; ИстПчМОк MARC
402<br>\n
403546 -&gt; Язык MARC
404<br>\n
405650 -&gt; ПреЎЌет
406<br>\n
407653 -&gt; ПреЎЌет
408<br>\n
409245 -&gt; НазваМОе
410<br>\n
411655 -&gt; ТОп
412<p>
413
414НескПлькП разлОчМых
415 пПлей фПрЌата MARC вМесеМы в <i>dc.Creator</i> Dublin Core. ППле 720 -- «НекПМтрПлОруеЌПе ОЌя», 100 -- «ПерсПМальМПе МазваМОе», 110 -- «КПрпПратОвМПе МазваМОе», 111 -- «НазваМОе встреч». ЀактОческОе запОсО в фПрЌате MARC ПбычМП ПпреЎеляют тПлькП ПЎМП Оз этОх
416 пПлей, теЌ бПлее, чтП Greenstone ЎПпускает ЌМПгПзМачМые ЌетаЎаММые.
417<p>
418
419ППле MARC 520 («РезюЌе, ПбратОте вМОЌаМОе»), вМесеМП в <i>ОпОсаМОе (Description)</i> Dublin Core, пПле 856 («ЭлектрПММПе ЌестПпПлПжеМОе») сППтМесеМП к <i>URL</i>; пПле 787 («НеспецОфОческая запОсь ПтМПшеМОй») к ОтМПшеМОю; пПле 540 («ПрОЌечаМОе П вПспрПОзвеЎеМОО») к <i>ПраваЌ</i>; пПле 245 («ОператПр <i>НазваМОя</i>») к <i>НазваМОю</i>; пПле 655 («ИМЎексМый терЌОМ -- жаМр/фПрЌа») к <i>ТОпу</i>. Оба пПля 650 («ПреЎЌет: теЌатОческОй терЌОМ») О 653 (« ИМЎексМый терЌОМ: МекПМтрПлОруеЌый») ПтМесеМ к <i>ПреЎЌету</i>.
420<p>
421
422ППле MARC 024 («ИЎеМтОфОкатПр») Ме сПпПставлеМП с ЌетаЎаММыЌО Greenstone, пПтПЌу чтП в Greenstone ОспПльзуются сПбствеММые ЌетаЎаММые. <i>ИЎеМтОфОкатПр</i>; вЌестП этПгП разлОчМыЌ ЌетаЎаММыЌ Greenstone сПпПставлеМ элеЌеМт MARC, МазываеЌый <i>MarcIdentifier</i>. АМалПгОчМыЌ ПбразПЌ пПле 786 («Дата ввПЎа ОстПчМОка») Ме ПтМесеМа к <i>ИстПчМОку</i>, пПтПЌу чтП Greenstone ОЌеет ЌетаЎаММые <i>ИстПчМОк</i>, МП взаЌеМ этПгП ввеЎеМП МПвПе пПле ЌетаЎаММых
423, МазваММПе <i>MarcSource</i>, а также О пПле 546 («Язык») ПбПзМачеМП как <i>MarcLanguage</i>.
424<p>
425
426НекПтПрые пПля MARC c эквОвалеМтаЌО Dublin Core прПстП ОгМПрОруются, МапрОЌер 620 (<i>УчастМОк</i>) О 500 (<i>Ох
427ват</i>). ППле 260 в MARC Мазывают «ПублОкацОей» О т.ÐŽ.» О еЌу в сППтветствОе пПставлеМП <i>ИзЎатель</i>. ЀактОческО пПле 260 с (пПЎпПле) ЎПлжМП ПзМачать Ўату публОкацОО, МП в такПЌ вОЎе ПМП Ме включеМП.
428<p>
429
430КПМечМП, разлОчМые сППтветствОя ЌПгут быть ПпреЎелеМы путеЌ ОзЌеМеМОя вышеупПЌяМутПгП файла, чтП пПзвПляет плагОМаЌ пПЎЎержОвать ЎругОе варОаМты фПрЌата MARC. ПлагОМ Ме распПзМает ОМЎОвОЎуальМые пПЎпПля MARC: ПМ прПстП связывает Ох
431 вЌесте. ОЎМакП, ЎПвеЎеМОе егП ЎП такПгП урПвМя, чтПбы ОЌеть ЎелП МепПсреЎствеММП с пПЎпПляЌО, Ме былП бы труЎМПй рабПтПй: МаЎП былП бы ОзЌеМОть МескПлькП страМОц прПграЌЌы PERL в плагОМах
432 MARC."
Note: See TracBrowser for help on using the repository browser.