-
Notifications
You must be signed in to change notification settings - Fork 3
/
prefixDef.xml
98 lines (95 loc) · 3.58 KB
/
prefixDef.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8"?>
<listPrefixDef xmlns="http://www.tei-c.org/ns/1.0">
<prefixDef ident="bm"
matchPattern="([a-zA-Z0-9]+)"
replacementPattern="https://www.zotero.org/groups/358366/ethiostudies/items/tag/bm:$1">
</prefixDef>
<prefixDef ident="betmas"
matchPattern="([a-zA-Z0-9\.\-]+)"
replacementPattern="https://betamasaheft.eu/$1">
</prefixDef>
<prefixDef ident="iha"
matchPattern="([a-zA-Z0-9\.\-]+)"
replacementPattern="http://islhornafr.eu//$1">
</prefixDef>
<prefixDef ident="ethiocal"
matchPattern="([a-zA-Z0-9]+)"
replacementPattern="https://raw.githubusercontent.com/BetaMasaheft/BetMas/master/BetMas/calendars/ethiopian.xml#$1">
</prefixDef>
<prefixDef ident="pleiades"
matchPattern="(\d{5-8})"
replacementPattern="https://pleiades.stoa.org/places/$1">
</prefixDef>
<prefixDef ident="sdc"
matchPattern="([a-zA-Z0-9]+)"
replacementPattern="https://w3id.org/sdc/ontology#$1">
</prefixDef>
<prefixDef ident="wd"
matchPattern="([a-zA-Z0-9]+)"
replacementPattern="https://www.wikidata.org/entity/$1">
</prefixDef>
<prefixDef ident="snap"
matchPattern="([a-zA-Z]+)"
replacementPattern="http://data.snapdrgn.net/ontology/snap#$1">
</prefixDef>
<prefixDef ident="saws"
matchPattern="([a-zA-Z]+)"
replacementPattern="http://purl.org/saws/ontology#$1">
</prefixDef>
<prefixDef ident="skos"
matchPattern="([a-za-zA-Z]+)"
replacementPattern="http://www.w3.org/2004/02/skos/core#$1">
</prefixDef>
<prefixDef ident="gn"
matchPattern="([a-zA-Z0-9]+)"
replacementPattern="http://www.geonames.org/ontology#$1">
</prefixDef>
<prefixDef ident="dcterms"
matchPattern="([a-zA-Z]+)"
replacementPattern="http://purl.org/dc/terms/$1">
</prefixDef>
<prefixDef ident="dc"
matchPattern="([a-zA-Z]+)"
replacementPattern="http://purl.org/dc/terms/$1">
</prefixDef>
<prefixDef ident="lawd"
matchPattern="([a-zA-Z]+)"
replacementPattern="http://lawd.info/ontology/$1">
</prefixDef>
<prefixDef ident="syriaca"
matchPattern="([a-zA-Z\-]+)"
replacementPattern="http://syriaca.org/documentation/relations.html#$1">
</prefixDef>
<prefixDef ident="agrelon"
matchPattern="([a-zA-Z]+)"
replacementPattern="http://d-nb.info/standards/elementset/agrelon.owl#$1">
</prefixDef>
<prefixDef ident="rel"
matchPattern="([a-zA-Z]+)"
replacementPattern="http://purl.org/vocab/relationship/$1">
</prefixDef>
<prefixDef ident="em"
matchPattern="(\d+)"
replacementPattern="https://www.eagle-network.eu/voc/material/lod/$1">
</prefixDef>
<prefixDef ident="eo"
matchPattern="(\d+)"
replacementPattern="https://www.eagle-network.eu/voc/objtyp/lod/$1">
</prefixDef>
<prefixDef ident="ew"
matchPattern="(\d+)"
replacementPattern="https://www.eagle-network.eu/voc/writing/lod/$1">
</prefixDef>
<prefixDef ident="ic"
matchPattern="([a-zA-Z0-9]+)"
replacementPattern="http://iconclass.org/$1">
</prefixDef>
<prefixDef ident="ecrm"
matchPattern="([a-zA-Z0-9]+)"
replacementPattern="http://erlangen-crm.org/current/$1" >
</prefixDef>
<prefixDef ident="foaf"
matchPattern="([a-zA-Z0-9]+)"
replacementPattern="http://xmlns.com/foaf/0.1/$1" >
</prefixDef>
</listPrefixDef>