-
Notifications
You must be signed in to change notification settings - Fork 4
/
croala-template.xml
84 lines (81 loc) · 3.36 KB
/
croala-template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc xml:id="author-title-year">
<titleStmt>
<title>Title (year), versio electronica</title>
<author ref="http://www.wikidata.org/entity/Qauthorid">
<persName xml:lang="hr">Last name, first name</persName>
<date>BirthYear - DeathYear (OR FloruitYear)</date>
</author>
<editor ref="http://www.wikidata.org/entity/Qeditorid">
<persName>
<ref type="wikidata" target="http://www.wikidata.org/entity/Qeditorid">First name, Last name</ref>
</persName>
</editor>
<respStmt>
<resp>Hanc editionem electronicam curavit</resp>
<persName xml:id="initials">
<ref type="wikidata" target="http://www.wikidata.org/entity/Qxmleditorid"
>First name, Last name</ref>
</persName>
</respStmt>
</titleStmt>
<publicationStmt>
<p>Electronic version: Project, Institution. <date when="2000-01-01">Date</date></p>
<p ana="licence">
<ptr target="https://creativecommons.org/publicdomain/zero/1.0/"/> The Creative
Commons CC0 1.0 DEED CC0 1.0 Universal Licence applies to this document. The licence
was added on DATE. </p>
</publicationStmt>
<sourceDesc>
<bibl>Source cited in any bibliographical format; internet links as <ptr target="LINK"/></bibl>
</sourceDesc>
</fileDesc>
<encodingDesc>
<editorialDecl xml:lang="hrv" resp="#INITIALS">
<p>BRIEF (OR LONGER) DESCRIPTION OF EDITORIAL PRINCIPLES (IN ANY LANGUAGE, ADAPT LANGUAGE CODE ABOVE).</p>
</editorialDecl>
</encodingDesc>
<profileDesc>
<langUsage>
<language ident="lat" xml:lang="hrv">latinski</language>
</langUsage>
<creation>
<date notBefore="1234" period="12xx_2_third">1234 (ADAPT AS NEEDED)</date>
</creation>
<textClass>
<keywords scheme="typus">
<term>PROSA OR POESIS</term>
</keywords>
<keywords scheme="aetas">
<!-- EXAMPLE; SEE GITHUB FOR OTHER PERIODS -->
<term>Litterae renatae (1400-1600)</term>
<term>Saeculum 16 (1501-1600)</term>
<term>1501-1550</term>
</keywords>
<keywords scheme="genre">
<!-- EXAMPLE -->
<term>prosa - historia</term>
</keywords>
</textClass>
</profileDesc>
<revisionDesc>
<change>
<persName>
First name, last name
</persName>
<date>ANNUS-MENSIS-DIES</date>
BRIEF DESCRIPTION OF WHAT YOU DID HERE.
</change>
</revisionDesc>
</teiHeader>
<text>
<body>
<div type="prosa-historia">
<head>TITULUS</head>
<p>TEXTUS</p>
</div>
</body>
</text>
</TEI>