-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunitex-enrichment.tei
More file actions
69 lines (69 loc) · 2.74 KB
/
Copy pathunitex-enrichment.tei
File metadata and controls
69 lines (69 loc) · 2.74 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns:ns1="https://xml-schema.delivery.istex.fr/formats/ns1.xsd"
xmlns="http://www.tei-c.org/ns/1.0"
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:sa="http://www.elsevier.com/xml/common/struct-aff/dtd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://xml-schema.delivery.istex.fr/formats/tei-istex.xsd"
xml:lang="en"
>
<ns1:standOff>
<teiHeader>
<fileDesc>
<titleStmt>
<title level="a" type="main">Unitex Enrichment</title>
</titleStmt>
</fileDesc>
</teiHeader>
<ns1:listAnnotation type="persName">
<annotationBlock corresp="text">
<persName change="#Unitex-3.3.0-alpha" resp="istex"
scheme="https://orgname-entity.data.istex.fr">
<term>Leo</term>
<fs type="statistics">
<f name="frequency">
<numeric value="3" />
</f>
</fs>
</persName>
</annotationBlock>
<annotationBlock corresp="text">
<persName change="#Unitex-3.3.0-alpha" resp="istex"
scheme="https://orgname-entity.data.istex.fr">
<term>Eros</term>
<fs type="statistics">
<f name="frequency">
<numeric value="1" />
</f>
</fs>
</persName>
</annotationBlock>
</ns1:listAnnotation>
<ns1:listAnnotation type="orgName">
<annotationBlock corresp="text">
<orgName change="#Unitex-3.3.0-alpha" resp="istex"
scheme="https://orgname-entity.data.istex.fr">
<term>SNCF</term>
<fs type="statistics">
<f name="frequency">
<numeric value="2" />
</f>
</fs>
</orgName>
</annotationBlock>
</ns1:listAnnotation>
<ns1:listAnnotation type="placeName">
<annotationBlock corresp="text">
<placeName change="#Unitex-3.3.0-alpha" resp="istex"
scheme="https://placename-entity.data.istex.fr">
<term>Nancy</term>
<fs type="statistics">
<f name="frequency">
<numeric value="3" />
</f>
</fs>
</placeName>
</annotationBlock>
</ns1:listAnnotation>
</ns1:standOff>
</TEI>