Skip to content

Commit cd56ecd

Browse files
committed
Some changes to sourceDesc.
1 parent cef84f7 commit cd56ecd

File tree

4 files changed

+332
-329
lines changed

4 files changed

+332
-329
lines changed

TEI/PressMint.odd.rnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace xi = "http://www.w3.org/2001/XInclude"
1010
namespace xlink = "http://www.w3.org/1999/xlink"
1111
namespace xsl = "http://www.w3.org/1999/XSL/Transform"
1212

13-
# Schema generated from ODD source 2025-09-25T14:34:39Z. 2025-09-25.
13+
# Schema generated from ODD source 2025-09-27T15:48:20Z. 2025-09-27.
1414
# TEI Edition: P5 Version 4.10.0a. Last updated on 13th August 2025, revision 73d59c946
1515
# TEI Edition Location: https://www.tei-c.org/Vault/P5/4.10.0a/
1616
#

TEI/PressMint.odd.rng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xlink="http://www.w3.org/1999/xlink"
66
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
77
ns="http://www.tei-c.org/ns/1.0"><!--
8-
Schema generated from ODD source 2025-09-25T14:34:34Z. 2025-09-25.
8+
Schema generated from ODD source 2025-09-27T15:48:16Z. 2025-09-27.
99
TEI Edition: P5 Version 4.10.0a. Last updated on 13th August 2025, revision 73d59c946
1010
TEI Edition Location: https://www.tei-c.org/Vault/P5/4.10.0a/
1111

TEI/PressMint.odd.xml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</titleStmt>
2020
<publicationStmt>
2121
<publisher>CLARIN</publisher>
22-
<date>2025-09-25</date>
22+
<date>2025-09-27</date>
2323
<availability status="free">
2424
<p>This file is freely available and you are hereby authorised to copy, modify, and
2525
redistribute it in any way without further reference or permissions.</p>
@@ -73,7 +73,7 @@
7373
</langUsage>
7474
</profileDesc>
7575
<revisionDesc>
76-
<change when="2025-09-25">Tomaž Erjavec: first draft.</change>
76+
<change when="2025-09-27">Tomaž Erjavec: first draft.</change>
7777
</revisionDesc>
7878
</teiHeader>
7979
<text>
@@ -83,7 +83,7 @@
8383
<titlePart type="main">The structure and encoding of
8484
<ref target="https://github.com/clarin-eric/PressMint">PressMint corpora</ref></titlePart>
8585
</docTitle>
86-
<docDate>2025-09-25</docDate>
86+
<docDate>2025-09-27</docDate>
8787
</titlePage>
8888
<p></p>
8989
<divGen type="toc"/>
@@ -877,22 +877,25 @@
877877
As can be seen, the source corpus was itself based on publications available in the digital library of Slovenia,
878878
and this is encoded in the nested <gi>bibl</gi> element.</p>
879879

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,
882882
marked as <code>&lt;title level="j"&gt;</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.
884886
In cases where the whole component corresponds to a particular article in the newspaper, this title
885-
is marked as <code>&lt;title level="a"&gt;</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>&lt;title level="a"&gt;</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:
888891

889892
<egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="exa-sourceDescComp">
890893
<sourceDesc>
891894
<bibl>
892895
<title level="a">Gospodarske skušnje</title>
893896
<title level="j">Kmetijske in rokodelske novice</title>
894-
<title type="main" xml:lang="en">Argicultural and Artisan News</title>
895897
<publisher>Jožef Blaznik</publisher>
898+
<pubPlace>Ljubljana</pubPlace>
896899
<date when="1899-04-16">16. 4. 1899</date>
897900
<biblScope unit="volume">38</biblScope>
898901
<biblScope unit="issue">3</biblScope>

docs/index.html

Lines changed: 317 additions & 317 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)