forked from nfdi4cat/voc4cat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidranges.toml
More file actions
229 lines (185 loc) · 6.6 KB
/
Copy pathidranges.toml
File metadata and controls
229 lines (185 loc) · 6.6 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
# ==== General Configuration ====
# Documentation of the TOML format: https://toml.io/en/latest
# Configuration format version (for future compatibility)
config_version = "v1.0"
# Allow only a single vocabulary (default) or multiple vocabularies in the repository.
single_vocab = true
# ==== Configuration for vocabulary "voc4cat" ====
# The name of the vocabulary is used as section name.
# It should match the filename-stem of the vocabulary files.
[vocabs.voc4cat]
# Length of integer IDs in vocabulary. IDs will be left-padded with zeros to specified length.
id_length = 7
# permanent part of IRIs defined in the vocabulary (used to construct concept IRIs)
permanent_iri_part = "https://w3id.org/nfdi4cat/voc4cat_"
# ==== ConceptScheme Metadata ====
# MANDATORY: IRI for the vocabulary (skos:ConceptScheme)
vocabulary_iri = "https://w3id.org/nfdi4cat/voc4cat"
# Optional: Registered (or preferred) prefix for this vocabulary
prefix = "voc4cat"
# MANDATORY: Title of the vocabulary
title = "Voc4Cat - A SKOS vocabulary for Catalysis."
# MANDATORY: General description of the vocabulary
description = """The Voc4Cat vocabulary is a collection of concepts (or "terms") from the field of catalysis and related disciplines such as chemical engineering or materials science. For each concept, Voc4Cat provides a unique resolvable persistent identifier and a carefully written textual definition, which reflects the community's shared understanding of the concept's meaning.
By using the identifiers provided by Voc4Cat to annotate data, rather than just words and symbols, ambiguity as to what is meant is avoided. Producing Voc4Cat-annotated data contributes to realising the vision of machine-actionability described as the ultimate goal of the FAIR principles.
See also [voc4cat help](https://nfdi4cat.github.io/voc4cat/)."""
# MANDATORY: Date of creation (ISO-8601 format: YYYY-MM-DD)
created_date = "2023-06-29"
# MANDATORY: Creator(s) - multi-line text, each line: "<name> <orcid-URL or ror-URL>"
# Original TTL had URI reference to https://w3id.org/nfdi4cat/
creator = """
David Linke https://orcid.org/0000-0002-5898-1820
Nikolaos Moustakas https://orcid.org/0000-0002-6242-2167
"""
# Optional: Publisher(s) - multi-line text, each line: "<name> <orcid-URL or ror-URL>"
publisher = "NFDI4Cat Consortium https://w3id.org/nfdi4cat/"
# Optional: Custodian(s) - multi-line text, each line: "<name> <orcid-URL or ror-URL>"
custodian = """
Voc4Cat curator group https://github.com/orgs/nfdi4cat/teams/voc4cat-curators
"""
# MANDATORY: URL of repository or online vocabulary editor
repository = "https://github.com/nfdi4cat/voc4cat"
# Optional: URL of homepage
homepage = "https://nfdi4cat.github.io/voc4cat/"
# Optional: DOI or other catalogue persistent identifier
catalogue_pid = "https://doi.org/10.5281/zenodo.8313340"
# Optional: URL of documentation or guidelines
documentation = "https://nfdi4cat.github.io/voc4cat/"
# Optional: URL of issue tracker
issue_tracker = "https://github.com/nfdi4cat/voc4cat/issues"
# Optional: URL of helpdesk
# helpdesk = ""
# Optional: multi-line text, each line with one URL of a SHACL profile the vocabulary conforms to
conforms_to = "https://w3id.org/nfdi4cat/vp4cat/"
# ==== Checks Configuration ====
# Section to configure checks (useful in CI pipeline)
[vocabs.voc4cat.checks]
# Deleting allowed (relevant in CI-pipeline)
allow_delete = false
# ==== Prefix Map ====
# Namespace prefix mappings used for CURIE expansion/compression
[vocabs.voc4cat.prefix_map]
voc4cat = "https://w3id.org/nfdi4cat/voc4cat_"
# ==== ID Ranges ====
# Section of IDranges for coordinating the allocation of numeric ID ranges to
# contributors for each vocabulary.
#
# from their reserved range will be listed as dct:contributor in the output.
[[vocabs.voc4cat.id_range]]
first_id = 1
last_id = 5000
gh_name = "nmoust"
name = "Nikolaos Moustakas"
orcid = "0000-0002-6242-2167"
ror_id = "https://ror.org/029hg0311"
[[vocabs.voc4cat.id_range]]
first_id = 5001
last_id = 6000
gh_name = "dalito"
name = "David Linke"
orcid = "0000-0002-5898-1820"
ror_id = "https://ror.org/029hg0311"
[[vocabs.voc4cat.id_range]]
first_id = 6001
last_id = 7000
gh_name = "markdoerr"
name = "Mark Doerr"
orcid = "0000-0003-3270-6895"
ror_id = "https://ror.org/00r1edq15"
[[vocabs.voc4cat.id_range]]
first_id = 7001
last_id = 7100
gh_name = "schumnannj"
name = "Julia Schumann"
orcid = "0000-0002-4041-0165"
ror_id = "https://ror.org/01hcx6992"
[[vocabs.voc4cat.id_range]]
first_id = 7101
last_id = 7200
gh_name = "HendrikBorgelt"
name = "Hendrik Borgelt"
orcid = "0000-0001-5886-7860"
ror_id = "https://ror.org/01k97gp34"
[[vocabs.voc4cat.id_range]]
first_id = 7201
last_id = 7300
gh_name = "RoteKekse"
name = "Michael Goette"
orcid = "0009-0008-1278-8890"
ror_id = "https://ror.org/02aj13c28"
[[vocabs.voc4cat.id_range]]
first_id = 7301
last_id = 7320
gh_name = "khatamirad"
orcid = "0000-0002-6723-1650"
ror_id = "https://ror.org/03v4gjf40"
[[vocabs.voc4cat.id_range]]
first_id = 7321
last_id = 7370
gh_name = "philippstangl"
orcid = "0009-0007-4179-2365"
ror_id = "https://ror.org/00f7hpc57"
[[vocabs.voc4cat.id_range]]
first_id = 7371
last_id = 7390
gh_name = "sofia-angeli"
name = "Sofia Angeli"
orcid = "0000-0001-8623-047X"
ror_id = "https://ror.org/04t3en479"
[[vocabs.voc4cat.id_range]]
first_id = 7391
last_id = 7790
gh_name = "HendrikBorgelt"
name = "Hendrik Borgelt"
orcid = "0000-0001-5886-7860"
ror_id = "https://ror.org/01k97gp34"
[[vocabs.voc4cat.id_range]]
first_id = 7791
last_id = 7850
gh_name = "FranziFlecken"
name = "Franziska Flecken"
orcid = "0000-0003-4418-7455"
ror_id = "https://ror.org/04t3en479"
[[vocabs.voc4cat.id_range]]
first_id = 7851
last_id = 7860
gh_name = "kara-mela"
name = "Melanie Nentwich"
orcid = "0000-0002-5850-4469"
ror_id = "https://ror.org/01js2sh04"
[[vocabs.voc4cat.id_range]]
first_id = 7861
last_id = 8060
gh_name = "mvoelken-hub"
orcid = "0009-0006-1375-2895"
ror_id = "https://ror.org/01k97gp34"
[[vocabs.voc4cat.id_range]]
first_id = 8061
last_id = 8080
gh_name = "b-elisa"
ror_id = "https://ror.org/03v4gjf40"
[[vocabs.voc4cat.id_range]]
first_id = 8081
last_id = 8100
gh_name = "carla-terboven"
name = "Carla Terboven"
orcid = "0009-0004-3786-0773"
ror_id = "https://ror.org/02aj13c28"
[[vocabs.voc4cat.id_range]]
first_id = 8101
last_id = 8150
gh_name = "arjunneyyathalaCat"
name = "Arjun Neyyathala"
orcid = "0000-0001-5161-4801"
ror_id = "https://ror.org/04t3en479"
# Not yet assigned.
# [[vocabs.voc4cat.id_range]]
# first_id = 8101
# last_id = 8150
[[vocabs.voc4cat.id_range]]
first_id = 8201
last_id = 8300
gh_name = "IvoKuehnrich"
name = "Ivo Kühnrich"
orcid = "0000-0002-5561-4320"
# Continue with as many [[vocabs.voc4cat.id_range]] sections as needed.