|
19 | 19 | </titleStmt> |
20 | 20 | <publicationStmt> |
21 | 21 | <publisher>CLARIN</publisher> |
22 | | - <date>2025-09-25</date> |
| 22 | + <date>2025-09-27</date> |
23 | 23 | <availability status="free"> |
24 | 24 | <p>This file is freely available and you are hereby authorised to copy, modify, and |
25 | 25 | redistribute it in any way without further reference or permissions.</p> |
|
73 | 73 | </langUsage> |
74 | 74 | </profileDesc> |
75 | 75 | <revisionDesc> |
76 | | - <change when="2025-09-25">Tomaž Erjavec: first draft.</change> |
| 76 | + <change when="2025-09-27">Tomaž Erjavec: first draft.</change> |
77 | 77 | </revisionDesc> |
78 | 78 | </teiHeader> |
79 | 79 | <text> |
|
83 | 83 | <titlePart type="main">The structure and encoding of |
84 | 84 | <ref target="https://github.com/clarin-eric/PressMint">PressMint corpora</ref></titlePart> |
85 | 85 | </docTitle> |
86 | | - <docDate>2025-09-25</docDate> |
| 86 | + <docDate>2025-09-27</docDate> |
87 | 87 | </titlePage> |
88 | 88 | <p></p> |
89 | 89 | <divGen type="toc"/> |
|
877 | 877 | As can be seen, the source corpus was itself based on publications available in the digital library of Slovenia, |
878 | 878 | and this is encoded in the nested <gi>bibl</gi> element.</p> |
879 | 879 |
|
880 | | - <p>For <hi>corpus components</hi> the source description encodes the edition of the |
881 | | - newspaper that the component encodes, i.e. it gives the name of the newspaper, |
| 880 | + <p>For <hi>corpus components</hi> the source description should encode the edition of the |
| 881 | + newspaper that the component encodes, i.e. the name of the newspaper, |
882 | 882 | marked as <code><title level="j"></code> |
883 | | - the date when the edition was published. , and, if available, the URL of the edition on the Web. |
| 883 | + and the <gi>date</gi> when the edition was published; note that here <att>when</att> should contain the date in |
| 884 | + ISO format, while the content can be in the convention appropriate for the local language. |
| 885 | + If available, the URL of the digital edition on the Web should also be given. |
884 | 886 | In cases where the whole component corresponds to a particular article in the newspaper, this title |
885 | | - is marked as <code><title level="a"></code> and if the number of the volume and/or issue of the |
886 | | - newspaper is known this can also be encoded as in <gi>biblScope</gi> with the appropriate <att>unit</att> |
887 | | - as shown in the following example: |
| 887 | + is marked as <code><title level="a"></code> and if the number of the volume / issue of the |
| 888 | + newspaper is known this can also be encoded as in <gi>biblScope</gi> with the appropriate <att>unit</att>. |
| 889 | + Further optional metadata, such as the <gi>publisher</gi>, <gi>pubPlace</gi> (place of publication) |
| 890 | + can also be given, as shown in the following example: |
888 | 891 |
|
889 | 892 | <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="exa-sourceDescComp"> |
890 | 893 | <sourceDesc> |
891 | 894 | <bibl> |
892 | 895 | <title level="a">Gospodarske skušnje</title> |
893 | 896 | <title level="j">Kmetijske in rokodelske novice</title> |
894 | | - <title type="main" xml:lang="en">Argicultural and Artisan News</title> |
895 | 897 | <publisher>Jožef Blaznik</publisher> |
| 898 | + <pubPlace>Ljubljana</pubPlace> |
896 | 899 | <date when="1899-04-16">16. 4. 1899</date> |
897 | 900 | <biblScope unit="volume">38</biblScope> |
898 | 901 | <biblScope unit="issue">3</biblScope> |
|
0 commit comments