@tpluscode/rdf-ns-builders 5.1.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,196 +4,211 @@ export interface Rico {
4
4
  '': NamedNode<'https://www.ica.org/standards/RiC/ontology#'>;
5
5
  /**
6
6
  * Information on the anticipated accession(s) to the Record
7
- * Set.
7
+ * Set.
8
8
  */
9
9
  "accruals": NamedNode<'https://www.ica.org/standards/RiC/ontology#accruals'>;
10
10
  /** Information on the status of possible accruals */
11
11
  "accrualsStatus": NamedNode<'https://www.ica.org/standards/RiC/ontology#accrualsStatus'>;
12
12
  /**
13
- * Connects an AccumulationRelation to itself. It is a property
14
- * that can stand for an instance of the class when necessary, e.g. when you explore a
15
- * knowledge graph.
13
+ * A date at which a Record Resource or Instantiation was or will be
14
+ * accumulated.
15
+ */
16
+ "accumulationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#accumulationDate'>;
17
+ /**
18
+ * Connects an AccumulationRelation to itself. It is a property that
19
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
20
+ * graph.
16
21
  */
17
22
  "accumulationRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#accumulationRelation_role'>;
18
23
  /**
19
- * Connects at least one Record Resource or Instantiation to at
20
- * least one Agent, when the Record Resource or Instantiation is or was accumulated by the
21
- * Agent, be it intentionally (collecting it) or not (receiving it in the course of its
22
- * activities). The Record Resource(s) or Instantiation(s) is the source of the Relation,
23
- * and the Agent(s) is the target.
24
+ * Connects at least one Record Resource or Instantiation to at least
25
+ * one Agent, when the Record Resource or Instantiation is or was accumulated by the Agent, be
26
+ * it intentionally (collecting it) or not (receiving it in the course of its activities). The
27
+ * Record Resource(s) or Instantiation(s) is the source of the Relation, and the Agent(s) is
28
+ * the target.
24
29
  */
25
30
  "AccumulationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#AccumulationRelation'>;
26
31
  /** The doing of something for some human purpose. */
27
32
  "Activity": NamedNode<'https://www.ica.org/standards/RiC/ontology#Activity'>;
28
33
  /**
29
34
  * Connects an ActivityDocumentationRelation to itself. It is a
30
- * property that can stand for an instance of the class when necessary, e.g. when you
31
- * explore a knowledge graph.
35
+ * property that can stand for an instance of the class when necessary, e.g. when you explore
36
+ * a knowledge graph.
32
37
  */
33
38
  "activityDocumentationRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#activityDocumentationRelation_role'>;
34
39
  /**
35
- * Connects at least one Record Resource or Instantiation to at
36
- * least one Activity, when the Record Resource or Instantiation results from the Activity.
37
- * The Record Resource(s) or Instantiation(s) is the source of the Relation, and the
38
- * Activity(-ies) is the target.
40
+ * Connects at least one Record Resource or Instantiation to at least
41
+ * one Activity, when the Record Resource or Instantiation results from the Activity. The
42
+ * Record Resource(s) or Instantiation(s) is the source of the Relation, and the
43
+ * Activity(-ies) is the target.
39
44
  */
40
45
  "ActivityDocumentationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#ActivityDocumentationRelation'>;
41
46
  /**
42
47
  * Connects an Activity to an Agent Temporal Relation (when the
43
- * Activity is transferred from an Agent to another one) or a Mandate Relation (the Mandate
44
- * assigns the Activity to the Agent or defines it).
48
+ * Activity is transferred from an Agent to another one) or a Mandate Relation (the Mandate
49
+ * assigns the Activity to the Agent or defines it).
45
50
  */
46
51
  "activityIsContextOfRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#activityIsContextOfRelation'>;
47
52
  /** Categorization of an Activity. */
48
53
  "ActivityType": NamedNode<'https://www.ica.org/standards/RiC/ontology#ActivityType'>;
49
54
  /**
50
55
  * Connects an Event to a Thing on which the Event has or had some
51
- * significant impact.
56
+ * significant impact.
52
57
  */
53
58
  "affectsOrAffected": NamedNode<'https://www.ica.org/standards/RiC/ontology#affectsOrAffected'>;
54
59
  /**
55
60
  * A Person, or Group, or an entity created by a Person or Group
56
- * (Mechanism), or a Position, that acts in the world.
61
+ * (Mechanism), or a Position, that acts in the world.
57
62
  */
58
63
  "Agent": NamedNode<'https://www.ica.org/standards/RiC/ontology#Agent'>;
59
64
  /**
60
- * Connects an AgentControlRelation to itself. It is a property
61
- * that can stand for an instance of the class when necessary, e.g. when you explore a
62
- * knowledge graph.
65
+ * Connects an AgentControlRelation to itself. It is a property that
66
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
67
+ * graph.
63
68
  */
64
69
  "agentControlRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#agentControlRelation_role'>;
65
70
  /**
66
71
  * Connects at least one Agent, to at least another Agent, when the
67
- * first one(s) control(s) or controlled in a way the activities of the second one(s). The
68
- * Relation is oriented from the controlling agent to the controlled one: the controlling
69
- * Agent(s) is the source of the Relation, and the controlled Agent(s) is the
70
- * target.
72
+ * first one(s) control(s) or controlled in a way the activities of the second one(s). The
73
+ * Relation is oriented from the controlling agent to the controlled one: the controlling
74
+ * Agent(s) is the source of the Relation, and the controlled Agent(s) is the
75
+ * target.
71
76
  */
72
77
  "AgentControlRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#AgentControlRelation'>;
73
78
  /**
74
79
  * Inverse of 'is or was location of agent' object
75
- * property.
80
+ * property.
76
81
  */
77
82
  "agentHasOrHadLocation": NamedNode<'https://www.ica.org/standards/RiC/ontology#agentHasOrHadLocation'>;
78
83
  /**
79
- * Connects an AgentHierarchicalRelation to itself. It is a
80
- * property that can stand for an instance of the class when necessary, e.g. when you
81
- * explore a knowledge graph.
84
+ * Connects an AgentHierarchicalRelation to itself. It is a property
85
+ * that can stand for an instance of the class when necessary, e.g. when you explore a
86
+ * knowledge graph.
82
87
  */
83
88
  "agentHierarchicalRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#agentHierarchicalRelation_role'>;
84
89
  /**
85
90
  * Connects at least one Agent to at least another Agent, when the
86
- * first one is or was hierarchically superior to the second one. The Relation is oriented
87
- * towards the 'bottom' of the hierarchical tree: the superior Agent(s) is the source of
88
- * the Relation, and the inferior Agent(s) is the target.
91
+ * first one is or was hierarchically superior to the second one. The Relation is oriented
92
+ * towards the 'bottom' of the hierarchical tree: the superior Agent(s) is the source of the
93
+ * Relation, and the inferior Agent(s) is the target.
89
94
  */
90
95
  "AgentHierarchicalRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#AgentHierarchicalRelation'>;
91
96
  /**
92
97
  * A label, title or term designating an Agent in order to make it
93
- * distinguishable from other similar entities.
98
+ * distinguishable from other similar entities.
94
99
  */
95
100
  "AgentName": NamedNode<'https://www.ica.org/standards/RiC/ontology#AgentName'>;
96
101
  /**
97
- * Connects an AgentTemporalRelation to itself. It is a property
98
- * that can stand for an instance of the class when necessary, e.g. when you explore a
99
- * knowledge graph.
102
+ * Connects an AgentTemporalRelation to itself. It is a property that
103
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
104
+ * graph.
100
105
  */
101
106
  "agentTemporalRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#agentTemporalRelation_role'>;
102
107
  /**
103
108
  * Connects at least one Agent to at least another Agent that
104
- * succeeds it chronologically for, for instance, fullfilling some functions or performing
105
- * some activities. The Relation is oriented chronologically, from the predecessor to the
106
- * successor: the predecessor Agent(s) is the source of the Relation, and the successor
107
- * Agent(s) is the target.
109
+ * succeeds it chronologically for, for instance, fullfilling some functions or performing
110
+ * some activities. The Relation is oriented chronologically, from the predecessor to the
111
+ * successor: the predecessor Agent(s) is the source of the Relation, and the successor
112
+ * Agent(s) is the target.
108
113
  */
109
114
  "AgentTemporalRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#AgentTemporalRelation'>;
110
115
  /**
111
- * Connects an AgentToAgentRelation to itself. It is a property
112
- * that can stand for an instance of the class when necessary, e.g. when you explore a
113
- * knowledge graph.
116
+ * Connects an AgentToAgentRelation to itself. It is a property that
117
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
118
+ * graph.
114
119
  */
115
120
  "agentToAgentRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#agentToAgentRelation_role'>;
116
121
  /**
117
122
  * Connects at least two Agents. This Relation is a generic, not
118
- * oriented one.
123
+ * oriented one.
119
124
  */
120
125
  "AgentToAgentRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#AgentToAgentRelation'>;
126
+ /**
127
+ * Date at which all of the present or past members of a Record Set
128
+ * were or will be accumulated.
129
+ */
130
+ "allMembersWithAccumulationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#allMembersWithAccumulationDate'>;
131
+ /**
132
+ * Date at which all of the present or past members of a Record Set
133
+ * were or will be created.
134
+ */
135
+ "allMembersWithCreationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#allMembersWithCreationDate'>;
121
136
  /** Reference system used for altitude */
122
137
  "altimetricSystem": NamedNode<'https://www.ica.org/standards/RiC/ontology#altimetricSystem'>;
123
138
  /**
124
139
  * The height of a Place above a reference level, especially above
125
- * sea level.
140
+ * sea level.
126
141
  */
127
142
  "altitude": NamedNode<'https://www.ica.org/standards/RiC/ontology#altitude'>;
128
143
  /**
129
144
  * A concept of any kind that is used for designating an Entity and
130
- * referring to it.
145
+ * referring to it.
131
146
  */
132
147
  "Appellation": NamedNode<'https://www.ica.org/standards/RiC/ontology#Appellation'>;
133
148
  /**
134
149
  * Connects an AppellationRelation to itself. It is a property that
135
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
136
- * graph.
150
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
151
+ * graph.
137
152
  */
138
153
  "appellationRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#appellationRelation_role'>;
139
154
  /**
140
155
  * Connects an Appellation and at least one Thing that the
141
- * Appellation designates or designated. The Appellation is the source of the Relation and
142
- * the Thing(s) is the target.
156
+ * Appellation designates or designated. The Appellation is the source of the Relation and the
157
+ * Thing(s) is the target.
143
158
  */
144
159
  "AppellationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#AppellationRelation'>;
145
160
  /**
146
161
  * Connects an Agent Temporal Relation or Mandate Relation, to an
147
- * Activity that is, either transferred from an Agent to another one, or assigned by a
148
- * Mandate to an Agent.
162
+ * Activity that is, either transferred from an Agent to another one, or assigned by a Mandate
163
+ * to an Agent.
149
164
  */
150
165
  "asConcernsActivity": NamedNode<'https://www.ica.org/standards/RiC/ontology#asConcernsActivity'>;
151
166
  /**
152
- * Description of the evidence that a Record Resource or
153
- * Instantiation is what it purports to be, was created or sent by the said Agent at the
154
- * said time, and has not been tampered with, corrupted, or forged.
167
+ * Information on the evidence that a Record Resource or
168
+ * Instantiation is what it purports to be, was created or sent by the said Agent at the said
169
+ * time, and has not been tampered with, corrupted, or forged.
155
170
  */
156
171
  "authenticityNote": NamedNode<'https://www.ica.org/standards/RiC/ontology#authenticityNote'>;
157
172
  /**
158
- * Connects an AuthorityRelation to itself. It is a property that
159
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
160
- * graph.
173
+ * Connects an AuthorityRelation to itself. It is a property that can
174
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
175
+ * graph.
161
176
  */
162
177
  "authorityRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#authorityRelation_role'>;
163
178
  /**
164
- * Connects at least one Agent and at least one Thing over which
165
- * the Agent has or had some authority. The Agent(s) is the source of the relation, and the
166
- * Thing(s) is the target.
179
+ * Connects at least one Agent and at least one Thing over which the
180
+ * Agent has or had some authority. The Agent(s) is the source of the relation, and the
181
+ * Thing(s) is the target.
167
182
  */
168
183
  "AuthorityRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#AuthorityRelation'>;
169
- /** Inverse of 'authorizes' object property */
184
+ /** Inverse of 'authorizes' object property. */
170
185
  "authorizedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#authorizedBy'>;
171
186
  /**
172
187
  * Connects a Mandate to the Agent that the Mandate gives the
173
- * authority or competencies to act.
188
+ * authority or competencies to act.
174
189
  */
175
190
  "authorizes": NamedNode<'https://www.ica.org/standards/RiC/ontology#authorizes'>;
176
191
  /**
177
192
  * Connects a Mandate Relation to an Agent that assigns the
178
- * Mandate.
193
+ * Mandate.
179
194
  */
180
195
  "authorizingAgent": NamedNode<'https://www.ica.org/standards/RiC/ontology#authorizingAgent'>;
181
196
  /**
182
197
  * Information on a Mandate that authorizes an Agent to perform an
183
- * Activity.
198
+ * Activity.
184
199
  */
185
200
  "authorizingMandate": NamedNode<'https://www.ica.org/standards/RiC/ontology#authorizingMandate'>;
186
201
  /**
187
202
  * Connects an AuthorshipRelation to itself. It is a property that
188
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
189
- * graph.
203
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
204
+ * graph.
190
205
  */
191
206
  "authorshipRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#authorshipRelation_role'>;
192
207
  /**
193
208
  * Connects at least one Record to at least one Person, Group or
194
- * Position that is or was responsible for conceiving and formulating the information
195
- * contained in the Record. The Record is the source of the Relation and the Person(s),
196
- * Group(s) or Position(s) is the target.
209
+ * Position that is or was responsible for conceiving and formulating the information
210
+ * contained in the Record. The Record is the source of the Relation and the Person(s),
211
+ * Group(s) or Position(s) is the target.
197
212
  */
198
213
  "AuthorshipRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#AuthorshipRelation'>;
199
214
  /** Date at which something began. */
@@ -201,140 +216,144 @@ export interface Rico {
201
216
  /** Date at which a Person was born. */
202
217
  "birthDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#birthDate'>;
203
218
  /**
204
- * Number of physical units and/or physical dimensions of the
205
- * carrier of an Instantiation. In order to manage an Instantiation of a record resource it
206
- * is necessary to note the extent of the carrier as well as that of the Instantiation
207
- * itself. Whether it is necessary to note dimensions, the number of relevant units, or
208
- * both, depends on the nature of the carrier and particular business needs.
219
+ * Number of physical units and/or physical dimensions of the carrier
220
+ * of an Instantiation. In order to manage an Instantiation of a record resource it is
221
+ * necessary to note the extent of the carrier as well as that of the Instantiation itself.
222
+ * Whether it is necessary to note dimensions, the number of relevant units, or both, depends
223
+ * on the nature of the carrier and particular business needs.
209
224
  */
210
225
  "carrierExtent": NamedNode<'https://www.ica.org/standards/RiC/ontology#carrierExtent'>;
211
226
  /**
212
- * Number of physical units and/or physical dimensions of the
213
- * carrier of an Instantiation.
227
+ * Number of physical units and/or physical dimensions of the carrier
228
+ * of an Instantiation.
214
229
  */
215
230
  "CarrierExtent": NamedNode<'https://www.ica.org/standards/RiC/ontology#CarrierExtent'>;
216
231
  /**
217
232
  * Categorization of physical material on which information is
218
- * represented.
233
+ * represented.
219
234
  */
220
235
  "CarrierType": NamedNode<'https://www.ica.org/standards/RiC/ontology#CarrierType'>;
221
236
  /**
222
237
  * Connects a ChildRelation to itself. It is a property that can
223
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
224
- * graph.
238
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
239
+ * graph.
225
240
  */
226
241
  "childRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#childRelation_role'>;
227
242
  /**
228
- * Connects at least one Person to at least another Person, when
229
- * the first has(ave) child(s) the second one(s). The Relation is oriented from the parent
230
- * to the child: the parent is the source of the relation, and the child(ren) is the
231
- * target.
243
+ * Connects at least one Person to at least another Person, when the
244
+ * first has(ave) child(s) the second one(s). The Relation is oriented from the parent to the
245
+ * child: the parent is the source of the relation, and the child(ren) is the
246
+ * target.
232
247
  */
233
248
  "ChildRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#ChildRelation'>;
234
249
  /**
235
250
  * A term, number or alphanumeric string that is usually taken from
236
- * an external classification vocabulary or scheme that qualifies a Record Resource.
251
+ * an external classification vocabulary or scheme that qualifies a Record
252
+ * Resource.
237
253
  */
238
254
  "classification": NamedNode<'https://www.ica.org/standards/RiC/ontology#classification'>;
239
255
  /**
240
256
  * An annotation property for recording a possible mapping to a
241
- * component in another model or ontology
257
+ * component in another model or ontology
242
258
  */
243
259
  "closeTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#closeTo'>;
244
260
  /**
245
261
  * An idea, unit of thought, abstract cultural object or
246
- * category
262
+ * category
247
263
  */
248
264
  "Concept": NamedNode<'https://www.ica.org/standards/RiC/ontology#Concept'>;
249
265
  /**
250
266
  * Terms and circumstances affecting the availability of a Record
251
- * Resource or an Instantiation for consultation.
267
+ * Resource or an Instantiation for consultation.
252
268
  */
253
269
  "conditionsOfAccess": NamedNode<'https://www.ica.org/standards/RiC/ontology#conditionsOfAccess'>;
254
270
  /**
255
- * Terms and circumstances affecting the use of a Record Resource
256
- * or an Instantiation after access has been provided. Includes conditions governing
257
- * reproduction of the Record Resource under applicable copyright (intellectual property)
258
- * and/or property legislation or due to conservation status.
271
+ * Terms and circumstances affecting the use of a Record Resource or
272
+ * an Instantiation after access has been provided. Includes conditions governing reproduction
273
+ * of the Record Resource under applicable copyright (intellectual property) and/or property
274
+ * legislation or due to conservation status.
259
275
  */
260
276
  "conditionsOfUse": NamedNode<'https://www.ica.org/standards/RiC/ontology#conditionsOfUse'>;
261
277
  /**
262
278
  * Connects a Place to a Place that it contained in the
263
- * past.
279
+ * past.
264
280
  */
265
281
  "contained": NamedNode<'https://www.ica.org/standards/RiC/ontology#contained'>;
266
282
  /**
267
283
  * Connects a Place to a region that is or was within
268
- * it.
284
+ * it.
269
285
  */
270
286
  "containsOrContained": NamedNode<'https://www.ica.org/standards/RiC/ontology#containsOrContained'>;
271
287
  /**
272
- * Connects a Place to a Place that it contains, directly or indirectly. This is
273
- * a transitive relation.
288
+ * Connects a Place to a Place that it contains, directly or
289
+ * indirectly. This is a transitive relation.
274
290
  */
275
291
  "containsTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#containsTransitive'>;
276
292
  /**
277
- * The fundamental form of communication in which a Record or
278
- * Record Part is expressed.
293
+ * The fundamental form of communication in which a Record or Record
294
+ * Part is expressed.
279
295
  */
280
296
  "ContentType": NamedNode<'https://www.ica.org/standards/RiC/ontology#ContentType'>;
281
297
  /**
282
298
  * Longitudinal and latitudinal information about a
283
- * Place.
299
+ * Place.
284
300
  */
285
301
  "Coordinates": NamedNode<'https://www.ica.org/standards/RiC/ontology#Coordinates'>;
286
302
  /**
287
303
  * An organized group of persons that act together as an Agent, and
288
- * that has a recognized legal or social status.
304
+ * that has a recognized legal or social status.
289
305
  */
290
306
  "CorporateBody": NamedNode<'https://www.ica.org/standards/RiC/ontology#CorporateBody'>;
291
307
  /** Categorization of a Corporate Body. */
292
308
  "CorporateBodyType": NamedNode<'https://www.ica.org/standards/RiC/ontology#CorporateBodyType'>;
293
309
  /**
294
- * Connects a CorrespondenceRelation to itself. It is a property
295
- * that can stand for an instance of the class when necessary, e.g. when you explore a
296
- * knowledge graph.
310
+ * Connects a CorrespondenceRelation to itself. It is a property that
311
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
312
+ * graph.
297
313
  */
298
314
  "correspondenceRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#correspondenceRelation_role'>;
299
315
  /**
300
316
  * Connects at least two Persons, when they correspond or
301
- * corresponded to each other. This Relation is not oriented.
317
+ * corresponded to each other. This Relation is not oriented.
302
318
  */
303
319
  "CorrespondenceRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#CorrespondenceRelation'>;
304
- /** Date at which an entity was created. */
320
+ /**
321
+ * Date at which a Record Resource or Instantiation was or will be
322
+ * created.
323
+ */
305
324
  "creationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#creationDate'>;
306
325
  /**
307
326
  * Connects a CreationRelation to itself. It is a property that can
308
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
309
- * graph.
327
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
328
+ * graph.
310
329
  */
311
330
  "creationRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#creationRelation_role'>;
312
331
  /**
313
- * Connects at least one Record Resource or Instantiation to at
314
- * least one Agent, when the Agent is either responsible for all or some of the content of
315
- * the Record Resource, or is a contributor to the genesis or production of the
316
- * Instantiation. The Record Resource or Instantiation is the source of the Relation, and
317
- * the Agent(s) is the target.
332
+ * Connects at least one Record Resource or Instantiation to at least
333
+ * one Agent, when the Agent is either responsible for all or some of the content of the
334
+ * Record Resource, or is a contributor to the genesis or production of the Instantiation. The
335
+ * Record Resource or Instantiation is the source of the Relation, and the Agent(s) is the
336
+ * target.
318
337
  */
319
338
  "CreationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#CreationRelation'>;
320
339
  /**
321
340
  * Connects a Creation Relation to the Role Type that the creator
322
- * Agent(s) has in the creation process
341
+ * Agent(s) has in the creation process
323
342
  */
324
343
  "creationWithRole": NamedNode<'https://www.ica.org/standards/RiC/ontology#creationWithRole'>;
325
344
  /**
326
345
  * Chronological information associated with an entity that
327
- * contributes to its identification and contextualization.
346
+ * contributes to its identification and contextualization.
328
347
  */
329
348
  "date": NamedNode<'https://www.ica.org/standards/RiC/ontology#date'>;
330
349
  /**
331
350
  * Chronological information associated with an entity that
332
- * contributes to its identification and contextualization.
351
+ * contributes to its identification and contextualization.
333
352
  */
334
353
  "Date": NamedNode<'https://www.ica.org/standards/RiC/ontology#Date'>;
335
354
  /**
336
- * A human readable qualification of a Date to indicate the level
337
- * of precision or certainty.
355
+ * A human readable qualification of a Date to indicate the level of
356
+ * precision or certainty.
338
357
  */
339
358
  "dateQualifier": NamedNode<'https://www.ica.org/standards/RiC/ontology#dateQualifier'>;
340
359
  /** Categorization of a Date. */
@@ -343,189 +362,212 @@ export interface Rico {
343
362
  "deathDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#deathDate'>;
344
363
  /**
345
364
  * Categorization of a Person or Group based on shared
346
- * characteristics.
365
+ * characteristics.
347
366
  */
348
367
  "DemographicGroup": NamedNode<'https://www.ica.org/standards/RiC/ontology#DemographicGroup'>;
349
368
  /**
350
- * Connects a DerivationRelation to itself. It is a property that
351
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
352
- * graph.
369
+ * Date at which an Instantiation was or will be derived from another
370
+ * Instantiation.
371
+ */
372
+ "derivationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#derivationDate'>;
373
+ /**
374
+ * Connects a DerivationRelation to itself. It is a property that can
375
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
376
+ * graph.
353
377
  */
354
378
  "derivationRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#derivationRelation_role'>;
355
379
  /**
356
380
  * Connects an Instantiation to at least one Instantiation that is
357
- * derived from it, whether it exists or has been lost or destroyed. The Relation is
358
- * oriented chronologically, from the first Instantiation in time to the derived
359
- * Instantiation: the first Instantiation is the source of the Relation, and the derived
360
- * Instantiation(s) is the target.
381
+ * derived from it, whether it exists or has been lost or destroyed. The Relation is oriented
382
+ * chronologically, from the first Instantiation in time to the derived Instantiation: the
383
+ * first Instantiation is the source of the Relation, and the derived Instantiation(s) is the
384
+ * target.
361
385
  */
362
386
  "DerivationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#DerivationRelation'>;
363
387
  /**
364
388
  * Connects a DescendanceRelation to itself. It is a property that
365
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
366
- * graph.
389
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
390
+ * graph.
367
391
  */
368
392
  "descendanceRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#descendanceRelation_role'>;
369
393
  /**
370
- * Connects at least one Person to at least another Person, when
371
- * the first has/have descendant the second one(s). The Relation is oriented from the
372
- * ascendant to the descendant: the ascendant Person(s) is the source of the Relation, and
373
- * the descendant Person(s) is the target.
394
+ * Connects at least one Person to at least another Person, when the
395
+ * first has/have descendant the second one(s). The Relation is oriented from the ascendant to
396
+ * the descendant: the ascendant Person(s) is the source of the Relation, and the descendant
397
+ * Person(s) is the target.
374
398
  */
375
399
  "DescendanceRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#DescendanceRelation'>;
376
400
  /**
377
401
  * Connects a Record Resource to a Thing that it describes or
378
- * described.
402
+ * described.
379
403
  */
380
404
  "describesOrDescribed": NamedNode<'https://www.ica.org/standards/RiC/ontology#describesOrDescribed'>;
381
- /** Date at which an entity was deleted. */
405
+ /**
406
+ * Date at which a Record Resource or Instantiation was or will be
407
+ * destructed.
408
+ */
382
409
  "destructionDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#destructionDate'>;
383
- /** Connects a Place to another Place that it directly contains. */
410
+ /**
411
+ * Connects a Place to another Place that it directly
412
+ * contains.
413
+ */
384
414
  "directlyContains": NamedNode<'https://www.ica.org/standards/RiC/ontology#directlyContains'>;
385
415
  /**
386
- * Connects a Thing to a Thing that it follows directly in some non
387
- * chronological sequence.
416
+ * Inverse of 'directly precedes in sequence' object
417
+ * property.
388
418
  */
389
419
  "directlyFollowsInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#directlyFollowsInSequence'>;
420
+ /** Inverse of 'proxy directly precedes in sequence' object property. */
421
+ "directlyFollowsProxyInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#directlyFollowsProxyInSequence'>;
390
422
  /**
391
- * Connects a Record Set to a Record or Record Set which it
392
- * includes directly.
423
+ * Connects a Record Set to a Record or Record Set which it includes
424
+ * directly.
393
425
  */
394
426
  "directlyIncludes": NamedNode<'https://www.ica.org/standards/RiC/ontology#directlyIncludes'>;
427
+ /**
428
+ * Inverse of 'proxy is directly included in' object
429
+ * property.
430
+ */
431
+ "directlyIncludesProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#directlyIncludesProxy'>;
395
432
  /**
396
433
  * Connects a Thing to a Thing that it precedes directly in some
397
- * non chronological sequence.
434
+ * sequence (not necessarily defined or characterised chronologically).
398
435
  */
399
436
  "directlyPrecedesInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#directlyPrecedesInSequence'>;
437
+ /**
438
+ * Connects a Record Resource to a Proxy of a Record Resource that it
439
+ * precedes directly in some sequence (not necessarily defined or characterised
440
+ * chronologically).
441
+ */
442
+ "directlyPrecedesProxyInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#directlyPrecedesProxyInSequence'>;
400
443
  /**
401
444
  * Categorization of a Record or Record Part with respect to its
402
- * extrinsic and intrinsic elements that together communicate its content, administrative
403
- * and documentary context, and authority.
445
+ * extrinsic and intrinsic elements that together communicate its content, administrative and
446
+ * documentary context, and authority.
404
447
  */
405
448
  "DocumentaryFormType": NamedNode<'https://www.ica.org/standards/RiC/ontology#DocumentaryFormType'>;
406
449
  /** Inverse of 'documents' object property. */
407
450
  "documentedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#documentedBy'>;
408
451
  /**
409
452
  * Connects a Record Resource or an Instantiation to the Activity
410
- * that generates the Record Resource or Instantiation.
453
+ * that generates the Record Resource or Instantiation.
411
454
  */
412
455
  "documents": NamedNode<'https://www.ica.org/standards/RiC/ontology#documents'>;
413
456
  /** Date at which something ended. */
414
457
  "endDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#endDate'>;
415
- /**
416
- * Something that happens or occurs in time and
417
- * space.
418
- */
458
+ /** Something that happens or occurs in time and space. */
419
459
  "Event": NamedNode<'https://www.ica.org/standards/RiC/ontology#Event'>;
420
460
  /**
421
461
  * Connects an EventRelation to itself. It is a property that can
422
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
423
- * graph.
462
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
463
+ * graph.
424
464
  */
425
465
  "eventRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#eventRelation_role'>;
426
466
  /**
427
- * Connects at least one Event to at least one Thing, when the
428
- * first is associated with the existence and lifecycle of the second one. The Event(s) is
429
- * the source of the Relation, and the Thing(s) is the target.
467
+ * Connects at least one Event to at least one Thing, when the first
468
+ * is associated with the existence and lifecycle of the second one. The Event(s) is the
469
+ * source of the Relation, and the Thing(s) is the target.
430
470
  */
431
471
  "EventRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#EventRelation'>;
432
472
  /** Categorization of an Event. */
433
473
  "EventType": NamedNode<'https://www.ica.org/standards/RiC/ontology#EventType'>;
434
474
  /**
435
475
  * Connects a Record Resource to a Relation, when the first is used
436
- * for proving the existence of the second one, or for describing it.
476
+ * for proving the existence of the second one, or for describing it.
437
477
  */
438
478
  "evidences": NamedNode<'https://www.ica.org/standards/RiC/ontology#evidences'>;
439
479
  /**
440
480
  * Connects a Position to a Group in which that Position exists or
441
- * existed, or that is defined by that Group's organizational structure.
481
+ * existed, or that is defined by that Group's organizational structure.
442
482
  */
443
483
  "existsOrExistedIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#existsOrExistedIn'>;
444
484
  /**
445
485
  * Natural language expression of a date. This property is a
446
- * specialization of the name property. In order that the precise meaning of the date can
447
- * be understood, information such as the calendar used or other specific context should be
448
- * included.
486
+ * specialization of the name property. In order that the precise meaning of the date can be
487
+ * understood, information such as the calendar used or other specific context should be
488
+ * included.
449
489
  */
450
490
  "expressedDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#expressedDate'>;
451
491
  /**
452
492
  * Inverse of 'is or was expressed by' object
453
- * property.
493
+ * property.
454
494
  */
455
495
  "expressesOrExpressed": NamedNode<'https://www.ica.org/standards/RiC/ontology#expressesOrExpressed'>;
456
496
  /**
457
- * Countable characteristics of the content of an entity expressed
458
- * as a quantity.
497
+ * Countable characteristics of the content of an entity expressed as
498
+ * a quantity.
459
499
  */
460
500
  "Extent": NamedNode<'https://www.ica.org/standards/RiC/ontology#Extent'>;
461
501
  /**
462
502
  * Categorization of the extent that is being
463
- * measured.
503
+ * measured.
464
504
  */
465
505
  "ExtentType": NamedNode<'https://www.ica.org/standards/RiC/ontology#ExtentType'>;
466
506
  /**
467
507
  * Two or more persons related by birth, or through marriage,
468
- * adoption, civil union, or other social conventions that bind them together as a socially
469
- * recognized familial group.
508
+ * adoption, civil union, or other social conventions that bind them together as a socially
509
+ * recognized familial group.
470
510
  */
471
511
  "Family": NamedNode<'https://www.ica.org/standards/RiC/ontology#Family'>;
472
512
  /**
473
513
  * Connects a FamilyRelation to itself. It is a property that can
474
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
475
- * graph.
514
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
515
+ * graph.
476
516
  */
477
517
  "familyRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#familyRelation_role'>;
478
518
  /**
479
519
  * Connects at least two Persons, when they have some family link,
480
- * i.e. belong to the same family. This Relation is a generic, not oriented
481
- * one.
520
+ * i.e. belong to the same family. This Relation is a generic, not oriented
521
+ * one.
482
522
  */
483
523
  "FamilyRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#FamilyRelation'>;
484
524
  /** Categorization of a Family. */
485
525
  "FamilyType": NamedNode<'https://www.ica.org/standards/RiC/ontology#FamilyType'>;
486
526
  /**
487
- * Connects a Thing to a Thing that it followed in some non
488
- * chronological sequence in the past.
527
+ * Connects a Thing to a Thing that it followed in some sequence (not
528
+ * necessarily defined or characterised chronologically) in the past.
489
529
  */
490
530
  "followedInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#followedInSequence'>;
491
531
  /**
492
- * Connects a Thing to a Thing that it directly or indirectly
493
- * follows in some non chronological sequence.
532
+ * Inverse of 'precedes in sequence transitive' object
533
+ * property.
494
534
  */
495
535
  "followsInSequenceTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#followsInSequenceTransitive'>;
496
536
  /**
497
537
  * Inverse of 'precedes in time' object property. This is a
498
- * transitive relation.
538
+ * transitive relation.
499
539
  */
500
540
  "followsInTime": NamedNode<'https://www.ica.org/standards/RiC/ontology#followsInTime'>;
501
- /** Inverse of 'precedesOrPreceded' object property. */
541
+ /** Inverse of 'precedes or preceded' object property. */
502
542
  "followsOrFollowed": NamedNode<'https://www.ica.org/standards/RiC/ontology#followsOrFollowed'>;
543
+ /**
544
+ * Inverse of 'proxy precedes in sequence' object
545
+ * property.
546
+ */
547
+ "followsProxyInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#followsProxyInSequence'>;
503
548
  /**
504
549
  * Connects a FunctionalEquivalenceRelation to itself. It is a
505
- * property that can stand for an instance of the class when necessary, e.g. when you
506
- * explore a knowledge graph.
550
+ * property that can stand for an instance of the class when necessary, e.g. when you explore
551
+ * a knowledge graph.
507
552
  */
508
553
  "functionalEquivalenceRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#functionalEquivalenceRelation_role'>;
509
554
  /**
510
555
  * Connects at least two Instantiations which may be considered as
511
- * equivalent. This Relation is not oriented.
556
+ * equivalent. This Relation is not oriented.
512
557
  */
513
558
  "FunctionalEquivalenceRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#FunctionalEquivalenceRelation'>;
514
559
  /**
515
560
  * General information about an entity. General description may be
516
- * used to describe any entity. There are different appropriate uses for general
517
- * description. First, while it is recommended that more specific properties be used in
518
- * describing an entity, it may be desirable, for economic or other reasons, to describe
519
- * two or more specific properties together. Second, general description may be used to
520
- * describe one or more characteristics that are not otherwise accommodated in RiC-O.
521
- * Third, it may be used to provide a succinct summary or abstract description in addition
522
- * to more detailed specific description.
561
+ * used to describe any entity. There are different appropriate uses for general description.
562
+ * First, while it is recommended that more specific properties be used in describing an
563
+ * entity, it may be desirable, for economic or other reasons, to describe two or more
564
+ * specific properties together. Second, general description may be used to describe one or
565
+ * more characteristics that are not otherwise accommodated in RiC-O. Third, it may be used to
566
+ * provide a succinct summary or abstract description in addition to more detailed specific
567
+ * description.
523
568
  */
524
569
  "generalDescription": NamedNode<'https://www.ica.org/standards/RiC/ontology#generalDescription'>;
525
- /**
526
- * Reference system used for geographical
527
- * coordinates.
528
- */
570
+ /** Reference system used for geographical coordinates. */
529
571
  "geodesicSystem": NamedNode<'https://www.ica.org/standards/RiC/ontology#geodesicSystem'>;
530
572
  /** Longitudinal and latitudinal information about a Place. */
531
573
  "geographicalCoordinates": NamedNode<'https://www.ica.org/standards/RiC/ontology#geographicalCoordinates'>;
@@ -533,168 +575,192 @@ export interface Rico {
533
575
  "Group": NamedNode<'https://www.ica.org/standards/RiC/ontology#Group'>;
534
576
  /**
535
577
  * Connects a GroupSubdivisionRelation to itself. It is a property
536
- * that can stand for an instance of the class when necessary, e.g. when you explore a
537
- * knowledge graph.
578
+ * that can stand for an instance of the class when necessary, e.g. when you explore a
579
+ * knowledge graph.
538
580
  */
539
581
  "groupSubdivisionRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#groupSubdivisionRelation_role'>;
540
582
  /**
541
583
  * Connects a Group and at least another Group, when the first one
542
- * has or had the second one(s) among its subdivisions. The Relation is oriented from the
543
- * Group to its subdivision(s): the parent Group is the source and the subdivision Group(s)
544
- * is the target.
584
+ * has or had the second one(s) among its subdivisions. The Relation is oriented from the
585
+ * Group to its subdivision(s): the parent Group is the source and the subdivision Group(s) is
586
+ * the target.
545
587
  */
546
588
  "GroupSubdivisionRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#GroupSubdivisionRelation'>;
547
589
  /**
548
590
  * Connects an Instantiation to another Instantiation that was its
549
- * component in the past.
591
+ * component in the past.
550
592
  */
551
593
  "hadComponent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hadComponent'>;
552
594
  /**
553
- * Connects a Record or Record Part to another Record or Record
554
- * Part that was its constituent in the past.
595
+ * Connects a Record or Record Part to another Record or Record Part
596
+ * that was its constituent in the past.
555
597
  */
556
598
  "hadConstituent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hadConstituent'>;
557
599
  /**
558
600
  * Connects a Thing to a Thing that was a constitutive or component
559
- * part of that Thing in the past.
601
+ * part of that Thing in the past.
560
602
  */
561
603
  "hadPart": NamedNode<'https://www.ica.org/standards/RiC/ontology#hadPart'>;
562
604
  /** Connects a Group to one of its past subdivisions. */
563
605
  "hadSubdivision": NamedNode<'https://www.ica.org/standards/RiC/ontology#hadSubdivision'>;
564
606
  /**
565
607
  * Connects a past Event to one of a series of past Events that
566
- * constituted that original, broader, past Event.
608
+ * constituted that original, broader, past Event.
567
609
  */
568
610
  "hadSubevent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hadSubevent'>;
569
611
  /**
570
- * Connects an Agent to an Agent that was hierarchically inferior
571
- * in the past.
612
+ * Connects an Agent to an Agent that was hierarchically inferior in
613
+ * the past.
572
614
  */
573
615
  "hadSubordinate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hadSubordinate'>;
616
+ /**
617
+ * Inverse of 'is accumulation date of' object
618
+ * property.
619
+ */
620
+ "hasAccumulationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasAccumulationDate'>;
574
621
  /**
575
622
  * Connects a Record Resource or an Instantiation to the Agent that
576
- * accumulates it, be it intentionally (collecting) or not (receiving in the course of its
577
- * activities).
623
+ * accumulates it, be it intentionally (collecting) or not (receiving in the course of its
624
+ * activities).
578
625
  */
579
626
  "hasAccumulator": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasAccumulator'>;
580
627
  /**
581
628
  * Connects an Activity to an Activity Type that categorizes
582
- * it.
629
+ * it.
583
630
  */
584
631
  "hasActivityType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasActivityType'>;
585
632
  /**
586
633
  * Connects a Record Resource or an Instantiation to the Agent that
587
- * it is addressed to.
634
+ * it is addressed to.
588
635
  */
589
636
  "hasAddressee": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasAddressee'>;
590
637
  /**
591
- * Inverse of 'has descendant' object property. This is a
592
- * transitive relation.
638
+ * Inverse of 'has descendant' object property. This is a transitive
639
+ * relation.
593
640
  */
594
641
  "hasAncestor": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasAncestor'>;
595
642
  /**
596
643
  * Connects a Record to the Group, Person or Position that is
597
- * responsible for conceiving and formulating the information contained in the
598
- * Record.
644
+ * responsible for conceiving and formulating the information contained in the
645
+ * Record.
599
646
  */
600
647
  "hasAuthor": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasAuthor'>;
601
- /** Inverse of 'is beginning date of' object property */
648
+ /** Inverse of 'is beginning date of' object property. */
602
649
  "hasBeginningDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasBeginningDate'>;
603
- /** Inverse of 'is birth date of' object property */
650
+ /** Inverse of 'is birth date of' object property. */
604
651
  "hasBirthDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasBirthDate'>;
605
- /** Inverse of 'is birth place of' object property */
652
+ /** Inverse of 'is birth place of' object property. */
606
653
  "hasBirthPlace": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasBirthPlace'>;
607
654
  /**
608
- * Connects an Instantiation to a Carrier Type which categorizes
609
- * its carrier.
655
+ * Connects an Instantiation to a Carrier Type which categorizes its
656
+ * carrier.
610
657
  */
611
658
  "hasCarrierType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasCarrierType'>;
612
659
  /** Connects a Person to one of their children. */
613
660
  "hasChild": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasChild'>;
614
661
  /**
615
662
  * Connects a Record Resource or an Instantiation to the Agent that
616
- * collects it intentionally, i.e., the Agent is a collector.
663
+ * collects it intentionally, i.e., the Agent is a collector.
617
664
  */
618
665
  "hasCollector": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasCollector'>;
619
666
  /**
620
667
  * Connects an Instantiation to another Instantiation that is,
621
- * directly or indirectly, a component of that Instantiation. This is a transitive
622
- * relation.
668
+ * directly or indirectly, a component of that Instantiation. This is a transitive
669
+ * relation.
623
670
  */
624
671
  "hasComponentTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasComponentTransitive'>;
625
672
  /**
626
- * Connects a Record or Record Part to another Record or Record
627
- * Part that is its constituent, directly or indirectly. This is a transitive
628
- * relation.
673
+ * Inverse of 'proxy is constituent of' object
674
+ * property.
675
+ */
676
+ "hasConstituentProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasConstituentProxy'>;
677
+ /**
678
+ * Connects a Record or Record Part to another Record or Record Part
679
+ * that is its constituent, directly or indirectly. This is a transitive
680
+ * relation.
629
681
  */
630
682
  "hasConstituentTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasConstituentTransitive'>;
631
683
  /**
632
684
  * Connects a Record or a Record Part to a Content Type which
633
- * categorizes its content.
685
+ * categorizes its content.
634
686
  */
635
687
  "hasContentOfType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasContentOfType'>;
688
+ /**
689
+ * Connects a Record or a Record Part to a Thing that its content
690
+ * mainly represents.
691
+ */
692
+ "hasContentWhichMainlyRepresents": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasContentWhichMainlyRepresents'>;
693
+ /**
694
+ * Connects a Record or a Record Part to a Thing that its content
695
+ * represents.
696
+ */
697
+ "hasContentWhichRepresents": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasContentWhichRepresents'>;
636
698
  /**
637
699
  * Connects a Record Resource to a copy of that Record
638
- * Resource.
700
+ * Resource.
639
701
  */
640
702
  "hasCopy": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasCopy'>;
641
703
  /** Inverse of 'is creation date of' object property */
642
704
  "hasCreationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasCreationDate'>;
643
705
  /**
644
- * Connects a Record Resource or an Instantiation to an Agent that
645
- * is either responsible for all or some of the content of the Record Resource or is a
646
- * contributor to the genesis or production of an Instantiation.
706
+ * Connects a Record Resource or an Instantiation to an Agent that is
707
+ * either responsible for all or some of the content of the Record Resource or is a
708
+ * contributor to the genesis or production of an Instantiation.
647
709
  */
648
710
  "hasCreator": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasCreator'>;
649
711
  /** Connects a Date to its Date Type. */
650
712
  "hasDateType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDateType'>;
651
- /** Inverse of 'is death date of' object property */
713
+ /** Inverse of 'is death date of' object property. */
652
714
  "hasDeathDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDeathDate'>;
653
- /** Inverse of 'is death place of' object property */
715
+ /** Inverse of 'is death place of' object property. */
654
716
  "hasDeathPlace": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDeathPlace'>;
717
+ /** Inverse of 'is derivation date of' object property. */
718
+ "hasDerivationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDerivationDate'>;
655
719
  /**
656
720
  * Connects a Person to one of their descendants. This is a
657
- * transitive relation.
721
+ * transitive relation.
658
722
  */
659
723
  "hasDescendant": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDescendant'>;
660
724
  /**
661
725
  * Inverse of 'is destruction date of' object
662
- * property.
726
+ * property.
663
727
  */
664
728
  "hasDestructionDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDestructionDate'>;
665
729
  /**
666
730
  * Connects an Instantiation to another Instantiation that is its
667
- * direct component.
731
+ * direct component.
668
732
  */
669
733
  "hasDirectComponent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDirectComponent'>;
670
734
  /**
671
- * Connects a Record to another Record or Record Part that is its
672
- * direct constituent.
735
+ * Connects a Record or Record Part to another Record or Record Part
736
+ * that is its direct constituent.
673
737
  */
674
738
  "hasDirectConstituent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDirectConstituent'>;
675
739
  /**
676
- * Connects a Thing to a Thing that is a direct constitutive or
677
- * component part of that Thing.
740
+ * Inverse of 'proxy is direct constituent of' object
741
+ * property.
678
742
  */
679
- "hasDirectPart": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDirectPart'>;
743
+ "hasDirectConstituentProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDirectConstituentProxy'>;
680
744
  /**
681
- * Connects a Group to one of its direct
682
- * subdivisions.
745
+ * Connects a Thing to a Thing that is a direct constitutive or
746
+ * component part of that Thing.
683
747
  */
748
+ "hasDirectPart": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDirectPart'>;
749
+ /** Connects a Group to one of its direct subdivisions. */
684
750
  "hasDirectSubdivision": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDirectSubdivision'>;
685
751
  /**
686
752
  * Connects an ongoing Event to one of a series of Events that
687
- * directly constitute that broader, ongoing Event.
753
+ * directly constitute that broader, ongoing Event.
688
754
  */
689
755
  "hasDirectSubevent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDirectSubevent'>;
690
756
  /**
691
757
  * Connects an Agent to an Agent that is its direct
692
- * subordinate.
758
+ * subordinate.
693
759
  */
694
760
  "hasDirectSubordinate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDirectSubordinate'>;
695
761
  /**
696
762
  * Connects a Record or Record Part to its Documentary Form
697
- * Type.
763
+ * Type.
698
764
  */
699
765
  "hasDocumentaryFormType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasDocumentaryFormType'>;
700
766
  /** Inverse of 'is draft of' object property. */
@@ -703,602 +769,651 @@ export interface Rico {
703
769
  "hasEndDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasEndDate'>;
704
770
  /**
705
771
  * Connects an Event to an Event Type which categorizes
706
- * it.
772
+ * it.
707
773
  */
708
774
  "hasEventType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasEventType'>;
709
775
  /**
710
776
  * Connects a Record Resource or Instantiation to an
711
- * Extent
777
+ * Extent
712
778
  */
713
779
  "hasExtent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasExtent'>;
714
780
  /**
715
781
  * Connects an Extent to an Extent Type that categorizes what is
716
- * being measured.
782
+ * being measured.
717
783
  */
718
784
  "hasExtentType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasExtentType'>;
719
785
  /**
720
786
  * Connects two Persons that have some type of family link, i.e.
721
- * belong to the same family. This relation is symmetric.
787
+ * belong to the same family. This relation is symmetric.
722
788
  */
723
789
  "hasFamilyAssociationWith": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasFamilyAssociationWith'>;
724
790
  /**
725
791
  * Connects a Family to a Family Type that categorizes
726
- * it.
792
+ * it.
727
793
  */
728
794
  "hasFamilyType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasFamilyType'>;
729
795
  /**
730
- * Connects two Record Resources when there is a genetic link
731
- * between them. Genetic in this sense is as defined by diplomatics, i.e. the process by
732
- * which a Record Resource is developed. This relation is symmetric.
796
+ * Connects two Record Resources when there is a genetic link between
797
+ * them. Genetic in this sense is as defined by diplomatics, i.e. the process by which a
798
+ * Record Resource is developed. This relation is symmetric.
733
799
  */
734
800
  "hasGeneticLinkToRecordResource": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasGeneticLinkToRecordResource'>;
735
801
  /**
736
802
  * Connects an Identifier and an Identifier Type that categorizes
737
- * it.
803
+ * it.
738
804
  */
739
805
  "hasIdentifierType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasIdentifierType'>;
806
+ /** Inverse of 'is migration date of' object property. */
807
+ "hasMigrationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasMigrationDate'>;
740
808
  /**
741
809
  * Inverse of 'is modification date of' object
742
- * property.
810
+ * property.
743
811
  */
744
812
  "hasModificationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasModificationDate'>;
745
813
  /**
746
814
  * Connects a Record Resource or an Instantiation to an Agent that
747
- * creates or accumulates it, receives it, or sends it, or to an Activity that generates
748
- * it.
815
+ * creates or accumulates it, receives it, or sends it, or to an Activity that generates
816
+ * it.
749
817
  */
750
818
  "hasOrganicOrFunctionalProvenance": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrganicOrFunctionalProvenance'>;
751
819
  /**
752
820
  * Connects a Record Resource or an Instantiation to an Agent that
753
- * creates or accumulates the Record Resource, receives it, or sends it.
821
+ * creates or accumulates the Record Resource, receives it, or sends it.
754
822
  */
755
823
  "hasOrganicProvenance": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrganicProvenance'>;
824
+ /**
825
+ * Inverse of 'is date associated with organic provenance of' object
826
+ * property.
827
+ */
828
+ "hasOrganicProvenanceDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrganicProvenanceDate'>;
756
829
  /**
757
830
  * Connects an Agent and (one of) its present or past Agent
758
- * Name.
831
+ * Name.
759
832
  */
760
833
  "hasOrHadAgentName": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAgentName'>;
761
834
  /**
762
- * Connects a Record Set and a Category (Type) to which all the
763
- * Records or Record Parts that are or were included in the Record Set
764
- * belong.
835
+ * Inverse of 'is or was accumulation date of all members of' object
836
+ * property.
765
837
  */
766
- "hasOrHadAllMembersWithCategory": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithCategory'>;
838
+ "hasOrHadAllMembersWithAccumulationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithAccumulationDate'>;
767
839
  /**
768
- * Connects a Record Set and a Content Type that categorizes all
769
- * the Records or Record Parts that are or were included in the Record Set.
840
+ * Connects a Record Set and a Content Type that categorizes all the
841
+ * Records or Record Parts that are or were included in the Record Set.
770
842
  */
771
843
  "hasOrHadAllMembersWithContentType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithContentType'>;
772
844
  /**
773
845
  * Inverse of 'is or was creation date of all members of' object
774
- * property
846
+ * property.
775
847
  */
776
848
  "hasOrHadAllMembersWithCreationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithCreationDate'>;
777
849
  /**
778
- * Connects a Record Set and a Documentary Form Type that
779
- * categorizes all the Records or Record Parts that are or were included in the Record
780
- * Set.
850
+ * Connects a Record Set and a Documentary Form Type that categorizes
851
+ * all the Records or Record Parts that are or were included in the Record Set.
781
852
  */
782
853
  "hasOrHadAllMembersWithDocumentaryFormType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithDocumentaryFormType'>;
783
854
  /**
784
855
  * Connects a Record Set and a Language used by all the Records or
785
- * Record Parts that are or were included in the Record Set.
856
+ * Record Parts that are or were included in the Record Set.
786
857
  */
787
858
  "hasOrHadAllMembersWithLanguage": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithLanguage'>;
788
859
  /**
789
- * Connects a Record Set and a Legal Status that categorizes all
790
- * the Records or Record Parts that are or were included in the Record Set.
860
+ * Connects a Record Set and a Legal Status that categorizes all the
861
+ * Records or Record Parts that are or were included in the Record Set.
791
862
  */
792
863
  "hasOrHadAllMembersWithLegalStatus": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithLegalStatus'>;
793
864
  /**
794
- * Connects a Record Set and a Record State that categorizes all
795
- * the Records or Record Parts that are or were included in the Record Set.
865
+ * Connects a Record Set and a Thing that is the main subject of all
866
+ * the Records or Record Parts that are or were included in the Record Set.
867
+ */
868
+ "hasOrHadAllMembersWithMainSubject": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithMainSubject'>;
869
+ /**
870
+ * Connects a Record Set and a Record State that categorizes all the
871
+ * Records or Record Parts that are or were included in the Record Set.
796
872
  */
797
873
  "hasOrHadAllMembersWithRecordState": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithRecordState'>;
798
874
  /**
799
- * Connects a record resource to one of its analogue
800
- * instantiations, whether it exists or has been lost or destroyed.
875
+ * Connects a Record Set and a Thing that is the subject of all the
876
+ * Records or Record Parts that are or were included in the Record Set.
877
+ */
878
+ "hasOrHadAllMembersWithSubject": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithSubject'>;
879
+ /**
880
+ * Connects a Record Set and a Type to which all the Records or
881
+ * Record Parts that are or were included in the Record Set belong.
882
+ */
883
+ "hasOrHadAllMembersWithType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAllMembersWithType'>;
884
+ /**
885
+ * Connects a record resource to one of its analogue instantiations,
886
+ * whether it exists or has been lost or destroyed.
801
887
  */
802
888
  "hasOrHadAnalogueInstantiation": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAnalogueInstantiation'>;
803
889
  /**
804
890
  * Connects a Thing to an Appellation that is or was used for
805
- * designating it.
891
+ * designating it.
806
892
  */
807
893
  "hasOrHadAppellation": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAppellation'>;
808
894
  /**
809
- * Connects an Agent to a Thing over which the Agent has or had
810
- * some kind of authority.
895
+ * Connects an Agent to a Thing over which the Agent has or had some
896
+ * kind of authority.
811
897
  */
812
898
  "hasOrHadAuthorityOver": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadAuthorityOver'>;
813
899
  /**
814
- * Connects a Thing to a Type that categorizes or categorized
815
- * it.
816
- */
817
- "hasOrHadCategory": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadCategory'>;
818
- /**
819
- * Connects an Instantiation to one of its present or past
820
- * component instantiations.
900
+ * Connects an Instantiation to one of its present or past component
901
+ * instantiations.
821
902
  */
822
903
  "hasOrHadComponent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadComponent'>;
823
904
  /**
824
905
  * Connects a Record or Record Part to a Record or Record part that
825
- * is or was a constituent of that Record or Record Part.
906
+ * is or was a constituent of that Record or Record Part.
826
907
  */
827
908
  "hasOrHadConstituent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadConstituent'>;
828
909
  /**
829
910
  * Inverse of 'is or was controller of' object
830
- * property.
911
+ * property.
831
912
  */
832
913
  "hasOrHadController": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadController'>;
833
914
  /**
834
- * Connects a Physical Location to its past or present coordinates
835
- * in a reference system.
915
+ * Connects a Physical Location to its past or present coordinates in
916
+ * a reference system.
836
917
  */
837
918
  "hasOrHadCoordinates": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadCoordinates'>;
838
919
  /**
839
920
  * Connects a Corporate Body to a Corporate Body Type which
840
- * categorizes or categorized it.
921
+ * categorizes or categorized it.
841
922
  */
842
923
  "hasOrHadCorporateBodyType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadCorporateBodyType'>;
843
924
  /**
844
925
  * Connects two Persons that correspond or have corresponded with
845
- * each other. This relation is symmetric.
926
+ * each other. This relation is symmetric.
846
927
  */
847
928
  "hasOrHadCorrespondent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadCorrespondent'>;
848
929
  /**
849
930
  * Connects a Person or a Group to a Demographic Group to which it
850
- * belongs or belonged.
931
+ * belongs or belonged.
851
932
  */
852
933
  "hasOrHadDemographicGroup": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadDemographicGroup'>;
853
934
  /**
854
- * Connects an instantiation to an instantiation that is derived
855
- * from it, whether it exists or has been lost or destroyed.
935
+ * Connects an instantiation to an instantiation that is derived from
936
+ * it, whether it exists or has been lost or destroyed.
856
937
  */
857
938
  "hasOrHadDerivedInstantiation": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadDerivedInstantiation'>;
858
939
  /**
859
940
  * Connects a record resource to one of its digital instantiations,
860
- * whether it exists or has been lost or destroyed.
941
+ * whether it exists or has been lost or destroyed.
861
942
  */
862
943
  "hasOrHadDigitalInstantiation": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadDigitalInstantiation'>;
863
- /**
864
- * Inverse of 'is or was employer of' object
865
- * property.
866
- */
944
+ /** Inverse of 'is or was employer of' object property. */
867
945
  "hasOrHadEmployer": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadEmployer'>;
868
946
  /** Inverse of 'is or was holder of' object property. */
869
947
  "hasOrHadHolder": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadHolder'>;
870
948
  /**
871
949
  * Connects a Thing to one of its past or present
872
- * Identifiers.
950
+ * Identifiers.
873
951
  */
874
952
  "hasOrHadIdentifier": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadIdentifier'>;
875
953
  /**
876
954
  * Connects a Record Resource to an Instantiation, which either may
877
- * exist or may have been lost or destroyed.
955
+ * exist or may have been lost or destroyed.
878
956
  */
879
957
  "hasOrHadInstantiation": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadInstantiation'>;
880
958
  /**
881
959
  * Inverse of 'is or was holder of intellectual property rights of'
882
- * object property.
960
+ * object property.
883
961
  */
884
962
  "hasOrHadIntellectualPropertyRightsHolder": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadIntellectualPropertyRightsHolder'>;
885
963
  /**
886
964
  * Inverse of 'is or was jurisdiction of' object
887
- * property.
965
+ * property.
888
966
  */
889
967
  "hasOrHadJurisdiction": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadJurisdiction'>;
890
968
  /**
891
969
  * Connects an Agent, Record or Record Part to a Language that uses
892
- * or used it.
970
+ * or used it.
893
971
  */
894
972
  "hasOrHadLanguage": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadLanguage'>;
895
973
  /** Inverse of 'is or was leader of' object property. */
896
974
  "hasOrHadLeader": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadLeader'>;
897
975
  /**
898
976
  * Connects an Agent or Record Resource to a Legal Status which
899
- * categorized or categorizes it.
977
+ * categorized or categorizes it.
900
978
  */
901
979
  "hasOrHadLegalStatus": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadLegalStatus'>;
902
- /**
903
- * Inverse of 'is or was location of' object
904
- * property.
905
- */
980
+ /** Inverse of 'is or was location of' object property. */
906
981
  "hasOrHadLocation": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadLocation'>;
907
982
  /**
908
983
  * Connects a Record Resource to a Thing that is or was its main
909
- * subject.
984
+ * subject.
910
985
  */
911
986
  "hasOrHadMainSubject": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadMainSubject'>;
912
- /**
913
- * Inverse of 'is or was manager of' object
914
- * property.
915
- */
987
+ /** Inverse of 'is or was manager of' object property. */
916
988
  "hasOrHadManager": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadManager'>;
917
989
  /**
918
990
  * Connects a Mandate to a Mandate Type that categorized or
919
- * categorizes it.
991
+ * categorizes it.
920
992
  */
921
993
  "hasOrHadMandateType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadMandateType'>;
922
994
  /**
923
995
  * Connects a Group to a Person that is or was a member of that
924
- * Group.
996
+ * Group.
925
997
  */
926
998
  "hasOrHadMember": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadMember'>;
999
+ /**
1000
+ * Inverse of 'is or was accumulation date of most members of' object
1001
+ * property.
1002
+ */
1003
+ "hasOrHadMostMembersWithAccumulationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadMostMembersWithAccumulationDate'>;
927
1004
  /**
928
1005
  * Inverse of 'is or was creation date of most members of' object
929
- * property
1006
+ * property.
930
1007
  */
931
1008
  "hasOrHadMostMembersWithCreationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadMostMembersWithCreationDate'>;
932
1009
  /**
933
1010
  * Connects a Thing to one of its past or present
934
- * Names.
1011
+ * Names.
935
1012
  */
936
1013
  "hasOrHadName": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadName'>;
937
1014
  /**
938
1015
  * Connects a Person to an Occupation Type that categorized or
939
- * categorizes his/her occupation (profession, trade or craft).
1016
+ * categorizes his/her occupation (profession, trade or craft).
940
1017
  */
941
1018
  "hasOrHadOccupationOfType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadOccupationOfType'>;
942
1019
  /** Inverse of 'is or was owner of' object property. */
943
1020
  "hasOrHadOwner": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadOwner'>;
944
1021
  /**
945
1022
  * Connects a Thing to a constitutive or component part of that
946
- * Thing.
1023
+ * Thing.
947
1024
  */
948
1025
  "hasOrHadPart": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadPart'>;
949
1026
  /**
950
- * Connects an Event to a Thing that is or was actively or
951
- * passively involved in it.
1027
+ * Connects an Event to a Thing that is or was actively or passively
1028
+ * involved in it.
952
1029
  */
953
1030
  "hasOrHadParticipant": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadParticipant'>;
954
1031
  /**
955
1032
  * Connects a Place to one of its past or present Physical
956
- * Location.
1033
+ * Location.
957
1034
  */
958
1035
  "hasOrHadPhysicalLocation": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadPhysicalLocation'>;
959
1036
  /**
960
1037
  * Connects a Place to one of its past or present
961
- * names.
1038
+ * names.
962
1039
  */
963
1040
  "hasOrHadPlaceName": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadPlaceName'>;
964
1041
  /**
965
1042
  * Connects a Place to a Place Type that categorized or categorizes
966
- * it.
1043
+ * it.
967
1044
  */
968
1045
  "hasOrHadPlaceType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadPlaceType'>;
969
- /**
970
- * Inverse of 'exists or existed in' object
971
- * property.
972
- */
1046
+ /** Inverse of 'exists or existed in' object property. */
973
1047
  "hasOrHadPosition": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadPosition'>;
974
1048
  /**
975
1049
  * Connects a Rule to a Rule Type that categorized or categorizes
976
- * it.
1050
+ * it.
977
1051
  */
978
1052
  "hasOrHadRuleType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadRuleType'>;
979
1053
  /**
980
- * Connects a Record Set and a Category (Type) to which some of the
981
- * Records or Record Parts that are or were included in the Record Set
982
- * belong.
1054
+ * Connects a Record Set and a Thing that is the main element
1055
+ * represented by the content of some of the members of the Records or Record Parts that are
1056
+ * or were included in the Record Set.
1057
+ */
1058
+ "hasOrHadSomeMembersWhoseContentMainlyRepresents": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWhoseContentMainlyRepresents'>;
1059
+ /**
1060
+ * Connects a Record Set and a Thing that is represented by the
1061
+ * content of some of the Records or Record Parts that are or were included in the Record
1062
+ * Set.
1063
+ */
1064
+ "hasOrHadSomeMembersWhoseContentRepresents": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWhoseContentRepresents'>;
1065
+ /**
1066
+ * Inverse of 'is or was accumulation date of some members of' object
1067
+ * property.
983
1068
  */
984
- "hasOrHadSomeMembersWithCategory": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithCategory'>;
1069
+ "hasOrHadSomeMembersWithAccumulationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithAccumulationDate'>;
985
1070
  /**
986
- * Connects a Record Set and a Content Type that categorizes some
987
- * of the Records or Record Parts that are or were included in the Record
988
- * Set.
1071
+ * Connects a Record Set and a Content Type that categorizes some of
1072
+ * the Records or Record Parts that are or were included in the Record Set.
989
1073
  */
990
1074
  "hasOrHadSomeMembersWithContentType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithContentType'>;
991
1075
  /**
992
1076
  * Inverse of 'is or was creation date of some members of' object
993
- * property
1077
+ * property.
994
1078
  */
995
1079
  "hasOrHadSomeMembersWithCreationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithCreationDate'>;
996
1080
  /**
997
- * Connects a Record Set and a Documentary Form Type that
998
- * categorizes some of the Records or Record Parts that are or were included in the Record
999
- * Set.
1081
+ * Connects a Record Set and a Documentary Form Type that categorizes
1082
+ * some of the Records or Record Parts that are or were included in the Record
1083
+ * Set.
1000
1084
  */
1001
1085
  "hasOrHadSomeMembersWithDocumentaryFormType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithDocumentaryFormType'>;
1002
1086
  /**
1003
1087
  * Connects a Record Set and a Language used by some of the Records
1004
- * or Record Parts that are or were included in the Record Set.
1088
+ * or Record Parts that are or were included in the Record Set.
1005
1089
  */
1006
1090
  "hasOrHadSomeMembersWithLanguage": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithLanguage'>;
1007
1091
  /**
1008
- * Connects a Record Set and a Legal Status that categorizes some
1009
- * of the Records or Record Parts that are or were included in the Record
1010
- * Set.
1092
+ * Connects a Record Set and a Legal Status that categorizes some of
1093
+ * the Records or Record Parts that are or were included in the Record Set.
1011
1094
  */
1012
1095
  "hasOrHadSomeMembersWithLegalStatus": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithLegalStatus'>;
1013
1096
  /**
1014
- * Connects a Record Set and a Record State that categorizes some
1015
- * of the Records or Record Parts that are or were included in the Record
1016
- * Set.
1097
+ * Connects a Record Set and a Thing that is the main subject of some
1098
+ * of the Records or Record Parts that are or were included in the Record Set.
1099
+ */
1100
+ "hasOrHadSomeMembersWithMainSubject": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithMainSubject'>;
1101
+ /**
1102
+ * Connects a Record Set and a Record State that categorizes some of
1103
+ * the Records or Record Parts that are or were included in the Record Set.
1017
1104
  */
1018
1105
  "hasOrHadSomeMembersWithRecordState": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithRecordState'>;
1106
+ /**
1107
+ * Connects a Record Set and a Thing that is the subject of some of
1108
+ * the Records or Record Parts that are or were included in the Record Set.
1109
+ */
1110
+ "hasOrHadSomeMembersWithSubject": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithSubject'>;
1111
+ /**
1112
+ * Connects a Record Set and a Type to which some of the Records or
1113
+ * Record Parts that are or were included in the Record Set belong.
1114
+ */
1115
+ "hasOrHadSomeMembersWithType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSomeMembersWithType'>;
1019
1116
  /**
1020
1117
  * Connects two Persons who are or were married. This relation is
1021
- * symmetric.
1118
+ * symmetric.
1022
1119
  */
1023
1120
  "hasOrHadSpouse": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSpouse'>;
1024
1121
  /** Inverse of 'has or had teacher' object property. */
1025
1122
  "hasOrHadStudent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadStudent'>;
1026
1123
  /**
1027
1124
  * Connects a Group to one of its present or past
1028
- * subdivisions.
1125
+ * subdivisions.
1029
1126
  */
1030
1127
  "hasOrHadSubdivision": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSubdivision'>;
1031
1128
  /**
1032
- * Connects an Event to one of a series of Events that constitute
1033
- * the original, broader, past or ongoing Event.
1129
+ * Connects an Event to one of a series of Events that constitute the
1130
+ * original, broader, past or ongoing Event.
1034
1131
  */
1035
1132
  "hasOrHadSubevent": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSubevent'>;
1036
1133
  /**
1037
1134
  * Connects a Record Resource to a Thing that is or was its
1038
- * subject.
1135
+ * subject.
1039
1136
  */
1040
1137
  "hasOrHadSubject": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSubject'>;
1041
1138
  /**
1042
1139
  * Connects an Agent to an Agent that is hierarchically
1043
- * inferior.
1140
+ * inferior.
1044
1141
  */
1045
1142
  "hasOrHadSubordinate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadSubordinate'>;
1046
1143
  /**
1047
1144
  * Connects a Person to another Person who is or was their
1048
- * teacher.
1145
+ * teacher.
1049
1146
  */
1050
1147
  "hasOrHadTeacher": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadTeacher'>;
1051
1148
  /**
1052
- * Connects a Record Resource, Instantiation or Rule to a title
1053
- * that is or was used for designating it.
1149
+ * Connects a Record Resource, Instantiation or Rule to a title that
1150
+ * is or was used for designating it.
1054
1151
  */
1055
1152
  "hasOrHadTitle": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadTitle'>;
1056
1153
  /**
1057
- * Connects two Agents that have or had some type of work relation
1058
- * in the course of their activities. This relation is symmetric.
1154
+ * Connects a Thing to a Type that categorizes or categorized
1155
+ * it.
1156
+ */
1157
+ "hasOrHadType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadType'>;
1158
+ /**
1159
+ * Connects two Agents that have or had some type of work relation in
1160
+ * the course of their activities. This relation is symmetric.
1059
1161
  */
1060
1162
  "hasOrHadWorkRelationWith": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOrHadWorkRelationWith'>;
1061
1163
  /** Inverse of 'is original of' object property. */
1062
1164
  "hasOriginal": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasOriginal'>;
1063
1165
  /**
1064
1166
  * Connects a Thing to a Thing that is, directly or indirectly, a
1065
- * constitutive or component part of that Thing. This is a transitive
1066
- * relation.
1167
+ * constitutive or component part of that Thing. This is a transitive relation.
1067
1168
  */
1068
1169
  "hasPartTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasPartTransitive'>;
1069
1170
  /**
1070
1171
  * Connects an Instantiation to a Production Technique Type that
1071
- * categorizes its production technique.
1172
+ * categorizes its production technique.
1072
1173
  */
1073
1174
  "hasProductionTechniqueType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasProductionTechniqueType'>;
1175
+ /** Inverse of 'proxy for' object property. */
1176
+ "hasProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasProxy'>;
1074
1177
  /**
1075
1178
  * Inverse of 'is publication date of' object
1076
- * property
1179
+ * property.
1077
1180
  */
1078
1181
  "hasPublicationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasPublicationDate'>;
1079
1182
  /**
1080
1183
  * Connects a Record resource to an Agent who published
1081
- * it.
1184
+ * it.
1082
1185
  */
1083
1186
  "hasPublisher": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasPublisher'>;
1084
1187
  /**
1085
1188
  * Connects a Record Resource or an Instantiation to the Agent that
1086
- * receives it in the course of the Agent's activities.
1189
+ * receives it in the course of the Agent's activities.
1087
1190
  */
1088
1191
  "hasReceiver": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasReceiver'>;
1089
1192
  /**
1090
1193
  * Connects a Record Set to a Record Set Type that categorizes
1091
- * it.
1194
+ * it.
1092
1195
  */
1093
1196
  "hasRecordSetType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasRecordSetType'>;
1094
1197
  /**
1095
1198
  * Connects a Record or Record Part to a Record State that
1096
- * categorizes its state.
1199
+ * categorizes its state.
1097
1200
  */
1098
1201
  "hasRecordState": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasRecordState'>;
1099
1202
  /**
1100
1203
  * Connects a Record Resource to a reply, usually in the form of
1101
- * correspondence.
1204
+ * correspondence.
1102
1205
  */
1103
1206
  "hasReply": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasReply'>;
1104
1207
  /**
1105
1208
  * Connects an Instantiation to a Representation Type that
1106
- * categorizes its representation type.
1209
+ * categorizes its representation type.
1107
1210
  */
1108
1211
  "hasRepresentationType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasRepresentationType'>;
1109
1212
  /**
1110
1213
  * Connects a Record Resource or an Instantiation to the Agent that
1111
- * sends it
1214
+ * sends it
1112
1215
  */
1113
1216
  "hasSender": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasSender'>;
1114
1217
  /**
1115
1218
  * Connects two Persons who are siblings. This relation is
1116
- * symmetric.
1219
+ * symmetric.
1117
1220
  */
1118
1221
  "hasSibling": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasSibling'>;
1119
1222
  /**
1120
1223
  * Connects a Group to another Group that is one of its direct or
1121
- * indirect subdivisions. This is a transitive relation.
1224
+ * indirect subdivisions. This is a transitive relation.
1122
1225
  */
1123
1226
  "hasSubdivisionTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasSubdivisionTransitive'>;
1124
1227
  /**
1125
1228
  * Connects an ongoing Event to one of a series of Events that
1126
- * directly or indirectly constitute that broader, ongoing Event. This is a transitive
1127
- * relation.
1229
+ * directly or indirectly constitute that broader, ongoing Event. This is a transitive
1230
+ * relation.
1128
1231
  */
1129
1232
  "hasSubeventTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasSubeventTransitive'>;
1130
1233
  /**
1131
1234
  * Connects an Agent to an Agent that is directly or indirectly
1132
- * hierarchically inferior. This is a transitive relation.
1235
+ * hierarchically inferior. This is a transitive relation.
1133
1236
  */
1134
1237
  "hasSubordinateTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasSubordinateTransitive'>;
1135
1238
  /**
1136
1239
  * Connects an Agent to another Agent that succeeds it
1137
- * chronologically.
1240
+ * chronologically.
1138
1241
  */
1139
1242
  "hasSuccessor": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasSuccessor'>;
1243
+ /**
1244
+ * Connects a Title and a Title Type that categorizes
1245
+ * it.
1246
+ */
1247
+ "hasTitleType": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasTitleType'>;
1140
1248
  /** Connects an Extent to a Unit Of Measurement */
1141
1249
  "hasUnitOfMeasurement": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasUnitOfMeasurement'>;
1142
- /** Inverse of 'is within' object property */
1250
+ /** Inverse of 'is within' object property. */
1143
1251
  "hasWithin": NamedNode<'https://www.ica.org/standards/RiC/ontology#hasWithin'>;
1144
1252
  /** Vertical dimension of an entity. */
1145
1253
  "height": NamedNode<'https://www.ica.org/standards/RiC/ontology#height'>;
1146
1254
  /**
1147
1255
  * Summary of the development of an entity throughout its
1148
- * existence.
1256
+ * existence.
1149
1257
  */
1150
1258
  "history": NamedNode<'https://www.ica.org/standards/RiC/ontology#history'>;
1151
1259
  /**
1152
1260
  * A word, number, letter, symbol, or any combination of these used
1153
- * to uniquely identify or reference an individual instance of an entity within a specific
1154
- * information domain. Can include Global Persistent Identifiers (globally unique and
1155
- * persistently resolvable identifier for the entity) and/or Local Identifiers. Both the
1156
- * domain within which the identifier is unique, and the rules used in forming the
1157
- * identifier value should be provided with the identifier value.
1261
+ * to uniquely identify or reference an individual instance of an entity within a specific
1262
+ * information domain. Can include Global Persistent Identifiers (globally unique and
1263
+ * persistently resolvable identifier for the entity) and/or Local Identifiers. Both the
1264
+ * domain within which the identifier is unique, and the rules used in forming the identifier
1265
+ * value should be provided with the identifier value.
1158
1266
  */
1159
1267
  "identifier": NamedNode<'https://www.ica.org/standards/RiC/ontology#identifier'>;
1160
1268
  /**
1161
1269
  * A word, number, letter, symbol, or any combination of these used
1162
- * to uniquely identify or reference an individual instance of an entity within a specific
1163
- * information domain.
1270
+ * to uniquely identify or reference an individual instance of an entity within a specific
1271
+ * information domain.
1164
1272
  */
1165
1273
  "Identifier": NamedNode<'https://www.ica.org/standards/RiC/ontology#Identifier'>;
1166
1274
  /** Categorization of an Identifier. */
1167
1275
  "IdentifierType": NamedNode<'https://www.ica.org/standards/RiC/ontology#IdentifierType'>;
1168
1276
  /**
1169
- * Connects a Record Set to a Record or Record Set which it
1170
- * included in the past.
1277
+ * Connects a Record Set to a Record or Record Set which it included
1278
+ * in the past.
1171
1279
  */
1172
1280
  "included": NamedNode<'https://www.ica.org/standards/RiC/ontology#included'>;
1173
1281
  /**
1174
- * Connects a Record Set to a Record or Record Set it aggregates,
1175
- * or aggregated in the past.
1282
+ * Connects a Record Set to a Record or Record Set it aggregates, or
1283
+ * aggregated in the past.
1176
1284
  */
1177
1285
  "includesOrIncluded": NamedNode<'https://www.ica.org/standards/RiC/ontology#includesOrIncluded'>;
1286
+ /** Inverse of 'proxy is included in' object property. */
1287
+ "includesProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#includesProxy'>;
1178
1288
  /**
1179
- * Connects a Record Set to a Record or Record Set which it
1180
- * includes directly or indirectly. This is a transitive relation.
1289
+ * Connects a Record Set to a Record or Record Set which it includes
1290
+ * directly or indirectly. This is a transitive relation.
1181
1291
  */
1182
1292
  "includesTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#includesTransitive'>;
1183
1293
  /**
1184
1294
  * The inscription of information made by an Agent on a physical
1185
- * carrier in any persistent, recoverable form as a means of communicating information
1186
- * through time and space.
1295
+ * carrier in any persistent, recoverable form as a means of communicating information through
1296
+ * time and space.
1187
1297
  */
1188
1298
  "Instantiation": NamedNode<'https://www.ica.org/standards/RiC/ontology#Instantiation'>;
1189
1299
  /**
1190
1300
  * Countable characteristics of an Instantiation expressed as a
1191
- * quantity.
1301
+ * quantity.
1192
1302
  */
1193
1303
  "instantiationExtent": NamedNode<'https://www.ica.org/standards/RiC/ontology#instantiationExtent'>;
1194
1304
  /**
1195
1305
  * Countable characteristics of an Instantiation expressed as a
1196
- * quantity.
1306
+ * quantity.
1197
1307
  */
1198
1308
  "InstantiationExtent": NamedNode<'https://www.ica.org/standards/RiC/ontology#InstantiationExtent'>;
1199
1309
  /**
1200
1310
  * Information about the physical arrangement and composition of an
1201
- * Instantiation.
1311
+ * Instantiation.
1202
1312
  */
1203
1313
  "instantiationStructure": NamedNode<'https://www.ica.org/standards/RiC/ontology#instantiationStructure'>;
1204
1314
  /**
1205
- * Connects an InstantiationToInstantiationRelation to itself. It
1206
- * is a property that can stand for an instance of the class when necessary, e.g. when you
1207
- * explore a knowledge graph.
1315
+ * Connects an InstantiationToInstantiationRelation to itself. It is
1316
+ * a property that can stand for an instance of the class when necessary, e.g. when you
1317
+ * explore a knowledge graph.
1208
1318
  */
1209
1319
  "instantiationToInstantiationRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#instantiationToInstantiationRelation_role'>;
1210
1320
  /**
1211
- * Connects at least two instantiations. This Relation is a
1212
- * generic, not oriented one.
1321
+ * Connects at least two instantiations. This Relation is a generic,
1322
+ * not oriented one.
1213
1323
  */
1214
1324
  "InstantiationToInstantiationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#InstantiationToInstantiationRelation'>;
1215
1325
  /**
1216
- * Information about the known intellectual completeness of a
1217
- * Record Resource.
1326
+ * Information about the known intellectual completeness of a Record
1327
+ * Resource.
1218
1328
  */
1219
1329
  "integrityNote": NamedNode<'https://www.ica.org/standards/RiC/ontology#integrityNote'>;
1220
1330
  /**
1221
- * Connects an IntellectualPropertyRightsRelation to itself. It is
1222
- * a property that can stand for an instance of the class when necessary, e.g. when you
1223
- * explore a knowledge graph.
1331
+ * Connects an IntellectualPropertyRightsRelation to itself. It is a
1332
+ * property that can stand for an instance of the class when necessary, e.g. when you explore
1333
+ * a knowledge graph.
1224
1334
  */
1225
1335
  "intellectualPropertyRightsRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#intellectualPropertyRightsRelation_role'>;
1226
1336
  /**
1227
1337
  * Connects at least one Agent and one Record Resource or
1228
- * Instantiation on which the Agent has or had some intellectual property rights. The
1229
- * Agent(s) is the source of the Relation and the Record Resource(s) or Instantiation(s) is
1230
- * the target.
1338
+ * Instantiation on which the Agent has or had some intellectual property rights. The Agent(s)
1339
+ * is the source of the Relation and the Record Resource(s) or Instantiation(s) is the
1340
+ * target.
1231
1341
  */
1232
1342
  "IntellectualPropertyRightsRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#IntellectualPropertyRightsRelation'>;
1233
1343
  /**
1234
1344
  * Connects two Dates that overlap. This relation is
1235
- * symmetric.
1345
+ * symmetric.
1236
1346
  */
1237
1347
  "intersects": NamedNode<'https://www.ica.org/standards/RiC/ontology#intersects'>;
1348
+ /**
1349
+ * Connects a Date to a Record Resource or Instantiation that was or
1350
+ * will be accumulated at this Date.
1351
+ */
1352
+ "isAccumulationDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAccumulationDateOf'>;
1238
1353
  /** Inverse of 'has accumulator' object property. */
1239
1354
  "isAccumulatorOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAccumulatorOf'>;
1240
1355
  /**
1241
1356
  * Connects an Activity Type to an Activity that it
1242
- * categorizes.
1357
+ * categorizes.
1243
1358
  */
1244
1359
  "isActivityTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isActivityTypeOf'>;
1245
1360
  /** Inverse of 'has addressee' object property. */
1246
1361
  "isAddresseeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAddresseeOf'>;
1247
1362
  /**
1248
1363
  * Connects two Agents. This object property is
1249
- * symmetric.
1364
+ * symmetric.
1250
1365
  */
1251
1366
  "isAgentAssociatedWithAgent": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAgentAssociatedWithAgent'>;
1252
1367
  /**
1253
1368
  * Inverse of 'is place associated with agent' object
1254
- * property.
1369
+ * property.
1255
1370
  */
1256
1371
  "isAgentAssociatedWithPlace": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAgentAssociatedWithPlace'>;
1257
1372
  /**
1258
1373
  * Inverse of 'is date associated with' object
1259
- * property.
1374
+ * property.
1260
1375
  */
1261
1376
  "isAssociatedWithDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAssociatedWithDate'>;
1262
1377
  /**
1263
1378
  * Inverse of 'is event associated with' object
1264
- * property.
1379
+ * property.
1265
1380
  */
1266
1381
  "isAssociatedWithEvent": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAssociatedWithEvent'>;
1267
1382
  /**
1268
1383
  * Inverse of 'is place associated with' object
1269
- * property.
1384
+ * property.
1270
1385
  */
1271
1386
  "isAssociatedWithPlace": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAssociatedWithPlace'>;
1272
1387
  /**
1273
1388
  * Inverse of 'is rule associated with' object
1274
- * property.
1389
+ * property.
1275
1390
  */
1276
1391
  "isAssociatedWithRule": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAssociatedWithRule'>;
1277
1392
  /**
1278
1393
  * Connects an Agent that assigns the Mandate, to a Mandate
1279
- * Relation.
1394
+ * Relation.
1280
1395
  */
1281
1396
  "isAuthorizingAgentInMandateRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAuthorizingAgentInMandateRelation'>;
1282
1397
  /** Inverse of 'has author' object property. */
1283
1398
  "isAuthorOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isAuthorOf'>;
1284
1399
  /**
1285
1400
  * Connects a Date to a Thing that came into existence on that
1286
- * Date.
1401
+ * Date.
1287
1402
  */
1288
1403
  "isBeginningDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isBeginningDateOf'>;
1289
1404
  /**
1290
1405
  * Connects a Date to a Person that was born on that
1291
- * Date.
1406
+ * Date.
1292
1407
  */
1293
1408
  "isBirthDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isBirthDateOf'>;
1294
1409
  /**
1295
1410
  * Connects a Place to a Person who was born in that
1296
- * Place.
1411
+ * Place.
1297
1412
  */
1298
1413
  "isBirthPlaceOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isBirthPlaceOf'>;
1299
1414
  /**
1300
1415
  * Connects a Carrier Type to an Instantiation whose carrier it
1301
- * categorizes.
1416
+ * categorizes.
1302
1417
  */
1303
1418
  "isCarrierTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isCarrierTypeOf'>;
1304
1419
  /** Inverse of 'has child' object property. */
@@ -1306,697 +1421,777 @@ export interface Rico {
1306
1421
  /** Inverse of 'has collector' object property. */
1307
1422
  "isCollectorOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isCollectorOf'>;
1308
1423
  /**
1309
- * Connects an Instantiation to another Instantiation of which it
1310
- * is, directly or indirectly, a component. This is a transitive relation.
1424
+ * Connects an Instantiation to another Instantiation of which it is,
1425
+ * directly or indirectly, a component. This is a transitive relation.
1311
1426
  */
1312
1427
  "isComponentOfTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#isComponentOfTransitive'>;
1313
1428
  /**
1314
- * Connects a Record or Record Part to another Record or Record
1315
- * Part of which it is a constituent, directly or indirectly. This is a transitive
1316
- * relation.
1429
+ * Connects a Record or Record Part to a Proxy of a Record or Record
1430
+ * Part of which it is a constituent, directly or indirectly.
1431
+ */
1432
+ "isConstituentOfProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isConstituentOfProxy'>;
1433
+ /**
1434
+ * Connects a Record or Record Part to another Record or Record Part
1435
+ * of which it is a constituent, directly or indirectly. This is a transitive
1436
+ * relation.
1317
1437
  */
1318
1438
  "isConstituentOfTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#isConstituentOfTransitive'>;
1319
1439
  /**
1320
1440
  * Connects a Place to a Place that is, directly or indirectly,
1321
- * contained by it. This is a transitive relation.
1441
+ * contained by it. This is a transitive relation.
1322
1442
  */
1323
1443
  "isContainedByTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#isContainedByTransitive'>;
1324
1444
  /**
1325
1445
  * Connects a Content Type to a Record or Record Part whose content
1326
- * it categorizes.
1446
+ * it categorizes.
1327
1447
  */
1328
1448
  "isContentTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isContentTypeOf'>;
1329
1449
  /** Inverse of 'has copy' object property. */
1330
1450
  "isCopyOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isCopyOf'>;
1331
1451
  /**
1332
- * Connects a Date to a Record Resource or Instantiation that was
1333
- * created at this Date.
1452
+ * Connects a Date to a Record Resource or Instantiation that was or
1453
+ * will be created at this Date.
1334
1454
  */
1335
1455
  "isCreationDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isCreationDateOf'>;
1336
1456
  /** Inverse of 'has creator' object property. */
1337
1457
  "isCreatorOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isCreatorOf'>;
1338
1458
  /**
1339
- * Connects a Date to a Thing with whose existence and lifecycle
1340
- * the Date is associated.
1459
+ * Connects a Date to a Thing with whose existence and lifecycle the
1460
+ * Date is associated.
1341
1461
  */
1342
1462
  "isDateAssociatedWith": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDateAssociatedWith'>;
1463
+ /** Connects a Date to an n-ary Relation. */
1464
+ "isDateAssociatedWithRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDateAssociatedWithRelation'>;
1343
1465
  /**
1344
1466
  * Connects a Date to an Event that occurred at this Date. An event
1345
- * or activity can be recurrent, which implies that one single event can be related to
1346
- * several dates.
1467
+ * or activity can be recurrent, which implies that one single event can be related to several
1468
+ * dates.
1347
1469
  */
1348
1470
  "isDateOfOccurrenceOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDateOfOccurrenceOf'>;
1349
- /**
1350
- * Connects a Date Type to a Date that it
1351
- * categorizes.
1352
- */
1471
+ /** Connects a Date Type to a Date that it categorizes. */
1353
1472
  "isDateTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDateTypeOf'>;
1354
- /**
1355
- * Connects a Date to a Person who died on that
1356
- * Date.
1357
- */
1473
+ /** Connects a Date to a Person who died on that Date. */
1358
1474
  "isDeathDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDeathDateOf'>;
1359
1475
  /**
1360
1476
  * Connects a Place to a Person who died in that
1361
- * Place.
1477
+ * Place.
1362
1478
  */
1363
1479
  "isDeathPlaceOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDeathPlaceOf'>;
1364
1480
  /**
1365
- * Connects a Date to a Thing that was destructed at that
1366
- * Date.
1481
+ * Connects a Date to an Instantiation from which a new Instantiation
1482
+ * was or will be derived at that Date.
1483
+ */
1484
+ "isDerivationDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDerivationDateOf'>;
1485
+ /**
1486
+ * Connects a Date to a Record Resource or Instantiation that was or
1487
+ * will be destructed at that Date.
1367
1488
  */
1368
1489
  "isDestructionDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDestructionDateOf'>;
1369
1490
  /**
1370
- * Connects an Instantiation to another Instantiation of which it
1371
- * is a direct component.
1491
+ * Connects an Instantiation to another Instantiation of which it is
1492
+ * a direct component.
1372
1493
  */
1373
1494
  "isDirectComponentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectComponentOf'>;
1374
1495
  /**
1375
- * Connects a Record or Record Part to another Record or Record
1376
- * Part of which it is a direct constituent.
1496
+ * Connects a Record or Record Part to another Record or Record Part
1497
+ * of which it is a direct constituent.
1377
1498
  */
1378
1499
  "isDirectConstituentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectConstituentOf'>;
1500
+ /**
1501
+ * Connects a Record or Record Part to a Proxy of a Record or Record
1502
+ * Part which it is a direct constituent of.
1503
+ */
1504
+ "isDirectConstituentOfProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectConstituentOfProxy'>;
1379
1505
  /**
1380
1506
  * Connects a Place to a Place that directly contains
1381
- * it.
1507
+ * it.
1382
1508
  */
1383
1509
  "isDirectlyContainedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectlyContainedBy'>;
1384
1510
  /**
1385
1511
  * Connects a Record to a Record or Record Set in which it is
1386
- * directly included.
1512
+ * directly included.
1387
1513
  */
1388
1514
  "isDirectlyIncludedIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectlyIncludedIn'>;
1389
1515
  /**
1390
- * Connects a Thing to a Thing of which it is direct constitutive
1391
- * or component part.
1516
+ * Connects a Record or Record Set to a Proxy of a Record Set which
1517
+ * it is directly included in.
1518
+ */
1519
+ "isDirectlyIncludedInProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectlyIncludedInProxy'>;
1520
+ /**
1521
+ * Connects a Thing to a Thing of which it is direct constitutive or
1522
+ * component part.
1392
1523
  */
1393
1524
  "isDirectPartOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectPartOf'>;
1394
1525
  /**
1395
1526
  * Connects a Group to the Group it is a direct subdivision
1396
- * of.
1527
+ * of.
1397
1528
  */
1398
1529
  "isDirectSubdivisionOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectSubdivisionOf'>;
1399
1530
  /**
1400
1531
  * Connects an ongoing Event to the Event it is a direct part
1401
- * of.
1532
+ * of.
1402
1533
  */
1403
1534
  "isDirectSubeventOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectSubeventOf'>;
1404
1535
  /**
1405
1536
  * Connects an Agent to an Agent that is directly hierarchically
1406
- * superior.
1537
+ * superior.
1407
1538
  */
1408
1539
  "isDirectSubordinateTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDirectSubordinateTo'>;
1409
1540
  /**
1410
1541
  * Connects a Documentary Form Type to a Record or Record Part that
1411
- * it categorizes.
1542
+ * it categorizes.
1412
1543
  */
1413
1544
  "isDocumentaryFormTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDocumentaryFormTypeOf'>;
1414
- /**
1415
- * Connects a draft to the final version of a
1416
- * Record.
1417
- */
1545
+ /** Connects a draft to the final version of a Record. */
1418
1546
  "isDraftOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isDraftOf'>;
1419
1547
  /**
1420
1548
  * Connects a Date to a Thing whose existence ended on that
1421
- * Date.
1549
+ * Date.
1422
1550
  */
1423
1551
  "isEndDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isEndDateOf'>;
1424
- /**
1425
- * Connects two Things that are considered
1426
- * equivalent.
1427
- */
1552
+ /** Connects two Things that are considered equivalent. */
1428
1553
  "isEquivalentTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#isEquivalentTo'>;
1429
1554
  /**
1430
- * Connects an Event to a Thing that is associated with the
1431
- * existence and lifecycle of the Event.
1555
+ * Connects an Event to a Thing that is associated with the existence
1556
+ * and lifecycle of the Event.
1432
1557
  */
1433
1558
  "isEventAssociatedWith": NamedNode<'https://www.ica.org/standards/RiC/ontology#isEventAssociatedWith'>;
1434
1559
  /**
1435
1560
  * Connects an Event Type to an Event that it
1436
- * categorizes.
1561
+ * categorizes.
1437
1562
  */
1438
1563
  "isEventTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isEventTypeOf'>;
1439
1564
  /**
1440
- * Connects a Relation to a Record Resource that is used for
1441
- * proving is existence or describing it.
1565
+ * Connects a Relation to a Record Resource that is used for proving
1566
+ * is existence or describing it.
1442
1567
  */
1443
1568
  "isEvidencedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isEvidencedBy'>;
1444
1569
  /** Connects an Extent to a Thing */
1445
1570
  "isExtentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isExtentOf'>;
1446
1571
  /**
1447
1572
  * Connects an Extent Type to an Extent that it
1448
- * categorizes.
1573
+ * categorizes.
1449
1574
  */
1450
1575
  "isExtentTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isExtentTypeOf'>;
1451
1576
  /**
1452
1577
  * Connects a Family Type to a Family that it
1453
- * categorizes.
1578
+ * categorizes.
1454
1579
  */
1455
1580
  "isFamilyTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isFamilyTypeOf'>;
1456
1581
  /**
1457
1582
  * Connects a Date to an Appellation, when it is the date at which
1458
- * the Appellation was first used.
1583
+ * the Appellation was first used.
1459
1584
  */
1460
1585
  "isFromUseDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isFromUseDateOf'>;
1461
1586
  /**
1462
- * Connects two Instantiations which may be considered as
1463
- * equivalent. This relation is symmetric.
1587
+ * Connects two Instantiations which may be considered as equivalent.
1588
+ * This relation is symmetric.
1464
1589
  */
1465
1590
  "isFunctionallyEquivalentTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#isFunctionallyEquivalentTo'>;
1466
1591
  /**
1467
1592
  * Connects an Identifier Type and an Identifier that it
1468
- * categorizes.
1593
+ * categorizes.
1469
1594
  */
1470
1595
  "isIdentifierTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isIdentifierTypeOf'>;
1596
+ /**
1597
+ * Connects a Record or Record Set to a Proxy of a Record Set which
1598
+ * it is included in, directly or indirectly.
1599
+ */
1600
+ "isIncludedInProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isIncludedInProxy'>;
1471
1601
  /**
1472
1602
  * Connects a Record to a Record or Record Set in which it is
1473
- * directly or indirectly included. This is a transitive relation.
1603
+ * directly or indirectly included. This is a transitive relation.
1474
1604
  */
1475
1605
  "isIncludedInTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#isIncludedInTransitive'>;
1476
1606
  /**
1477
1607
  * Connects two Instantiations. This relation is
1478
- * symmetric.
1608
+ * symmetric.
1479
1609
  */
1480
1610
  "isInstantiationAssociatedWithInstantiation": NamedNode<'https://www.ica.org/standards/RiC/ontology#isInstantiationAssociatedWithInstantiation'>;
1481
1611
  /**
1482
1612
  * Connects a Date and a Thing that was last modified at this
1483
- * Date.
1613
+ * Date.
1484
1614
  */
1485
1615
  "isLastUpdateDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isLastUpdateDateOf'>;
1616
+ /**
1617
+ * Inverse of 'has content which mainly represents' object
1618
+ * property.
1619
+ */
1620
+ "isMainThingRepresentedByContentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isMainThingRepresentedByContentOf'>;
1621
+ /**
1622
+ * Connects a Date to an Instantiation that was or will be migrated
1623
+ * at that Date.
1624
+ */
1625
+ "isMigrationDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isMigrationDateOf'>;
1486
1626
  /**
1487
1627
  * Connects a Date to a Thing that was modified on that
1488
- * Date.
1628
+ * Date.
1489
1629
  */
1490
1630
  "isModificationDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isModificationDateOf'>;
1491
1631
  /**
1492
1632
  * Inverse of 'has organic or functional provenance' object
1493
- * property.
1633
+ * property.
1494
1634
  */
1495
1635
  "isOrganicOrFunctionalProvenanceOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrganicOrFunctionalProvenanceOf'>;
1636
+ /**
1637
+ * Connects a Date associated with the organic provenance of a Record
1638
+ * Resource or Instantiation to that Record Resource or Instantiation.
1639
+ */
1640
+ "isOrganicProvenanceDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrganicProvenanceDateOf'>;
1496
1641
  /**
1497
1642
  * Inverse of 'has organic provenance' object
1498
- * property.
1643
+ * property.
1499
1644
  */
1500
1645
  "isOrganicProvenanceOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrganicProvenanceOf'>;
1501
1646
  /**
1502
1647
  * Connects the original version of a Record to a copy or a later
1503
- * version.
1648
+ * version.
1504
1649
  */
1505
1650
  "isOriginalOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOriginalOf'>;
1506
1651
  /**
1507
- * Connects two Places that are or were geographically adjacent.
1508
- * This relation is symmetric.
1652
+ * Connects a Date to a Record Set all of whose present or past
1653
+ * members were or will be accumulated at this Date.
1654
+ */
1655
+ "isOrWasAccumulationDateOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAccumulationDateOfAllMembersOf'>;
1656
+ /**
1657
+ * Connects a Date to a Record Set most of whose present or past
1658
+ * members were or will be accumulated at this Date.
1659
+ */
1660
+ "isOrWasAccumulationDateOfMostMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAccumulationDateOfMostMembersOf'>;
1661
+ /**
1662
+ * Connects a Date to a Record Set some of whose present or past
1663
+ * members were or will be accumulated at this Date.
1664
+ */
1665
+ "isOrWasAccumulationDateOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAccumulationDateOfSomeMembersOf'>;
1666
+ /**
1667
+ * Inverse of 'is or was activity date of' object
1668
+ * property.
1669
+ */
1670
+ "isOrWasActiveAtDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasActiveAtDate'>;
1671
+ /**
1672
+ * Connects a Date to an Agent that is or was active at that
1673
+ * Date.
1674
+ */
1675
+ "isOrWasActivityDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasActivityDateOf'>;
1676
+ /**
1677
+ * Connects two Places that are or were geographically adjacent. This
1678
+ * relation is symmetric.
1509
1679
  */
1510
1680
  "isOrWasAdjacentTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAdjacentTo'>;
1511
1681
  /** Inverse of 'affects or affected' object property. */
1512
1682
  "isOrWasAffectedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAffectedBy'>;
1513
1683
  /**
1514
1684
  * Connects an Agent Name to an Agent it designates or
1515
- * designated.
1685
+ * designated.
1516
1686
  */
1517
1687
  "isOrWasAgentNameOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAgentNameOf'>;
1518
1688
  /**
1519
1689
  * Inverse of 'has or had analogue instantiation' object
1520
- * property.
1690
+ * property.
1521
1691
  */
1522
1692
  "isOrWasAnalogueInstantiationOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAnalogueInstantiationOf'>;
1523
1693
  /**
1524
1694
  * Connects an Appellation to a Thing that it designates or
1525
- * designated.
1695
+ * designated.
1526
1696
  */
1527
1697
  "isOrWasAppellationOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAppellationOf'>;
1528
- /**
1529
- * Connects a Type (a category) to a Thing that it categorizes or
1530
- * categorized.
1531
- */
1532
- "isOrWasCategoryOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasCategoryOf'>;
1533
- /**
1534
- * Connects a Category (Type) and a Record Set whose all present or
1535
- * past Record or Record Part members belong to that Category.
1536
- */
1537
- "isOrWasCategoryOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasCategoryOfAllMembersOf'>;
1538
- /**
1539
- * Connects a Category (Type) and a Record Set whose some present
1540
- * or past Record or Record Part members belong to that Category.
1541
- */
1542
- "isOrWasCategoryOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasCategoryOfSomeMembersOf'>;
1543
- /**
1544
- * Inverse of 'has or had component' object
1545
- * property.
1546
- */
1698
+ /** Inverse of 'studies or studied at' object property. */
1699
+ "isOrWasAttendedByStudent": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasAttendedByStudent'>;
1700
+ /** Inverse of 'has or had component' object property. */
1547
1701
  "isOrWasComponentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasComponentOf'>;
1548
1702
  /**
1549
1703
  * Inverse of 'has or had constituent' object
1550
- * property.
1704
+ * property.
1551
1705
  */
1552
1706
  "isOrWasConstituentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasConstituentOf'>;
1553
- /**
1554
- * Inverse of 'contains or contained' object
1555
- * property.
1556
- */
1707
+ /** Inverse of 'contains or contained' object property. */
1557
1708
  "isOrWasContainedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasContainedBy'>;
1558
1709
  /**
1559
- * Connects a Content Type and a Record Set whose all past or
1560
- * present Record or Record Part members have that Content Type.
1710
+ * Connects a Content Type and a Record Set whose all past or present
1711
+ * Record or Record Part members have that Content Type.
1561
1712
  */
1562
1713
  "isOrWasContentTypeOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasContentTypeOfAllMembersOf'>;
1563
1714
  /**
1564
1715
  * Connects a Content Type and a Record Set whose some past or
1565
- * present Record or Record Part members have that Content Type.
1716
+ * present Record or Record Part members have that Content Type.
1566
1717
  */
1567
1718
  "isOrWasContentTypeOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasContentTypeOfSomeMembersOf'>;
1568
1719
  /**
1569
1720
  * Connects an Agent to another Agent it controls or
1570
- * controlled.
1721
+ * controlled.
1571
1722
  */
1572
1723
  "isOrWasControllerOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasControllerOf'>;
1573
1724
  /**
1574
1725
  * Connects an instance of Coordinates to a Physical Location it
1575
- * locates or located on earth, according to some reference system.
1726
+ * locates or located on earth, according to some reference system.
1576
1727
  */
1577
1728
  "isOrWasCoordinatesOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasCoordinatesOf'>;
1578
1729
  /**
1579
1730
  * Connects a Corporate Body Type to a Corporate Body that it
1580
- * categorizes or categorized.
1731
+ * categorizes or categorized.
1581
1732
  */
1582
1733
  "isOrWasCorporateBodyTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasCorporateBodyTypeOf'>;
1583
1734
  /**
1584
1735
  * Connects a Date to a Record Set all of whose present or past
1585
- * members were created at this Date.
1736
+ * members were or will be created at this Date.
1586
1737
  */
1587
1738
  "isOrWasCreationDateOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasCreationDateOfAllMembersOf'>;
1588
1739
  /**
1589
1740
  * Connects a Date to a Record Set most of whose present or past
1590
- * members were created at this Date.
1741
+ * members were or will be created at this Date.
1591
1742
  */
1592
1743
  "isOrWasCreationDateOfMostMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasCreationDateOfMostMembersOf'>;
1593
1744
  /**
1594
1745
  * Connects a Date to a Record Set some of whose present or past
1595
- * members were created at this Date.
1746
+ * members were or will be created at this Date.
1596
1747
  */
1597
1748
  "isOrWasCreationDateOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasCreationDateOfSomeMembersOf'>;
1598
1749
  /**
1599
- * Connects a Demographic Group to a Person or Group which belongs
1600
- * or belonged to it.
1750
+ * Connects a Demographic Group to a Person or Group which belongs or
1751
+ * belonged to it.
1601
1752
  */
1602
1753
  "isOrWasDemographicGroupOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasDemographicGroupOf'>;
1603
1754
  /**
1604
1755
  * Inverse of 'has or had derived instantiation' object
1605
- * property.
1756
+ * property.
1606
1757
  */
1607
1758
  "isOrWasDerivedFromInstantiation": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasDerivedFromInstantiation'>;
1608
1759
  /**
1609
1760
  * Inverse of 'describes or described' object
1610
- * property.
1761
+ * property.
1611
1762
  */
1612
1763
  "isOrWasDescribedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasDescribedBy'>;
1613
1764
  /**
1614
1765
  * Inverse of 'has or had digital instantiation' object
1615
- * property.
1766
+ * property.
1616
1767
  */
1617
1768
  "isOrWasDigitalInstantiationOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasDigitalInstantiationOf'>;
1618
1769
  /**
1619
1770
  * Connects a Documentary Form Type and a Record Set whose all past
1620
- * or present Record or Record Part members have that Documentary Form Type.
1771
+ * or present Record or Record Part members have that Documentary Form Type.
1621
1772
  */
1622
1773
  "isOrWasDocumentaryFormTypeOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasDocumentaryFormTypeOfAllMembersOf'>;
1623
1774
  /**
1624
- * Connects a Documentary Form Type and a Record Set whose some
1625
- * past or present Record or Record Part members have that Documentary Form
1626
- * Type.
1775
+ * Connects a Documentary Form Type and a Record Set whose some past
1776
+ * or present Record or Record Part members have that Documentary Form Type.
1627
1777
  */
1628
1778
  "isOrWasDocumentaryFormTypeOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasDocumentaryFormTypeOfSomeMembersOf'>;
1629
1779
  /**
1630
1780
  * Connects a Corporate Body or a Person to a Person who is or was
1631
- * their employee.
1781
+ * their employee.
1632
1782
  */
1633
1783
  "isOrWasEmployerOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasEmployerOf'>;
1634
1784
  /**
1635
1785
  * Connects a Rule to an Agent that enforces or enforced the
1636
- * Rule.
1786
+ * Rule.
1637
1787
  */
1638
1788
  "isOrWasEnforcedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasEnforcedBy'>;
1639
1789
  /**
1640
1790
  * Connects a Rule to a Record Resource that expresses or expressed
1641
- * the Rule.
1791
+ * the Rule.
1642
1792
  */
1643
1793
  "isOrWasExpressedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasExpressedBy'>;
1644
1794
  /**
1645
1795
  * Connects an Agent to a Record Resource or Instantiation that the
1646
- * Agent holds or held.
1796
+ * Agent holds or held.
1647
1797
  */
1648
1798
  "isOrWasHolderOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasHolderOf'>;
1649
1799
  /**
1650
1800
  * Connects an Agent to a Record Resource or Instantiation on which
1651
- * the Agent has or had some intellectual property rights.
1801
+ * the Agent has or had some intellectual property rights.
1652
1802
  */
1653
1803
  "isOrWasHolderOfIntellectualPropertyRightsOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasHolderOfIntellectualPropertyRightsOf'>;
1654
1804
  /**
1655
1805
  * Connects an Identifier to a Thing that it identified or
1656
- * identifies.
1806
+ * identifies.
1657
1807
  */
1658
1808
  "isOrWasIdentifierOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasIdentifierOf'>;
1659
- /**
1660
- * Inverse of 'includes or included' object
1661
- * property.
1662
- */
1809
+ /** Inverse of 'includes or included' object property. */
1663
1810
  "isOrWasIncludedIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasIncludedIn'>;
1664
1811
  /**
1665
1812
  * Inverse of 'has or had instantiation' object
1666
- * property.
1813
+ * property.
1667
1814
  */
1668
1815
  "isOrWasInstantiationOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasInstantiationOf'>;
1669
1816
  /**
1670
- * Connects a Place to an Agent that has or had jurisdiction over
1671
- * the Place.
1817
+ * Connects a Place to an Agent that has or had jurisdiction over the
1818
+ * Place.
1672
1819
  */
1673
1820
  "isOrWasJurisdictionOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasJurisdictionOf'>;
1674
1821
  /**
1675
1822
  * Connects a Language to an Agent, Record or Record Part that uses
1676
- * or used it.
1823
+ * or used it.
1677
1824
  */
1678
1825
  "isOrWasLanguageOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLanguageOf'>;
1679
1826
  /**
1680
1827
  * Connects a Language and a Record Set whose all present or past
1681
- * Record or Record Part members use that Language.
1828
+ * Record or Record Part members use that Language.
1682
1829
  */
1683
1830
  "isOrWasLanguageOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLanguageOfAllMembersOf'>;
1684
1831
  /**
1685
1832
  * Connects a Language and a Record Set whose some present or past
1686
- * Record or Record Part members use that Language.
1833
+ * Record or Record Part members use that Language.
1687
1834
  */
1688
1835
  "isOrWasLanguageOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLanguageOfSomeMembersOf'>;
1689
1836
  /**
1690
1837
  * Connects a Person to the Group that Person leads or led in the
1691
- * past.
1838
+ * past.
1692
1839
  */
1693
1840
  "isOrWasLeaderOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLeaderOf'>;
1694
1841
  /**
1695
1842
  * Connects a Legal Status to an Agent or Record Resource that it
1696
- * categorizes.
1843
+ * categorizes.
1697
1844
  */
1698
1845
  "isOrWasLegalStatusOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLegalStatusOf'>;
1699
1846
  /**
1700
- * Connects a Legal Status and a Record Set whose all past or
1701
- * present Record or Record Part members have that Legal Status.
1847
+ * Connects a Legal Status and a Record Set whose all past or present
1848
+ * Record or Record Part members have that Legal Status.
1702
1849
  */
1703
1850
  "isOrWasLegalStatusOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLegalStatusOfAllMembersOf'>;
1704
1851
  /**
1705
1852
  * Connects a Legal Status and a Record Set whose some past or
1706
- * present Record or Record Part members have that Legal Status.
1853
+ * present Record or Record Part members have that Legal Status.
1707
1854
  */
1708
1855
  "isOrWasLegalStatusOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLegalStatusOfSomeMembersOf'>;
1709
1856
  /**
1710
1857
  * Connects a Place to a Thing that is or was located in the
1711
- * Place.
1858
+ * Place.
1712
1859
  */
1713
1860
  "isOrWasLocationOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLocationOf'>;
1714
1861
  /**
1715
1862
  * Connects a Place to an Agent that is or was located in this
1716
- * Place.
1863
+ * Place.
1717
1864
  */
1718
1865
  "isOrWasLocationOfAgent": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasLocationOfAgent'>;
1719
1866
  /**
1720
1867
  * Inverse of 'has or had main subject' object
1721
- * property.
1868
+ * property.
1722
1869
  */
1723
1870
  "isOrWasMainSubjectOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasMainSubjectOf'>;
1871
+ /**
1872
+ * Inverse of 'has or had all members with main subject' object
1873
+ * property.
1874
+ */
1875
+ "isOrWasMainSubjectOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasMainSubjectOfAllMembersOf'>;
1876
+ /**
1877
+ * Inverse of 'has or had some members with main subject' object
1878
+ * property.
1879
+ */
1880
+ "isOrWasMainSubjectOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasMainSubjectOfSomeMembersOf'>;
1881
+ /**
1882
+ * Inverse of 'has or had some members whose content mainly
1883
+ * represents' object property.
1884
+ */
1885
+ "isOrWasMainThingRepresentedByContentOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasMainThingRepresentedByContentOfSomeMembersOf'>;
1724
1886
  /**
1725
1887
  * Connects an Agent to a Record Resource or Instantiation that the
1726
- * Agent managed or manages.
1888
+ * Agent managed or manages.
1727
1889
  */
1728
1890
  "isOrWasManagerOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasManagerOf'>;
1729
1891
  /**
1730
1892
  * Connects a Mandate Type to a Mandate that it categorized or
1731
- * categorizes.
1893
+ * categorizes.
1732
1894
  */
1733
1895
  "isOrWasMandateTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasMandateTypeOf'>;
1734
1896
  /** Inverse of 'has or had member' object property. */
1735
1897
  "isOrWasMemberOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasMemberOf'>;
1736
1898
  /**
1737
1899
  * Connects a Name to a Thing that it designated or
1738
- * designates.
1900
+ * designates.
1739
1901
  */
1740
1902
  "isOrWasNameOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasNameOf'>;
1741
1903
  /**
1742
- * Connects an Occupation Type to a Person whose occupation is or
1743
- * was categorized by it.
1904
+ * Connects an Occupation Type to a Person whose occupation is or was
1905
+ * categorized by it.
1744
1906
  */
1745
1907
  "isOrWasOccupationTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasOccupationTypeOf'>;
1746
- /**
1747
- * Inverse of 'occupies or occupied' object
1748
- * property.
1749
- */
1908
+ /** Inverse of 'occupies or occupied' object property. */
1750
1909
  "isOrWasOccupiedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasOccupiedBy'>;
1751
1910
  /**
1752
1911
  * Connects a Group, Person or Position to a Thing that this Agent
1753
- * owns or owned.
1912
+ * owns or owned.
1754
1913
  */
1755
1914
  "isOrWasOwnerOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasOwnerOf'>;
1756
1915
  /**
1757
1916
  * Inverse of 'has or had participant' object
1758
- * property.
1917
+ * property.
1759
1918
  */
1760
1919
  "isOrWasParticipantIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasParticipantIn'>;
1761
1920
  /** Inverse of 'has or had part' relation. */
1762
1921
  "isOrWasPartOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasPartOf'>;
1763
1922
  /**
1764
1923
  * Connects an Activity to an Agent that performed or performs the
1765
- * Activity.
1924
+ * Activity.
1766
1925
  */
1767
1926
  "isOrWasPerformedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasPerformedBy'>;
1768
1927
  /**
1769
1928
  * Connects a Physical Location to a Place, when it is or was its
1770
- * location.
1929
+ * location.
1771
1930
  */
1772
1931
  "isOrWasPhysicalLocationOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasPhysicalLocationOf'>;
1773
1932
  /**
1774
1933
  * Connects a Place Name to a Place that was or is designated by
1775
- * it.
1934
+ * it.
1776
1935
  */
1777
1936
  "isOrWasPlaceNameOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasPlaceNameOf'>;
1778
1937
  /**
1779
1938
  * Connects a Place Type to a Place that is or was categorized by
1780
- * it.
1939
+ * it.
1781
1940
  */
1782
1941
  "isOrWasPlaceTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasPlaceTypeOf'>;
1783
1942
  /**
1784
- * Connects a Record State and a Record Set whose all past or
1785
- * present Record or Record Part members have that Record State.
1943
+ * Connects a Record State and a Record Set whose all past or present
1944
+ * Record or Record Part members have that Record State.
1786
1945
  */
1787
1946
  "isOrWasRecordStateOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasRecordStateOfAllMembersOf'>;
1788
1947
  /**
1789
1948
  * Connects a Record State and a Record Set whose some past or
1790
- * present Record or Record Part members have that Record State.
1949
+ * present Record or Record Part members have that Record State.
1791
1950
  */
1792
1951
  "isOrWasRecordStateOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasRecordStateOfSomeMembersOf'>;
1793
1952
  /**
1794
- * Inverse of the 'regulates or regulated' object
1795
- * property.
1953
+ * Inverse of 'regulates or regulated' object
1954
+ * property.
1796
1955
  */
1797
1956
  "isOrWasRegulatedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasRegulatedBy'>;
1798
1957
  /**
1799
- * Inverse of 'is or was enforced by' object
1800
- * property.
1958
+ * Inverse of 'has or had some members whose content represents'
1959
+ * object property.
1801
1960
  */
1961
+ "isOrWasRepresentedByContentOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasRepresentedByContentOfSomeMembersOf'>;
1962
+ /** Inverse of 'is or was enforced by' object property. */
1802
1963
  "isOrWasResponsibleForEnforcing": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasResponsibleForEnforcing'>;
1803
1964
  /**
1804
1965
  * Connects a Rule Type to a Rule that it categorized or
1805
- * categorizes.
1966
+ * categorizes.
1806
1967
  */
1807
1968
  "isOrWasRuleTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasRuleTypeOf'>;
1808
1969
  /**
1809
1970
  * Inverse of 'has or had subdivision' object
1810
- * property.
1971
+ * property.
1811
1972
  */
1812
1973
  "isOrWasSubdivisionOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasSubdivisionOf'>;
1813
1974
  /** Inverse of 'has or had subevent' object property. */
1814
1975
  "isOrWasSubeventOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasSubeventOf'>;
1815
1976
  /** Inverse of 'has or had subject' object property. */
1816
1977
  "isOrWasSubjectOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasSubjectOf'>;
1978
+ /**
1979
+ * Inverse of 'has or had all members with subject' object
1980
+ * property.
1981
+ */
1982
+ "isOrWasSubjectOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasSubjectOfAllMembersOf'>;
1983
+ /**
1984
+ * Inverse of 'has or had some members with subject' object
1985
+ * property.
1986
+ */
1987
+ "isOrWasSubjectOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasSubjectOfSomeMembersOf'>;
1817
1988
  /**
1818
1989
  * Inverse of 'has or had subordinate' object
1819
- * property.
1990
+ * property.
1820
1991
  */
1821
1992
  "isOrWasSubordinateTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasSubordinateTo'>;
1822
1993
  /**
1823
- * Connects a Title to a Record Resource, Instantiation or Rule
1824
- * that it designated or designates.
1994
+ * Connects a Title to a Record Resource, Instantiation or Rule that
1995
+ * it designated or designates.
1825
1996
  */
1826
1997
  "isOrWasTitleOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasTitleOf'>;
1998
+ /**
1999
+ * Connects a Type to a Thing that it categorizes or
2000
+ * categorized.
2001
+ */
2002
+ "isOrWasTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasTypeOf'>;
2003
+ /**
2004
+ * Connects a Type and a Record Set whose all present or past Record
2005
+ * or Record Part members belong to that Type.
2006
+ */
2007
+ "isOrWasTypeOfAllMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasTypeOfAllMembersOf'>;
2008
+ /**
2009
+ * Connects a Type and a Record Set whose some present or past Record
2010
+ * or Record Part members belong to that Type.
2011
+ */
2012
+ "isOrWasTypeOfSomeMembersOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasTypeOfSomeMembersOf'>;
1827
2013
  /**
1828
2014
  * Inverse of 'has or had authority over' object
1829
- * property.
2015
+ * property.
1830
2016
  */
1831
2017
  "isOrWasUnderAuthorityOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isOrWasUnderAuthorityOf'>;
1832
2018
  /**
1833
2019
  * Connects a Thing to a Thing of which it is a a constitutive or
1834
- * component part, directly or indirectly. This is a transitive relation.
2020
+ * component part, directly or indirectly. This is a transitive relation.
1835
2021
  */
1836
2022
  "isPartOfTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#isPartOfTransitive'>;
1837
2023
  /**
1838
- * Connects a Place to a Thing with whose existence and lifecycle
1839
- * the Place is associated.
2024
+ * Connects a Place to a Thing with whose existence and lifecycle the
2025
+ * Place is associated.
1840
2026
  */
1841
2027
  "isPlaceAssociatedWith": NamedNode<'https://www.ica.org/standards/RiC/ontology#isPlaceAssociatedWith'>;
1842
2028
  /**
1843
2029
  * Connects a Place to an Agent which is related to that
1844
- * Place.
2030
+ * Place.
1845
2031
  */
1846
2032
  "isPlaceAssociatedWithAgent": NamedNode<'https://www.ica.org/standards/RiC/ontology#isPlaceAssociatedWithAgent'>;
1847
2033
  /**
1848
2034
  * Connects a Production Technique Type to an Instantiation whose
1849
- * production technique is categorized by it.
2035
+ * production technique is categorized by it.
1850
2036
  */
1851
2037
  "isProductionTechniqueTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isProductionTechniqueTypeOf'>;
1852
2038
  /**
1853
- * Connects a Date to a Record Resource that was made public at
1854
- * this Date.
2039
+ * Connects a Date to a Record Resource that was or will be made
2040
+ * public at this Date.
1855
2041
  */
1856
2042
  "isPublicationDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isPublicationDateOf'>;
1857
2043
  /**
1858
2044
  * Connects an Agent to a Record Resource that it
1859
- * published.
2045
+ * published.
1860
2046
  */
1861
2047
  "isPublisherOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isPublisherOf'>;
1862
2048
  /** Inverse of 'received by' object property. */
1863
2049
  "isReceiverOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isReceiverOf'>;
1864
2050
  /**
1865
2051
  * Connects two Record Resources. This relation is
1866
- * symmetric.
2052
+ * symmetric.
1867
2053
  */
1868
2054
  "isRecordResourceAssociatedWithRecordResource": NamedNode<'https://www.ica.org/standards/RiC/ontology#isRecordResourceAssociatedWithRecordResource'>;
1869
2055
  /**
1870
2056
  * Connects a Record Set Type to a Record Set that it
1871
- * categorizes.
2057
+ * categorizes.
1872
2058
  */
1873
2059
  "isRecordSetTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isRecordSetTypeOf'>;
1874
2060
  /**
1875
- * Connects a Record State to a Record or Record Part whose state
1876
- * it categorizes.
2061
+ * Connects a Record State to a Record or Record Part whose state it
2062
+ * categorizes.
1877
2063
  */
1878
2064
  "isRecordStateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isRecordStateOf'>;
1879
2065
  /**
1880
2066
  * The most generic relation, is related to, connects any Thing to
1881
- * any other Thing. This relation is symmetric.
2067
+ * any other Thing. This relation is symmetric.
1882
2068
  */
1883
2069
  "isRelatedTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#isRelatedTo'>;
1884
2070
  /** Inverse of 'has reply' object property. */
1885
2071
  "isReplyTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#isReplyTo'>;
1886
2072
  /**
1887
2073
  * Connects a Representation Type to an Instantiation that it
1888
- * categorizes.
2074
+ * categorizes.
1889
2075
  */
1890
2076
  "isRepresentationTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isRepresentationTypeOf'>;
2077
+ /**
2078
+ * Inverse of 'has content which represents' object
2079
+ * property.
2080
+ */
2081
+ "isRepresentedByContentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isRepresentedByContentOf'>;
1891
2082
  /** Inverse of 'issued by' object property. */
1892
2083
  "isResponsibleForIssuing": NamedNode<'https://www.ica.org/standards/RiC/ontology#isResponsibleForIssuing'>;
1893
2084
  /**
1894
2085
  * Connects a Rule to a Thing that is associated with the
1895
- * Rule.
2086
+ * Rule.
1896
2087
  */
1897
2088
  "isRuleAssociatedWith": NamedNode<'https://www.ica.org/standards/RiC/ontology#isRuleAssociatedWith'>;
1898
2089
  /** Inverse of 'has sender' object property. */
1899
2090
  "isSenderOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isSenderOf'>;
2091
+ /**
2092
+ * Connects a Record Resource to a Record Resource, when the first is
2093
+ * used as a source of information for producing the content of the second one.
2094
+ */
2095
+ "isSourceOfInformationOfRecordResource": NamedNode<'https://www.ica.org/standards/RiC/ontology#isSourceOfInformationOfRecordResource'>;
1900
2096
  /**
1901
2097
  * Connects a Group to the Group it is a direct or indirect
1902
- * subdivision of. This is a transitive relation.
2098
+ * subdivision of. This is a transitive relation.
1903
2099
  */
1904
2100
  "isSubdivisionOfTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#isSubdivisionOfTransitive'>;
1905
2101
  /**
1906
2102
  * Connects an ongoing Event to an Event of which it is a direct or
1907
- * indirect part. This is a transitive relation.
2103
+ * indirect part. This is a transitive relation.
1908
2104
  */
1909
2105
  "isSubeventOfTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#isSubeventOfTransitive'>;
1910
2106
  /**
1911
2107
  * Connects an Agent to an Agent that is directly or indirectly
1912
- * hierarchically superior. This is a transitive relation.
2108
+ * hierarchically superior. This is a transitive relation.
1913
2109
  */
1914
2110
  "isSubordinateToTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#isSubordinateToTransitive'>;
1915
2111
  /** Inverse of 'has successor' object property. */
1916
2112
  "isSuccessorOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isSuccessorOf'>;
1917
2113
  /**
1918
2114
  * Connects a Rule to the Agent that issued or published the
1919
- * Rule.
2115
+ * Rule.
1920
2116
  */
1921
2117
  "issuedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#issuedBy'>;
1922
2118
  /**
1923
- * Connects a Date to an Appellation, when it is the date till
1924
- * which the Appellation was used.
2119
+ * Connects a Title Type and a Title that it
2120
+ * categorizes.
2121
+ */
2122
+ "isTitleTypeOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isTitleTypeOf'>;
2123
+ /**
2124
+ * Connects a Date to an Appellation, when it is the date till which
2125
+ * the Appellation was used.
1925
2126
  */
1926
2127
  "isToUseDateOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isToUseDateOf'>;
1927
2128
  /**
1928
2129
  * Inverse of 'has unit of measurement' object
1929
- * property
2130
+ * property.
1930
2131
  */
1931
2132
  "isUnitOfMeasurementOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#isUnitOfMeasurementOf'>;
1932
- /**
1933
- * Connects a Date to a Date in which it is
1934
- * contained.
1935
- */
2133
+ /** Connects a Date to a Date in which it is contained. */
1936
2134
  "isWithin": NamedNode<'https://www.ica.org/standards/RiC/ontology#isWithin'>;
1937
2135
  /**
1938
- * Connects a KnowingOfRelation to itself. It is a property that
1939
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
1940
- * graph.
2136
+ * Connects a KnowingOfRelation to itself. It is a property that can
2137
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2138
+ * graph.
1941
2139
  */
1942
2140
  "knowingOfRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#knowingOfRelation_role'>;
1943
2141
  /**
1944
2142
  * Connects at least one Person to at least another one, when the
1945
- * first one has some knowledge of the second one through time or space. The first Person
1946
- * is the source of the Relation, and the second one is the target.
2143
+ * first one has some knowledge of the second one through time or space. The first Person is
2144
+ * the source of the Relation, and the second one is the target.
1947
2145
  */
1948
2146
  "KnowingOfRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#KnowingOfRelation'>;
1949
2147
  /**
1950
2148
  * Connects a KnowingRelation to itself. It is a property that can
1951
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
1952
- * graph.
2149
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2150
+ * graph.
1953
2151
  */
1954
2152
  "knowingRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#knowingRelation_role'>;
1955
2153
  /**
1956
- * Connects at least two Persons who directly know each other
1957
- * during their existence. This Relation is not oriented.
2154
+ * Connects at least two Persons who directly know each other during
2155
+ * their existence. This Relation is not oriented.
1958
2156
  */
1959
2157
  "KnowingRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#KnowingRelation'>;
1960
2158
  /** Inverse of 'knows of' object property. */
1961
2159
  "knownBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#knownBy'>;
1962
2160
  /**
1963
2161
  * Connects two Persons that directly know each other during their
1964
- * existence. This relation is symmetric.
2162
+ * existence. This relation is symmetric.
1965
2163
  */
1966
2164
  "knows": NamedNode<'https://www.ica.org/standards/RiC/ontology#knows'>;
1967
2165
  /**
1968
2166
  * Connects a Person to another Person they have some knowledge of
1969
- * through time or space.
2167
+ * through time or space.
1970
2168
  */
1971
2169
  "knowsOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#knowsOf'>;
1972
2170
  /**
1973
2171
  * A spoken or written human language represented in a Record
1974
- * Resource or used by an Agent.
2172
+ * Resource or used by an Agent.
1975
2173
  */
1976
2174
  "Language": NamedNode<'https://www.ica.org/standards/RiC/ontology#Language'>;
1977
2175
  /** Date at which an entity was last updated. */
1978
2176
  "lastModificationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#lastModificationDate'>;
1979
- /**
1980
- * Distance in degrees north or south of the
1981
- * equator.
1982
- */
2177
+ /** Distance in degrees north or south of the equator. */
1983
2178
  "latitude": NamedNode<'https://www.ica.org/standards/RiC/ontology#latitude'>;
1984
2179
  /**
1985
- * Connects a LeadershipRelation to itself. It is a property that
1986
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
1987
- * graph.
2180
+ * Connects a LeadershipRelation to itself. It is a property that can
2181
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2182
+ * graph.
1988
2183
  */
1989
2184
  "leadershipRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#leadershipRelation_role'>;
1990
2185
  /**
1991
2186
  * Connects at least one Person and at least one Group, when the
1992
- * first one(s) lead(s) or led the second one(s). The Relation is oriented from the leading
1993
- * Person to the Group: the leading Person(s) is the source of the Relation, and the
1994
- * Group(s) is the target.
2187
+ * first one(s) lead(s) or led the second one(s). The Relation is oriented from the leading
2188
+ * Person to the Group: the leading Person(s) is the source of the Relation, and the Group(s)
2189
+ * is the target.
1995
2190
  */
1996
2191
  "LeadershipRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#LeadershipRelation'>;
1997
2192
  /**
1998
2193
  * Connects a Leadership Relation to the Position occupied by the
1999
- * leading Person.
2194
+ * leading Person.
2000
2195
  */
2001
2196
  "leadershipWithPosition": NamedNode<'https://www.ica.org/standards/RiC/ontology#leadershipWithPosition'>;
2002
2197
  /** A status defined by law. */
@@ -2005,232 +2200,251 @@ export interface Rico {
2005
2200
  "length": NamedNode<'https://www.ica.org/standards/RiC/ontology#length'>;
2006
2201
  /**
2007
2202
  * A delimitation of the physical territory of a Place. Used to
2008
- * describe basic human-readable text such as an address, a cadastral reference, or less
2009
- * precise information found in a Record.
2203
+ * describe basic human-readable text such as an address, a cadastral reference, or less
2204
+ * precise information found in a Record.
2010
2205
  */
2011
2206
  "location": NamedNode<'https://www.ica.org/standards/RiC/ontology#location'>;
2012
2207
  /**
2013
2208
  * Distance in degrees east or west of a prime
2014
- * meridian.
2209
+ * meridian.
2015
2210
  */
2016
2211
  "longitude": NamedNode<'https://www.ica.org/standards/RiC/ontology#longitude'>;
2017
2212
  /**
2018
- * Connects a ManagementRelation to itself. It is a property that
2019
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
2020
- * graph.
2213
+ * Connects a ManagementRelation to itself. It is a property that can
2214
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2215
+ * graph.
2021
2216
  */
2022
2217
  "managementRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#managementRelation_role'>;
2023
2218
  /**
2024
2219
  * Connects at least one Agent and at least one Record Resource or
2025
- * Instantiation that the Agent manages or managed. The Agent(s) is the source of the
2026
- * Relation, and the Record Resource(s) or Instantiation(s) is the target.
2220
+ * Instantiation that the Agent manages or managed. The Agent(s) is the source of the
2221
+ * Relation, and the Record Resource(s) or Instantiation(s) is the target.
2027
2222
  */
2028
2223
  "ManagementRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#ManagementRelation'>;
2029
2224
  /**
2030
2225
  * Delegation of responsibility or authority by an Agent to another
2031
- * Agent to perform an Activity.
2226
+ * Agent to perform an Activity.
2032
2227
  */
2033
2228
  "Mandate": NamedNode<'https://www.ica.org/standards/RiC/ontology#Mandate'>;
2034
2229
  /**
2035
2230
  * Connects a MandateRelation to itself. It is a property that can
2036
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2037
- * graph.
2231
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2232
+ * graph.
2038
2233
  */
2039
2234
  "mandateRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#mandateRelation_role'>;
2040
2235
  /**
2041
2236
  * Connects at least one Mandate and at least one Agent, when the
2042
- * first gives or gave the second one the authority or competencies to act. May also
2043
- * involve one to many Activities that the Mandate(s) assign(s) or assigned to the
2044
- * Agent(s). The Mandate(s) is the source of the Relation and the Agent(s) is the
2045
- * target.
2237
+ * first gives or gave the second one the authority or competencies to act. May also involve
2238
+ * one to many Activities that the Mandate(s) assign(s) or assigned to the Agent(s). The
2239
+ * Mandate(s) is the source of the Relation and the Agent(s) is the target.
2046
2240
  */
2047
2241
  "MandateRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#MandateRelation'>;
2048
2242
  /** Categorization of a Mandate. */
2049
2243
  "MandateType": NamedNode<'https://www.ica.org/standards/RiC/ontology#MandateType'>;
2050
2244
  /**
2051
2245
  * The extent, quantity, amount, or degree of an entity, as
2052
- * determined by measurement or calculation.
2246
+ * determined by measurement or calculation.
2053
2247
  */
2054
2248
  "measure": NamedNode<'https://www.ica.org/standards/RiC/ontology#measure'>;
2055
2249
  /**
2056
- * A process or system created by a Person or Group that performs
2057
- * an Activity.
2250
+ * A process or system created by a Person or Group that performs an
2251
+ * Activity.
2058
2252
  */
2059
2253
  "Mechanism": NamedNode<'https://www.ica.org/standards/RiC/ontology#Mechanism'>;
2060
2254
  /**
2061
- * Connects a MembershipRelation to itself. It is a property that
2062
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
2063
- * graph.
2255
+ * Connects a MembershipRelation to itself. It is a property that can
2256
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2257
+ * graph.
2064
2258
  */
2065
2259
  "membershipRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#membershipRelation_role'>;
2066
2260
  /**
2067
2261
  * Connects a Group and at least one Person, when the first one has
2068
- * or had the second one(s) among its members. The Relation is oriented from the Group to
2069
- * its members: the Group(s) is the source of the Relation, and the Person(s) is the
2070
- * target.
2262
+ * or had the second one(s) among its members. The Relation is oriented from the Group to its
2263
+ * members: the Group(s) is the source of the Relation, and the Person(s) is the
2264
+ * target.
2071
2265
  */
2072
2266
  "MembershipRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#MembershipRelation'>;
2073
2267
  /**
2074
2268
  * Connects a Membership Relation to the Position occupied by the
2075
- * member Person(s).
2269
+ * member Person(s).
2076
2270
  */
2077
2271
  "membershipWithPosition": NamedNode<'https://www.ica.org/standards/RiC/ontology#membershipWithPosition'>;
2078
2272
  /** Inverse of 'migrated into' object property. */
2079
2273
  "migratedFrom": NamedNode<'https://www.ica.org/standards/RiC/ontology#migratedFrom'>;
2080
2274
  /**
2081
2275
  * Connects an Instantiation to a version it has been migrated
2082
- * into.
2276
+ * into.
2083
2277
  */
2084
2278
  "migratedInto": NamedNode<'https://www.ica.org/standards/RiC/ontology#migratedInto'>;
2085
2279
  /**
2086
- * Connects a MigrationRelation to itself. It is a property that
2087
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
2088
- * graph.
2280
+ * Date at which an Instantiation was or will be
2281
+ * migrated.
2282
+ */
2283
+ "migrationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#migrationDate'>;
2284
+ /**
2285
+ * Connects a MigrationRelation to itself. It is a property that can
2286
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2287
+ * graph.
2089
2288
  */
2090
2289
  "migrationRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#migrationRelation_role'>;
2091
2290
  /**
2092
2291
  * Connects an Instantiation and at least another Instantiation it
2093
- * has been migrated into. The Relation is oriented chronologically, from the first
2094
- * Instantiation in time (the migrated one) to the one which results from its migration:
2095
- * the first Instantiation in time is the source of the Relation, and the resulting
2096
- * Instantiation is the target.
2292
+ * has been migrated into. The Relation is oriented chronologically, from the first
2293
+ * Instantiation in time (the migrated one) to the one which results from its migration: the
2294
+ * first Instantiation in time is the source of the Relation, and the resulting Instantiation
2295
+ * is the target.
2097
2296
  */
2098
2297
  "MigrationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#MigrationRelation'>;
2099
2298
  /** Date of the modification of an entity. */
2100
2299
  "modificationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#modificationDate'>;
2300
+ /**
2301
+ * Date at which most of the present or past members of a Record Set
2302
+ * were or will be accumulated.
2303
+ */
2304
+ "mostMembersWithAccumulationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#mostMembersWithAccumulationDate'>;
2305
+ /**
2306
+ * Date at which most of the present or past members of a Record Set
2307
+ * were or will be created.
2308
+ */
2309
+ "mostMembersWithCreationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#mostMembersWithCreationDate'>;
2101
2310
  /**
2102
2311
  * A label, title or term designating an entity in order to make it
2103
- * distinguishable from other similar entities.
2312
+ * distinguishable from other similar entities.
2104
2313
  */
2105
2314
  "name": NamedNode<'https://www.ica.org/standards/RiC/ontology#name'>;
2106
2315
  /**
2107
2316
  * A label, title or term designating an entity in order to make it
2108
- * distinguishable from other similar entities.
2317
+ * distinguishable from other similar entities.
2109
2318
  */
2110
2319
  "Name": NamedNode<'https://www.ica.org/standards/RiC/ontology#Name'>;
2111
2320
  /**
2112
2321
  * Machine readable representation of the date based on a public
2113
- * technical standard.
2322
+ * technical standard.
2114
2323
  */
2115
2324
  "normalizedDateValue": NamedNode<'https://www.ica.org/standards/RiC/ontology#normalizedDateValue'>;
2116
2325
  /**
2117
2326
  * Value representation based on a standard, preferably
2118
- * machine-readable.
2327
+ * machine-readable.
2119
2328
  */
2120
2329
  "normalizedValue": NamedNode<'https://www.ica.org/standards/RiC/ontology#normalizedValue'>;
2330
+ /**
2331
+ * A short textual statement, that gives a little information on a
2332
+ * specific feature of a Thing.
2333
+ */
2334
+ "note": NamedNode<'https://www.ica.org/standards/RiC/ontology#note'>;
2121
2335
  /**
2122
2336
  * Categorization of a profession, trade, or craft pursued by a
2123
- * Person in fulfilment of an Activity.
2337
+ * Person in fulfilment of an Activity.
2124
2338
  */
2125
2339
  "OccupationType": NamedNode<'https://www.ica.org/standards/RiC/ontology#OccupationType'>;
2126
2340
  /**
2127
2341
  * Connects a Person to a Position they occupy or
2128
- * occupied.
2342
+ * occupied.
2129
2343
  */
2130
2344
  "occupiesOrOccupied": NamedNode<'https://www.ica.org/standards/RiC/ontology#occupiesOrOccupied'>;
2131
2345
  /**
2132
2346
  * Inverse of 'is date of occurrence of' object
2133
- * property
2347
+ * property.
2134
2348
  */
2135
2349
  "occurredAtDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#occurredAtDate'>;
2136
2350
  /**
2137
- * Connects an OrganicOrFunctionalProvenanceRelation to itself. It
2138
- * is a property that can stand for an instance of the class when necessary, e.g. when you
2139
- * explore a knowledge graph.
2351
+ * Connects an OrganicOrFunctionalProvenanceRelation to itself. It is
2352
+ * a property that can stand for an instance of the class when necessary, e.g. when you
2353
+ * explore a knowledge graph.
2140
2354
  */
2141
2355
  "organicOrFunctionalProvenanceRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#organicOrFunctionalProvenanceRelation_role'>;
2142
2356
  /**
2143
- * Connects at least one Record Resource or Instantiation to at
2144
- * least one Agent or Activity, when the Agent or Activity is the provenance of the Record
2145
- * Resource or Instantiation (i.e. when the Agent created, accumulated or maintained the
2146
- * Record Resource or Instantiation, or when the Activity resulted into them). The Record
2147
- * Resource(s) or Instantiation(s) is the source of the Relation, and the Agent(s) or
2148
- * Activity(-ies) is the target.
2357
+ * Connects at least one Record Resource or Instantiation to at least
2358
+ * one Agent or Activity, when the Agent or Activity is the provenance of the Record Resource
2359
+ * or Instantiation (i.e. when the Agent created, accumulated or maintained the Record
2360
+ * Resource or Instantiation, or when the Activity resulted into them). The Record Resource(s)
2361
+ * or Instantiation(s) is the source of the Relation, and the Agent(s) or Activity(-ies) is
2362
+ * the target.
2149
2363
  */
2150
2364
  "OrganicOrFunctionalProvenanceRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#OrganicOrFunctionalProvenanceRelation'>;
2151
2365
  /**
2152
- * Connects an OrganicProvenanceRelation to itself. It is a
2153
- * property that can stand for an instance of the class when necessary, e.g. when you
2154
- * explore a knowledge graph.
2366
+ * Connects an OrganicProvenanceRelation to itself. It is a property
2367
+ * that can stand for an instance of the class when necessary, e.g. when you explore a
2368
+ * knowledge graph.
2155
2369
  */
2156
2370
  "organicProvenanceRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#organicProvenanceRelation_role'>;
2157
2371
  /**
2158
2372
  * Connects at least one Record Resource or an Instantiation to at
2159
- * least one Agent that creates or accumulates the Record Resource, receives it, or sends
2160
- * it. The Record Resource(s) or Instantiation(s) is the source of the Relation, and the
2161
- * Agent(s) is the target.
2373
+ * least one Agent that creates or accumulates the Record Resource, receives it, or sends it.
2374
+ * The Record Resource(s) or Instantiation(s) is the source of the Relation, and the Agent(s)
2375
+ * is the target.
2162
2376
  */
2163
2377
  "OrganicProvenanceRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#OrganicProvenanceRelation'>;
2164
2378
  /**
2165
2379
  * Connects two Places that geographically overlap or overlapped.
2166
- * This relation is symmetric.
2380
+ * This relation is symmetric.
2167
2381
  */
2168
2382
  "overlapsOrOverlapped": NamedNode<'https://www.ica.org/standards/RiC/ontology#overlapsOrOverlapped'>;
2169
2383
  /**
2170
- * Connects an OwnershipRelation to itself. It is a property that
2171
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
2172
- * graph.
2384
+ * Connects an OwnershipRelation to itself. It is a property that can
2385
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2386
+ * graph.
2173
2387
  */
2174
2388
  "ownershipRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#ownershipRelation_role'>;
2175
2389
  /**
2176
2390
  * Connects at least one Group, Person or Position and at least a
2177
- * Thing that these Agent(s) own(s) or owned. The Group(s), Person(s) or Position(s) is the
2178
- * source of the Relation, and the Agent(s) is the target.
2391
+ * Thing that these Agent(s) own(s) or owned. The Group(s), Person(s) or Position(s) is the
2392
+ * source of the Relation, and the Agent(s) is the target.
2179
2393
  */
2180
2394
  "OwnershipRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#OwnershipRelation'>;
2181
2395
  /**
2182
2396
  * Connects a PerformanceRelation to itself. It is a property that
2183
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
2184
- * graph.
2397
+ * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
2398
+ * graph.
2185
2399
  */
2186
2400
  "performanceRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#performanceRelation_role'>;
2187
2401
  /**
2188
- * Connects at least one Activity to at least one Agent that
2189
- * performs or performed the activity. The Activity(-ies) is the source of the Relation and
2190
- * the Agent(s) is the target.
2402
+ * Connects at least one Activity to at least one Agent that performs
2403
+ * or performed the activity. The Activity(-ies) is the source of the Relation and the
2404
+ * Agent(s) is the target.
2191
2405
  */
2192
2406
  "PerformanceRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#PerformanceRelation'>;
2193
2407
  /**
2194
2408
  * Inverse of 'is or was performed by' object
2195
- * property.
2409
+ * property.
2196
2410
  */
2197
2411
  "performsOrPerformed": NamedNode<'https://www.ica.org/standards/RiC/ontology#performsOrPerformed'>;
2198
2412
  /** An individual human being. */
2199
2413
  "Person": NamedNode<'https://www.ica.org/standards/RiC/ontology#Person'>;
2200
2414
  /**
2201
2415
  * Information about the physical features, completeness, or
2202
- * conservation status of an Instantiation. Includes information about the physical nature
2203
- * and condition such as conservation status or the deterioration of an Instantiation (for
2204
- * example its carrier) affecting the ability to recover information.
2416
+ * conservation status of an Instantiation. Includes information about the physical nature and
2417
+ * condition such as conservation status or the deterioration of an Instantiation (for example
2418
+ * its carrier) affecting the ability to recover information.
2205
2419
  */
2206
2420
  "physicalCharacteristicsNote": NamedNode<'https://www.ica.org/standards/RiC/ontology#physicalCharacteristicsNote'>;
2207
2421
  /**
2208
2422
  * A delimitation of the physical territory of a
2209
- * Place.
2423
+ * Place.
2210
2424
  */
2211
2425
  "PhysicalLocation": NamedNode<'https://www.ica.org/standards/RiC/ontology#PhysicalLocation'>;
2212
2426
  /**
2213
- * Countable characteristics of the content of an entity expressed
2214
- * as a quantity.
2427
+ * Countable characteristics of the content of an entity expressed as
2428
+ * a quantity.
2215
2429
  */
2216
2430
  "physicalOrLogicalExtent": NamedNode<'https://www.ica.org/standards/RiC/ontology#physicalOrLogicalExtent'>;
2217
2431
  /** Bounded, named geographic area or region. */
2218
2432
  "Place": NamedNode<'https://www.ica.org/standards/RiC/ontology#Place'>;
2219
2433
  /**
2220
2434
  * A label, title or term designating a Place in order to make it
2221
- * distinguishable from other similar entities.
2435
+ * distinguishable from other similar entities.
2222
2436
  */
2223
2437
  "PlaceName": NamedNode<'https://www.ica.org/standards/RiC/ontology#PlaceName'>;
2224
2438
  /**
2225
2439
  * Connects a PlaceRelation to itself. It is a property that can
2226
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2227
- * graph.
2440
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2441
+ * graph.
2228
2442
  */
2229
2443
  "placeRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#placeRelation_role'>;
2230
2444
  /**
2231
2445
  * Connects a Place and at least one Thing when the first is
2232
- * associated with the existence and lifecycle of the second one. The Place is the source
2233
- * of the Relation and the Thing(s) is the target.
2446
+ * associated with the existence and lifecycle of the second one. The Place is the source of
2447
+ * the Relation and the Thing(s) is the target.
2234
2448
  */
2235
2449
  "PlaceRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#PlaceRelation'>;
2236
2450
  /** Categorization of a Place. */
@@ -2239,263 +2453,427 @@ export interface Rico {
2239
2453
  "Position": NamedNode<'https://www.ica.org/standards/RiC/ontology#Position'>;
2240
2454
  /**
2241
2455
  * Connects a PositionHoldingRelation to itself. It is a property
2242
- * that can stand for an instance of the class when necessary, e.g. when you explore a
2243
- * knowledge graph.
2456
+ * that can stand for an instance of the class when necessary, e.g. when you explore a
2457
+ * knowledge graph.
2244
2458
  */
2245
2459
  "positionHoldingRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#positionHoldingRelation_role'>;
2246
2460
  /**
2247
2461
  * Connects at least one Person and at least one Position that the
2248
- * Person(s) occupies or occupied. The Person is the source of the Relation and the
2249
- * Position is the target.
2462
+ * Person(s) occupies or occupied. The Person is the source of the Relation and the Position
2463
+ * is the target.
2250
2464
  */
2251
2465
  "PositionHoldingRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#PositionHoldingRelation'>;
2252
2466
  /**
2253
2467
  * Connects a Position to a Leadership Relation (the leading Person
2254
- * occupies that Position).
2468
+ * occupies that Position).
2255
2469
  */
2256
2470
  "positionIsContextOfLeadershipRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#positionIsContextOfLeadershipRelation'>;
2257
2471
  /**
2258
2472
  * Connects a Position to a Membership Relation (the member Person
2259
- * occupies that Position).
2473
+ * occupies that Position).
2260
2474
  */
2261
2475
  "positionIsContextOfMembershipRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#positionIsContextOfMembershipRelation'>;
2262
2476
  /**
2263
2477
  * Connects a PositionToGroupRelation to itself. It is a property
2264
- * that can stand for an instance of the class when necessary, e.g. when you explore a
2265
- * knowledge graph.
2478
+ * that can stand for an instance of the class when necessary, e.g. when you explore a
2479
+ * knowledge graph.
2266
2480
  */
2267
2481
  "positionToGroupRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#positionToGroupRelation_role'>;
2268
2482
  /**
2269
2483
  * Connects at least one Position and a Group in which the
2270
- * position(s) exist(s) or existed, or that is (are) defined by that group's organizational
2271
- * structure. The Position(s) is the source of the Relation and the Group is the
2272
- * target.
2484
+ * position(s) exist(s) or existed, or that is (are) defined by that group's organizational
2485
+ * structure. The Position(s) is the source of the Relation and the Group is the
2486
+ * target.
2273
2487
  */
2274
2488
  "PositionToGroupRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#PositionToGroupRelation'>;
2275
2489
  /**
2276
- * Connects a Thing to a Thing that followed it in some non
2277
- * chronological sequence in the past.
2490
+ * Connects a Thing to a Thing that followed it in some sequence (not
2491
+ * necessarily defined or characterised chronologically) in the past.
2278
2492
  */
2279
2493
  "precededInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#precededInSequence'>;
2280
2494
  /**
2281
- * Connects a Thing to a Thing that follows it directly or
2282
- * indirectly in some non chronological sequence. This is a transitive
2283
- * relation.
2495
+ * Connects a Thing to a Thing that follows it directly or indirectly
2496
+ * in some sequence (not necessarily defined or characterised chronologically). This is a
2497
+ * transitive relation.
2284
2498
  */
2285
2499
  "precedesInSequenceTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#precedesInSequenceTransitive'>;
2286
2500
  /**
2287
2501
  * Connects a Thing to a Thing that follows it in chronological
2288
- * order. This is a transitive relation.
2502
+ * order. This is a transitive relation.
2289
2503
  */
2290
2504
  "precedesInTime": NamedNode<'https://www.ica.org/standards/RiC/ontology#precedesInTime'>;
2291
2505
  /**
2292
2506
  * Connects a Thing to a Thing that follows or followed it in some
2293
- * sequence.
2507
+ * sequence.
2294
2508
  */
2295
2509
  "precedesOrPreceded": NamedNode<'https://www.ica.org/standards/RiC/ontology#precedesOrPreceded'>;
2510
+ /**
2511
+ * Connects a Record Resource to a Proxy of a Record Resource that it
2512
+ * precedes directly or indirectly in some sequence (not necessarily defined or characterised
2513
+ * chronologically).
2514
+ */
2515
+ "precedesProxyInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#precedesProxyInSequence'>;
2296
2516
  /**
2297
2517
  * The method used in the representation of information on an
2298
- * Instantiation.
2518
+ * Instantiation.
2299
2519
  */
2300
2520
  "productionTechnique": NamedNode<'https://www.ica.org/standards/RiC/ontology#productionTechnique'>;
2301
2521
  /**
2302
2522
  * The method used in the representation of information on an
2303
- * instantiation.
2523
+ * instantiation.
2304
2524
  */
2305
2525
  "ProductionTechniqueType": NamedNode<'https://www.ica.org/standards/RiC/ontology#ProductionTechniqueType'>;
2306
2526
  /**
2307
- * A Proxy represents (stands for) a Record Resource as it exists
2308
- * in a specific Record Set.
2527
+ * A Proxy represents (stands for) a Record Resource as it exists in
2528
+ * a specific other Record Resource.
2309
2529
  */
2310
2530
  "Proxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#Proxy'>;
2531
+ /**
2532
+ * Inverse of 'directly precedes proxy in sequence' object
2533
+ * property.
2534
+ */
2535
+ "proxyDirectlyFollowsInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyDirectlyFollowsInSequence'>;
2536
+ /**
2537
+ * Inverse of 'proxy directly precedes proxy in sequence' object
2538
+ * property.
2539
+ */
2540
+ "proxyDirectlyFollowsProxyInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyDirectlyFollowsProxyInSequence'>;
2541
+ /**
2542
+ * Inverse of 'is directly included in proxy' object
2543
+ * property.
2544
+ */
2545
+ "proxyDirectlyIncludes": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyDirectlyIncludes'>;
2546
+ /**
2547
+ * Inverse of 'proxy is directly included in' object
2548
+ * property.
2549
+ */
2550
+ "proxyDirectlyIncludesProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyDirectlyIncludesProxy'>;
2551
+ /**
2552
+ * Connects a Proxy of a Record Resource to a Record Resource which
2553
+ * it precedes directly in some sequence (not necessarily defined or characterised
2554
+ * chronologically).
2555
+ */
2556
+ "proxyDirectlyPrecedesInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyDirectlyPrecedesInSequence'>;
2557
+ /**
2558
+ * Connects a Proxy of a Record Resource to a Proxy of another Record
2559
+ * Resource that it precedes directly in some sequence (not necessarily defined or
2560
+ * characterised chronologically).
2561
+ */
2562
+ "proxyDirectlyPrecedesProxyInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyDirectlyPrecedesProxyInSequence'>;
2563
+ /**
2564
+ * Inverse of 'precedes proxy in sequence' object
2565
+ * property.
2566
+ */
2567
+ "proxyFollowsInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyFollowsInSequence'>;
2568
+ /**
2569
+ * Inverse of 'proxy recedes proxy in sequence transitive' object
2570
+ * property.
2571
+ */
2572
+ "proxyFollowsProxyInSequenceTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyFollowsProxyInSequenceTransitive'>;
2311
2573
  /**
2312
2574
  * Connects a Proxy to the Record Resource it stands for in the
2313
- * specific context of a Record Set.
2575
+ * context of a specific Record Resource.
2314
2576
  */
2315
2577
  "proxyFor": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyFor'>;
2316
2578
  /**
2317
- * Connects a Proxy to the Record Set in which it stands for
2318
- * (represents) another Record Resource.
2579
+ * Inverse of 'is constituent of proxy' object
2580
+ * property.
2581
+ */
2582
+ "proxyHasConstituent": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyHasConstituent'>;
2583
+ /**
2584
+ * Inverse of 'proxy is constituent of proxy transitive' object
2585
+ * property. This is a transitive relation.
2586
+ */
2587
+ "proxyHasConstituentProxyTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyHasConstituentProxyTransitive'>;
2588
+ /**
2589
+ * Inverse of 'is direct constituent of proxy' object
2590
+ * property.
2591
+ */
2592
+ "proxyHasDirectConstituent": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyHasDirectConstituent'>;
2593
+ /**
2594
+ * Inverse of 'proxy is direct constituent of' object
2595
+ * property.
2596
+ */
2597
+ "proxyHasDirectConstituentProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyHasDirectConstituentProxy'>;
2598
+ /**
2599
+ * Connects a Proxy to the Record Resource in which it stands for
2600
+ * (represents) another Record Resource.
2319
2601
  */
2320
2602
  "proxyIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIn'>;
2321
- /** Date of the publication of a Record Resource. */
2603
+ /** Inverse of 'is included in proxy' object property. */
2604
+ "proxyIncludes": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIncludes'>;
2605
+ /**
2606
+ * Inverse of 'proxy is included in proxy transitive' object
2607
+ * property. This is a transitive relation.
2608
+ */
2609
+ "proxyIncludesProxyTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIncludesProxyTransitive'>;
2610
+ /**
2611
+ * Connects a Proxy to a Record in which it stands for (represents) a
2612
+ * Record Part or another Record.
2613
+ */
2614
+ "proxyInRecord": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyInRecord'>;
2615
+ /**
2616
+ * Connects a Proxy to a Record Set in which it stands for
2617
+ * (represents) a Record or another Record Set.
2618
+ */
2619
+ "proxyInRecordSet": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyInRecordSet'>;
2620
+ /**
2621
+ * Connects a Proxy of a Record or Record Part to a Record or Record
2622
+ * Part which it is a constituent of, directly or indirectly.
2623
+ */
2624
+ "proxyIsConstituentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIsConstituentOf'>;
2625
+ /**
2626
+ * Connects a Proxy of a Record or Record Part to a Proxy of another
2627
+ * Record or Record Part which it is a constituent of, directly or indirectly. This is a
2628
+ * transitive relation.
2629
+ */
2630
+ "proxyIsConstituentOfProxyTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIsConstituentOfProxyTransitive'>;
2631
+ /**
2632
+ * Connects a Proxy of a Record or Record Part to another Record or
2633
+ * Record Part which the first is a direct constituent of.
2634
+ */
2635
+ "proxyIsDirectConstituentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIsDirectConstituentOf'>;
2636
+ /**
2637
+ * Connects a Proxy of a Record or Record Part to a Proxy of another
2638
+ * Record or Record Part of which the first is a direct constituent.
2639
+ */
2640
+ "proxyIsDirectConstituentOfProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIsDirectConstituentOfProxy'>;
2641
+ /**
2642
+ * Connects a Proxy of a Record or Record Set to another Record Set
2643
+ * which the first is directly included in.
2644
+ */
2645
+ "proxyIsDirectlyIncludedIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIsDirectlyIncludedIn'>;
2646
+ /**
2647
+ * Connects a Proxy of a Record or Record Set to a Proxy of a Record
2648
+ * Set which it is directly included in.
2649
+ */
2650
+ "proxyIsDirectlyIncludedInProxy": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIsDirectlyIncludedInProxy'>;
2651
+ /**
2652
+ * Connects a Proxy of a Record or Record Set to a Record Set which
2653
+ * it is included in, directly or indirectly.
2654
+ */
2655
+ "proxyIsIncludedIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIsIncludedIn'>;
2656
+ /**
2657
+ * Connects a Proxy of a Record or Record Set to a Proxy of a Record
2658
+ * Set which it is included in, directly or indirectly. This is a transitive
2659
+ * relation.
2660
+ */
2661
+ "proxyIsIncludedInProxyTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyIsIncludedInProxyTransitive'>;
2662
+ /**
2663
+ * Connects a Proxy of a Record Resource to a Record Resource which
2664
+ * the first precedes directly or indirectly in some sequence (not necessarily defined or
2665
+ * characterised chronologically).
2666
+ */
2667
+ "proxyPrecedesInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyPrecedesInSequence'>;
2668
+ /**
2669
+ * Connects a Proxy of a Record Resource to a Proxy of another Record
2670
+ * Resource which directly or indirectly follows the first in some sequence (not necessarily
2671
+ * defined or characterised chronologically). This is a transitive relation.
2672
+ */
2673
+ "proxyPrecedesProxyInSequenceTransitive": NamedNode<'https://www.ica.org/standards/RiC/ontology#proxyPrecedesProxyInSequenceTransitive'>;
2674
+ /**
2675
+ * Date of the publication, in the past or in the future, of a Record
2676
+ * Resource.
2677
+ */
2322
2678
  "publicationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#publicationDate'>;
2323
2679
  /**
2324
2680
  * Characteristics of an Instantiation that affect the ability to
2325
- * recover the intellectual content. Such characteristics may be related to the methods
2326
- * used in creating the Instantiation or introduced subsequent to the creation through
2327
- * accident.
2681
+ * recover the intellectual content. Such characteristics may be related to the methods used
2682
+ * in creating the Instantiation or introduced subsequent to the creation through
2683
+ * accident.
2328
2684
  */
2329
2685
  "qualityOfRepresentationNote": NamedNode<'https://www.ica.org/standards/RiC/ontology#qualityOfRepresentationNote'>;
2330
2686
  /** Machine-readable quantity. */
2331
2687
  "quantity": NamedNode<'https://www.ica.org/standards/RiC/ontology#quantity'>;
2332
2688
  /**
2333
- * Discrete information content formed and inscribed, at least
2334
- * once, by any method on any carrier in any persistent, recoverable form by an Agent in
2335
- * the course of life or work activity.
2689
+ * The rank of a Record Resource, or of a Proxy that stands for it,
2690
+ * in a hierarchy.
2691
+ */
2692
+ "rankInHierarchy": NamedNode<'https://www.ica.org/standards/RiC/ontology#rankInHierarchy'>;
2693
+ /**
2694
+ * The rank of a Record Resource, or of a Proxy that stands for it,
2695
+ * in a sequence.
2696
+ */
2697
+ "rankInSequence": NamedNode<'https://www.ica.org/standards/RiC/ontology#rankInSequence'>;
2698
+ /**
2699
+ * Discrete information content formed and inscribed, at least once,
2700
+ * by any method on any carrier in any persistent, recoverable form by an Agent in the course
2701
+ * of life or work activity.
2336
2702
  */
2337
2703
  "Record": NamedNode<'https://www.ica.org/standards/RiC/ontology#Record'>;
2338
2704
  /**
2339
2705
  * Component of a Record with independent information content that
2340
- * contributes to the intellectual completeness of the Record.
2706
+ * contributes to the intellectual completeness of the Record.
2341
2707
  */
2342
2708
  "RecordPart": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordPart'>;
2343
2709
  /**
2344
2710
  * Information produced or acquired and retained by an Agent in the
2345
- * course of life or work activity.
2711
+ * course of life or work activity.
2346
2712
  */
2347
2713
  "RecordResource": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordResource'>;
2348
2714
  /**
2349
2715
  * The quantity of information content, as human experienced,
2350
- * contained in a Record Resource. The method and precision of expressing the quantity of
2351
- * information represented in a Record Resource will vary according to the kind of Record
2352
- * Resource being described, processing economy constraints, etc. For record sets, quantity
2353
- * may be expressed as number of records, or, for analogue records in particular, by the
2354
- * physical storage dimensions of the members of the Record Set. For individual records or
2355
- * record parts, quantity may be expressed in more precise terms.
2716
+ * contained in a Record Resource. The method and precision of expressing the quantity of
2717
+ * information represented in a Record Resource will vary according to the kind of Record
2718
+ * Resource being described, processing economy constraints, etc. For record sets, quantity
2719
+ * may be expressed as number of records, or, for analogue records in particular, by the
2720
+ * physical storage dimensions of the members of the Record Set. For individual records or
2721
+ * record parts, quantity may be expressed in more precise terms.
2356
2722
  */
2357
2723
  "recordResourceExtent": NamedNode<'https://www.ica.org/standards/RiC/ontology#recordResourceExtent'>;
2358
2724
  /**
2359
2725
  * The quantity of information content, as human experienced,
2360
- * contained in a Record Resource.
2726
+ * contained in a Record Resource.
2361
2727
  */
2362
2728
  "RecordResourceExtent": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordResourceExtent'>;
2363
2729
  /**
2364
2730
  * Connects a RecordResourceGeneticRelation to itself. It is a
2365
- * property that can stand for an instance of the class when necessary, e.g. when you
2366
- * explore a knowledge graph.
2731
+ * property that can stand for an instance of the class when necessary, e.g. when you explore
2732
+ * a knowledge graph.
2367
2733
  */
2368
2734
  "recordResourceGeneticRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#recordResourceGeneticRelation_role'>;
2369
2735
  /**
2370
- * Connects two or more record resources when there is a genetic
2371
- * link between them. Genetic in this sense is as defined by diplomatics, i.e., the process
2372
- * by which a record resource is developed. This Relation is a generic, not oriented
2373
- * one.
2736
+ * Connects two or more record resources when there is a genetic link
2737
+ * between them. Genetic in this sense is as defined by diplomatics, i.e., the process by
2738
+ * which a record resource is developed. This Relation is a generic, not oriented
2739
+ * one.
2374
2740
  */
2375
2741
  "RecordResourceGeneticRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordResourceGeneticRelation'>;
2742
+ /**
2743
+ * Connects a Record Resource to a Record Resource, when the second
2744
+ * one is used as a source of information for producing the content of the first
2745
+ * one.
2746
+ */
2747
+ "recordResourceHasSourceOfInformation": NamedNode<'https://www.ica.org/standards/RiC/ontology#recordResourceHasSourceOfInformation'>;
2376
2748
  /**
2377
2749
  * Connects a RecordResourceHoldingRelation to itself. It is a
2378
- * property that can stand for an instance of the class when necessary, e.g. when you
2379
- * explore a knowledge graph.
2750
+ * property that can stand for an instance of the class when necessary, e.g. when you explore
2751
+ * a knowledge graph.
2380
2752
  */
2381
2753
  "recordResourceHoldingRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#recordResourceHoldingRelation_role'>;
2382
2754
  /**
2383
2755
  * Connects at least one Agent and one or more Record Resource or
2384
- * Instantiation that the Agent(s) hold(s) or held. The Agent(s) is the source of the
2385
- * Relation and the Record Resource(s) or Instantiation is the target.
2756
+ * Instantiation that the Agent(s) hold(s) or held. The Agent(s) is the source of the Relation
2757
+ * and the Record Resource(s) or Instantiation is the target.
2386
2758
  */
2387
2759
  "RecordResourceHoldingRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordResourceHoldingRelation'>;
2388
2760
  /**
2389
- * Information about the intellectual arrangement and composition
2390
- * of a Record Resource. For Record and Record Part, it encompasses information about the
2391
- * intellectual composition of the record, the presence of record parts and their
2392
- * functions. For Record Set, it encompasses information about the methodology or criteria
2393
- * used for arranging the Record Set members or Record members within the containing Record
2394
- * Set
2761
+ * Information about some source on which the content of a Record
2762
+ * Resource is based.
2763
+ */
2764
+ "recordResourceSourceOfInformation": NamedNode<'https://www.ica.org/standards/RiC/ontology#recordResourceSourceOfInformation'>;
2765
+ /**
2766
+ * Information about the intellectual arrangement and composition of
2767
+ * a Record Resource. For Record and Record Part, it encompasses information about the
2768
+ * intellectual composition of the record, the presence of record parts and their functions.
2769
+ * For Record Set, it encompasses information about the methodology or criteria used for
2770
+ * arranging the Record Set members or Record members within the containing Record
2771
+ * Set
2395
2772
  */
2396
2773
  "recordResourceStructure": NamedNode<'https://www.ica.org/standards/RiC/ontology#recordResourceStructure'>;
2397
2774
  /**
2398
- * Connects a RecordResourceToInstantiationRelation to itself. It
2399
- * is a property that can stand for an instance of the class when necessary, e.g. when you
2400
- * explore a knowledge graph.
2775
+ * Connects a RecordResourceToInstantiationRelation to itself. It is
2776
+ * a property that can stand for an instance of the class when necessary, e.g. when you
2777
+ * explore a knowledge graph.
2401
2778
  */
2402
2779
  "recordResourceToInstantiationRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#recordResourceToInstantiationRelation_role'>;
2403
2780
  /**
2404
2781
  * Connects a Record Resource to one or more Instantiations that
2405
- * instantiate it, and which either may exist or may have been lost or destroyed. The
2406
- * Record Resource is the source of the Relation and the Instantiation(s) is the
2407
- * target.
2782
+ * instantiate it, and which either may exist or may have been lost or destroyed. The Record
2783
+ * Resource is the source of the Relation and the Instantiation(s) is the
2784
+ * target.
2408
2785
  */
2409
2786
  "RecordResourceToInstantiationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordResourceToInstantiationRelation'>;
2410
2787
  /**
2411
- * Connects a RecordResourceToRecordResourceRelation to itself. It
2412
- * is a property that can stand for an instance of the class when necessary, e.g. when you
2413
- * explore a knowledge graph.
2788
+ * Connects a RecordResourceToRecordResourceRelation to itself. It is
2789
+ * a property that can stand for an instance of the class when necessary, e.g. when you
2790
+ * explore a knowledge graph.
2414
2791
  */
2415
2792
  "recordResourceToRecordResourceRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#recordResourceToRecordResourceRelation_role'>;
2416
2793
  /**
2417
2794
  * Connects at least two Record Resources. This Relation is a
2418
- * generic, not oriented one.
2795
+ * generic, not oriented one.
2419
2796
  */
2420
2797
  "RecordResourceToRecordResourceRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordResourceToRecordResourceRelation'>;
2421
2798
  /**
2422
- * One or more records that are grouped together by an Agent based
2423
- * on the records sharing one or more attributes or relations.
2799
+ * One or more records that are grouped together by an Agent based on
2800
+ * the records sharing one or more attributes or relations.
2424
2801
  */
2425
2802
  "RecordSet": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordSet'>;
2426
2803
  /** A broad categorization of the type of Record Set. */
2427
2804
  "RecordSetType": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordSetType'>;
2428
2805
  /**
2429
2806
  * Description of the production or reproduction status of a Record
2430
- * or Record Part.
2807
+ * or Record Part.
2431
2808
  */
2432
2809
  "RecordState": NamedNode<'https://www.ica.org/standards/RiC/ontology#RecordState'>;
2433
2810
  /**
2434
2811
  * Framework or standard used to represent an
2435
- * information.
2812
+ * information.
2436
2813
  */
2437
2814
  "referenceSystem": NamedNode<'https://www.ica.org/standards/RiC/ontology#referenceSystem'>;
2438
2815
  /**
2439
2816
  * Connects a Rule to a Thing that it regulates or
2440
- * regulated.
2817
+ * regulated.
2441
2818
  */
2442
2819
  "regulatesOrRegulated": NamedNode<'https://www.ica.org/standards/RiC/ontology#regulatesOrRegulated'>;
2443
2820
  /**
2444
- * Connects a Relation to itself. It is a property that can stand
2445
- * for an instance of the class when necessary, e.g. when you explore a knowledge
2446
- * graph.
2821
+ * Connects a Relation to itself. It is a property that can stand for
2822
+ * an instance of the class when necessary, e.g. when you explore a knowledge
2823
+ * graph.
2447
2824
  */
2448
2825
  "relation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#relation_role'>;
2449
2826
  /**
2450
- * The top level relation class. It connects at least two Things.
2451
- * An instance of a Relation may have some datatype and object properties: a general
2452
- * description (datatype property) like any Thing; a certainty (for 'certain', 'quite
2453
- * probable', 'uncertain','unknown'); a date (use either the date datatype property or the
2454
- * Date class and isAssociatedWithDate object property); a state (relationState); a
2455
- * location (use the Place class and isAssociatedWithPlace object property); a source of
2456
- * information that can be used as an evidence for it (use either source datatype property
2457
- * or hasSource object property). This Relation is the most generic one; it is not
2458
- * oriented.
2827
+ * The top level relation class. It connects at least two Things. An
2828
+ * instance of a Relation may have some datatype and object properties: a general description
2829
+ * (datatype property) like any Thing; a certainty (for 'certain', 'quite probable',
2830
+ * 'uncertain','unknown'); a date (use either the date datatype property or the Date class and
2831
+ * isAssociatedWithDate object property); a state (relationState); a location (use the Place
2832
+ * class and isAssociatedWithPlace object property); a source of information that can be used
2833
+ * as an evidence for it (use either source datatype property or hasSource object property).
2834
+ * This Relation is the most generic one; it is not oriented.
2459
2835
  */
2460
2836
  "Relation": NamedNode<'https://www.ica.org/standards/RiC/ontology#Relation'>;
2461
2837
  /**
2462
2838
  * Qualifies the level of certitude of the accuracy of a
2463
- * Relation.
2839
+ * Relation.
2464
2840
  */
2465
2841
  "relationCertainty": NamedNode<'https://www.ica.org/standards/RiC/ontology#relationCertainty'>;
2466
2842
  /**
2467
2843
  * Connects an n-ary Relation to any of the Things
2468
- * involved.
2844
+ * involved.
2469
2845
  */
2470
2846
  "relationConnects": NamedNode<'https://www.ica.org/standards/RiC/ontology#relationConnects'>;
2471
2847
  /**
2472
2848
  * Connects an n-ary Relation to a Thing that is a secondary,
2473
- * contextual entity during the existence of the Relation.
2849
+ * contextual entity during the existence of the Relation.
2474
2850
  */
2475
2851
  "relationHasContext": NamedNode<'https://www.ica.org/standards/RiC/ontology#relationHasContext'>;
2852
+ /** Connects an n-ary Relation to a Date. */
2853
+ "relationHasDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#relationHasDate'>;
2476
2854
  /**
2477
2855
  * Connects an n-ary Relation to a Thing that is its
2478
- * source.
2856
+ * source.
2479
2857
  */
2480
2858
  "relationHasSource": NamedNode<'https://www.ica.org/standards/RiC/ontology#relationHasSource'>;
2481
2859
  /**
2482
2860
  * Connects an n-ary Relation to a Thing that is its
2483
- * target.
2861
+ * target.
2484
2862
  */
2485
2863
  "relationHasTarget": NamedNode<'https://www.ica.org/standards/RiC/ontology#relationHasTarget'>;
2486
2864
  /**
2487
2865
  * A source of information used for identifying and describing a
2488
- * Relation.
2866
+ * Relation.
2489
2867
  */
2490
2868
  "relationSource": NamedNode<'https://www.ica.org/standards/RiC/ontology#relationSource'>;
2491
2869
  /**
2492
2870
  * Used to qualify the state of a Relation (e. g. present, past,
2493
- * ongoing, unknown).
2871
+ * ongoing, unknown).
2494
2872
  */
2495
2873
  "relationState": NamedNode<'https://www.ica.org/standards/RiC/ontology#relationState'>;
2496
2874
  /**
2497
2875
  * Method of recording the content type of an
2498
- * Instantiation
2876
+ * Instantiation
2499
2877
  */
2500
2878
  "RepresentationType": NamedNode<'https://www.ica.org/standards/RiC/ontology#RepresentationType'>;
2501
2879
  /** Inverse of 'was merged into' object property. */
@@ -2504,211 +2882,242 @@ export interface Rico {
2504
2882
  "resultedFromTheSplitOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#resultedFromTheSplitOf'>;
2505
2883
  /**
2506
2884
  * Inverse of 'results or resulted in' object
2507
- * property.
2885
+ * property.
2508
2886
  */
2509
2887
  "resultsOrResultedFrom": NamedNode<'https://www.ica.org/standards/RiC/ontology#resultsOrResultedFrom'>;
2510
2888
  /**
2511
2889
  * Connects an Event to a Thing that results or resulted from the
2512
- * Event.
2890
+ * Event.
2513
2891
  */
2514
2892
  "resultsOrResultedIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#resultsOrResultedIn'>;
2515
2893
  /**
2516
2894
  * When it exists, specifies the identifier and name of RiC-CM
2517
- * component that corresponds to the annotated class or property.
2895
+ * component that corresponds to the annotated class or property.
2518
2896
  */
2519
2897
  "RiCCMCorrespondingComponent": NamedNode<'https://www.ica.org/standards/RiC/ontology#RiCCMCorrespondingComponent'>;
2520
2898
  /**
2521
- * Connects a Role Type to a Creation Relation (this Role Type
2522
- * being the specific role played by the creating Person in the context of this
2523
- * Relation).
2899
+ * Connects a Role Type to a Creation Relation (this Role Type being
2900
+ * the specific role played by the creating Person in the context of this
2901
+ * Relation).
2524
2902
  */
2525
2903
  "roleIsContextOfCreationRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#roleIsContextOfCreationRelation'>;
2526
2904
  /**
2527
- * The role an Agent plays in some context (usually in some
2528
- * creation relation). Not to be confused with a Position (position of an agent in some
2529
- * group). For example, a Person who is the head of some Corporate Body may play the role
2530
- * of annotator (of a record) in a creation relation.
2905
+ * The role an Agent plays in some context (usually in some creation
2906
+ * relation). Not to be confused with a Position (position of an agent in some group). For
2907
+ * example, a Person who is the head of some Corporate Body may play the role of annotator (of
2908
+ * a record) in a creation relation.
2531
2909
  */
2532
2910
  "RoleType": NamedNode<'https://www.ica.org/standards/RiC/ontology#RoleType'>;
2533
2911
  /**
2534
- * Conditions that govern the existence, responsibility, or
2535
- * authority of an Agent; or the performance of an Activity by an Agent; or that contribute
2536
- * to the distinct characteristics of things created or managed by an Agent.
2912
+ * Conditions that govern the existence, responsibility, or authority
2913
+ * of an Agent; or the performance of an Activity by an Agent; or that contribute to the
2914
+ * distinct characteristics of things created or managed by an Agent.
2537
2915
  */
2538
2916
  "Rule": NamedNode<'https://www.ica.org/standards/RiC/ontology#Rule'>;
2539
2917
  /**
2540
- * The rule or conditions that govern the existence or lifecycle of
2541
- * a Thing.
2918
+ * The rule or conditions that govern the existence or lifecycle of a
2919
+ * Thing.
2542
2920
  */
2543
2921
  "ruleFollowed": NamedNode<'https://www.ica.org/standards/RiC/ontology#ruleFollowed'>;
2544
2922
  /**
2545
- * Connects a RuleRelation to itself. It is a property that can
2546
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2547
- * graph.
2923
+ * Connects a RuleRelation to itself. It is a property that can stand
2924
+ * for an instance of the class when necessary, e.g. when you explore a knowledge
2925
+ * graph.
2548
2926
  */
2549
2927
  "ruleRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#ruleRelation_role'>;
2550
2928
  /**
2551
2929
  * Connects at least one Rule to at least one Thing when it is
2552
- * associated with existence and lifecycle of the Thing. The Rule(s) is the source of the
2553
- * Relation, and the Thing(s) is the target.
2930
+ * associated with existence and lifecycle of the Thing. The Rule(s) is the source of the
2931
+ * Relation, and the Thing(s) is the target.
2554
2932
  */
2555
2933
  "RuleRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#RuleRelation'>;
2556
2934
  /** Categorization of a Rule. */
2557
2935
  "RuleType": NamedNode<'https://www.ica.org/standards/RiC/ontology#RuleType'>;
2558
2936
  /**
2559
- * Summary of the scope (such as time periods, geography) and
2560
- * content (such as subject matter, administrative processes) of a Record Resource.
2561
- * Provides a more complete summary of the informational content of the Record Resource
2562
- * highlighting the information conveyed in the Record Resource, why it was created,
2563
- * received, and/or maintained, and the agents connected to it. It may include description
2564
- * of relations with agents, activities, dates and places, or with other record
2565
- * resources.
2937
+ * Summary of the scope (such as time periods, geography) and content
2938
+ * (such as subject matter, administrative processes) of a Record Resource. Provides a more
2939
+ * complete summary of the informational content of the Record Resource highlighting the
2940
+ * information conveyed in the Record Resource, why it was created, received, and/or
2941
+ * maintained, and the agents connected to it. It may include description of relations with
2942
+ * agents, activities, dates and places, or with other record resources.
2566
2943
  */
2567
2944
  "scopeAndContent": NamedNode<'https://www.ica.org/standards/RiC/ontology#scopeAndContent'>;
2568
2945
  /**
2569
- * Connects a SequentialRelation to itself. It is a property that
2570
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
2571
- * graph.
2946
+ * Specification of, or information about, the sentiment(s) or
2947
+ * emotion(s) expressed by the content of a Record or a Record Part.
2948
+ */
2949
+ "sentimentOrEmotionExpressed": NamedNode<'https://www.ica.org/standards/RiC/ontology#sentimentOrEmotionExpressed'>;
2950
+ /**
2951
+ * Connects a SequentialRelation to itself. It is a property that can
2952
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2953
+ * graph.
2572
2954
  */
2573
2955
  "sequentialRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#sequentialRelation_role'>;
2574
2956
  /**
2575
2957
  * Connects at least one Thing to at least one other Thing that
2576
- * follows or followed it in some sequence. The Relation is oriented from the first
2577
- * Thing(s) in the sequence to the following one(s): the first Thing(s) is the source, and
2578
- * the following Thing(s) is the target.
2958
+ * follows or followed it in some sequence. The Relation is oriented from the first Thing(s)
2959
+ * in the sequence to the following one(s): the first Thing(s) is the source, and the
2960
+ * following Thing(s) is the target.
2579
2961
  */
2580
2962
  "SequentialRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#SequentialRelation'>;
2581
2963
  /**
2582
2964
  * Connects a SiblingRelation to itself. It is a property that can
2583
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2584
- * graph.
2965
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2966
+ * graph.
2585
2967
  */
2586
2968
  "siblingRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#siblingRelation_role'>;
2587
2969
  /**
2588
2970
  * Connects at least two Persons, when they are siblings. This
2589
- * Relation is not oriented.
2971
+ * Relation is not oriented.
2590
2972
  */
2591
2973
  "SiblingRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#SiblingRelation'>;
2974
+ /**
2975
+ * Date at which some of the present or past members of a Record Set
2976
+ * were or will be accumulated.
2977
+ */
2978
+ "someMembersWithAccumulationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#someMembersWithAccumulationDate'>;
2979
+ /**
2980
+ * Date at which some of the present or past members of a Record Set
2981
+ * were or will be created.
2982
+ */
2983
+ "someMembersWithCreationDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#someMembersWithCreationDate'>;
2592
2984
  /**
2593
2985
  * Connects a SpouseRelation to itself. It is a property that can
2594
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2595
- * graph.
2986
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2987
+ * graph.
2596
2988
  */
2597
2989
  "spouseRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#spouseRelation_role'>;
2598
2990
  /**
2599
2991
  * Connects at least two Persons, when they are spouses. This
2600
- * Relation is not oriented.
2992
+ * Relation is not oriented.
2601
2993
  */
2602
2994
  "SpouseRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#SpouseRelation'>;
2603
2995
  /**
2604
- * Information about the intellectual arrangement and composition
2605
- * of a Record Resource or the physical arrangement and composition of an Instantiation.
2606
- * For Record and Record Part, it encompasses information about the intellectual
2607
- * composition of the record, the presence of record parts and their functions. For Record
2608
- * Set, it encompasses information about the methodology or criteria used for arranging the
2609
- * Record Set members or Record members within the containing Record Set. For
2610
- * Instantiation, it may comprise information about the composition of the physical
2611
- * elements of the instantiation
2996
+ * Information about the intellectual arrangement and composition of
2997
+ * a Record Resource or the physical arrangement and composition of an Instantiation. For
2998
+ * Record and Record Part, it encompasses information about the intellectual composition of
2999
+ * the record, the presence of record parts and their functions. For Record Set, it
3000
+ * encompasses information about the methodology or criteria used for arranging the Record Set
3001
+ * members or Record members within the containing Record Set. For Instantiation, it may
3002
+ * comprise information about the composition of the physical elements of the
3003
+ * instantiation
2612
3004
  */
2613
3005
  "structure": NamedNode<'https://www.ica.org/standards/RiC/ontology#structure'>;
3006
+ /**
3007
+ * Connects a Person to an educational institution at which they
3008
+ * studied or study. Both 'institution' and 'at' can be interpreted broadly.
3009
+ */
3010
+ "studiesOrStudiedAt": NamedNode<'https://www.ica.org/standards/RiC/ontology#studiesOrStudiedAt'>;
3011
+ /**
3012
+ * Connects a StudyAtRelation to itself. It is a property that can
3013
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
3014
+ * graph.
3015
+ */
3016
+ "studyAtRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#studyAtRelation_role'>;
3017
+ /**
3018
+ * Connects a Group (as an educational institution) to at least one
3019
+ * Person who studied or study at this group. Both 'institution' and 'at' can be interpreted
3020
+ * broadly. The Relation is oriented from the educational institution to the student(s): the
3021
+ * former is the source of the Relation, and the latter is/are the target.
3022
+ */
3023
+ "StudyAtRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#StudyAtRelation'>;
2614
3024
  /**
2615
3025
  * Connects a TeachingRelation to itself. It is a property that can
2616
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2617
- * graph.
3026
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
3027
+ * graph.
2618
3028
  */
2619
3029
  "teachingRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#teachingRelation_role'>;
2620
3030
  /**
2621
- * Connects at least one Person to at least another Person who is
2622
- * or was their student. The Relation is oriented from the teacher(s) to the student(s):
2623
- * the teacher Person(s) is the source of the Relation, and the student Person(s) is the
2624
- * target.
3031
+ * Connects at least one Person to at least another Person who is or
3032
+ * was their student. The Relation is oriented from the teacher(s) to the student(s): the
3033
+ * teacher Person(s) is the source of the Relation, and the student Person(s) is the
3034
+ * target.
2625
3035
  */
2626
3036
  "TeachingRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#TeachingRelation'>;
2627
3037
  /**
2628
- * Describes any relevant physical or software feature of any
2629
- * device involved in the creation or management of a Record Resource.
3038
+ * Describes any relevant physical or software feature of any device
3039
+ * involved in the creation or management of a Record Resource.
2630
3040
  */
2631
3041
  "technicalCharacteristics": NamedNode<'https://www.ica.org/standards/RiC/ontology#technicalCharacteristics'>;
2632
3042
  /**
2633
3043
  * Connects a TemporalRelation to itself. It is a property that can
2634
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2635
- * graph.
3044
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
3045
+ * graph.
2636
3046
  */
2637
3047
  "temporalRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#temporalRelation_role'>;
2638
3048
  /**
2639
3049
  * Connects at least one Thing to at least one other Thing that
2640
- * follows it in chronological order. The Relation is oriented chronologically: the
2641
- * preceding Thing(s) is the source of the Relation, the following Thing(s) is the
2642
- * target.
3050
+ * follows it in chronological order. The Relation is oriented chronologically: the preceding
3051
+ * Thing(s) is the source of the Relation, the following Thing(s) is the
3052
+ * target.
2643
3053
  */
2644
3054
  "TemporalRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#TemporalRelation'>;
2645
3055
  /** A textual expression of an Appellation or Date. */
2646
3056
  "textualValue": NamedNode<'https://www.ica.org/standards/RiC/ontology#textualValue'>;
2647
3057
  /**
2648
3058
  * Any idea, material thing, or event within the realm of human
2649
- * experience.
3059
+ * experience.
2650
3060
  */
2651
3061
  "Thing": NamedNode<'https://www.ica.org/standards/RiC/ontology#Thing'>;
2652
- /** Connects a Thing to a n-ary Relation. */
3062
+ /** Connects a Thing to an n-ary Relation. */
2653
3063
  "thingIsConnectedToRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#thingIsConnectedToRelation'>;
2654
3064
  /**
2655
3065
  * Connects a Thing (that is a secondary, contextual entity during
2656
- * the existence of the Relation) to a n-ary Relation.
3066
+ * the existence of the Relation) to an n-ary Relation.
2657
3067
  */
2658
3068
  "thingIsContextOfRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#thingIsContextOfRelation'>;
2659
3069
  /**
2660
3070
  * Connects a Thing (that is the source of a Relation) to a
2661
- * Relation.
3071
+ * Relation.
2662
3072
  */
2663
3073
  "thingIsSourceOfRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#thingIsSourceOfRelation'>;
2664
3074
  /**
2665
- * Connects a Thing (that is the target of a Relation) to a n-ary
2666
- * Relation.
3075
+ * Connects a Thing (that is the target of a Relation) to an n-ary
3076
+ * Relation.
2667
3077
  */
2668
3078
  "thingIsTargetOfRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#thingIsTargetOfRelation'>;
2669
3079
  /**
2670
3080
  * An identifying name of a Record Resource, Instantiation or
2671
- * Rule.
3081
+ * Rule.
2672
3082
  */
2673
3083
  "title": NamedNode<'https://www.ica.org/standards/RiC/ontology#title'>;
2674
- /**
2675
- * A name that is used for a Record Resource or a
2676
- * Rule
2677
- */
3084
+ /** A name that is used for a Record Resource or a Rule */
2678
3085
  "Title": NamedNode<'https://www.ica.org/standards/RiC/ontology#Title'>;
3086
+ /** Categorization of a Title. */
3087
+ "TitleType": NamedNode<'https://www.ica.org/standards/RiC/ontology#TitleType'>;
2679
3088
  /** A term used to characterize an entity. */
2680
3089
  "type": NamedNode<'https://www.ica.org/standards/RiC/ontology#type'>;
2681
3090
  /**
2682
- * A superclass for any category of some thing. A type
2683
- * characterizes an entity.
3091
+ * A superclass for any type of some thing. A type characterizes an
3092
+ * entity.
2684
3093
  */
2685
3094
  "Type": NamedNode<'https://www.ica.org/standards/RiC/ontology#Type'>;
2686
3095
  /**
2687
- * Connects a TypeRelation to itself. It is a property that can
2688
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2689
- * graph.
3096
+ * Connects a TypeRelation to itself. It is a property that can stand
3097
+ * for an instance of the class when necessary, e.g. when you explore a knowledge
3098
+ * graph.
2690
3099
  */
2691
3100
  "typeRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#typeRelation_role'>;
2692
3101
  /**
2693
3102
  * Connects a category (a Type) and at least one Thing that belongs
2694
- * to this category. The Type(s) is the source of the Relation, and the Thing(s) is the
2695
- * target.
3103
+ * to this category. The Type(s) is the source of the Relation, and the Thing(s) is the
3104
+ * target.
2696
3105
  */
2697
3106
  "TypeRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#TypeRelation'>;
2698
3107
  /**
2699
3108
  * A definite magnitude of a quantity, defined and adopted by
2700
- * convention or by law, that is used as a standard for measurement of the same kind of
2701
- * quantity. Can be spacial units (cm, m), weight (g, kg), time (s, h), storage (MB, TB) or
2702
- * more informal units used in the archival context like number of boxes, pages or
2703
- * words.
3109
+ * convention or by law, that is used as a standard for measurement of the same kind of
3110
+ * quantity. Can be spacial units (cm, m), weight (g, kg), time (s, h), storage (MB, TB) or
3111
+ * more informal units used in the archival context like number of boxes, pages or
3112
+ * words.
2704
3113
  */
2705
3114
  "unitOfMeasurement": NamedNode<'https://www.ica.org/standards/RiC/ontology#unitOfMeasurement'>;
2706
3115
  /**
2707
3116
  * A definite magnitude of a quantity, defined and adopted by
2708
- * convention or by law, that is used as a standard for measurement of the same kind of
2709
- * quantity. Can be spacial units (cm, m), weight (g, kg), time (s, h), storage (MB, TB) or
2710
- * more informal units used in the archival context like number of boxes, pages or
2711
- * words.
3117
+ * convention or by law, that is used as a standard for measurement of the same kind of
3118
+ * quantity. Can be spacial units (cm, m), weight (g, kg), time (s, h), storage (MB, TB) or
3119
+ * more informal units used in the archival context like number of boxes, pages or
3120
+ * words.
2712
3121
  */
2713
3122
  "UnitOfMeasurement": NamedNode<'https://www.ica.org/standards/RiC/ontology#UnitOfMeasurement'>;
2714
3123
  /** Date at which an Appellation was first used. */
@@ -2716,97 +3125,96 @@ export interface Rico {
2716
3125
  /** Date until an Appellation was used. */
2717
3126
  "usedToDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#usedToDate'>;
2718
3127
  /**
2719
- * Connects an Instantiation to another Instantiation of which it
2720
- * was a component in the past.
3128
+ * Connects an Instantiation to another Instantiation of which it was
3129
+ * a component in the past.
2721
3130
  */
2722
3131
  "wasComponentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasComponentOf'>;
2723
3132
  /**
2724
- * Connects a Record or Record Part to another Record or Record
2725
- * Part of which it was a constituent in the past.
3133
+ * Connects a Record or Record Part to another Record or Record Part
3134
+ * of which it was a constituent in the past.
2726
3135
  */
2727
3136
  "wasConstituentOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasConstituentOf'>;
2728
3137
  /**
2729
3138
  * Connects a Place to a Place within which it was
2730
- * contained.
3139
+ * contained.
2731
3140
  */
2732
3141
  "wasContainedBy": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasContainedBy'>;
2733
3142
  /**
2734
3143
  * Connects a Record to a Record or Record Set in which it was
2735
- * included in the past.
3144
+ * included in the past.
2736
3145
  */
2737
3146
  "wasIncludedIn": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasIncludedIn'>;
2738
3147
  /**
2739
3148
  * Connects a Thing to the Date when it was last
2740
- * modified.
3149
+ * modified.
2741
3150
  */
2742
3151
  "wasLastUpdatedAtDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasLastUpdatedAtDate'>;
2743
3152
  /**
2744
3153
  * Connects a Corporate Body to another Corporate Body that is the
2745
- * result of a merger of the previous one with one to many other corporate
2746
- * bodies.
3154
+ * result of a merger of the previous one with one to many other corporate
3155
+ * bodies.
2747
3156
  */
2748
3157
  "wasMergedInto": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasMergedInto'>;
2749
3158
  /**
2750
3159
  * Connects a Thing to a Thing of which it was a constitutive or
2751
- * component part in the past.
3160
+ * component part in the past.
2752
3161
  */
2753
3162
  "wasPartOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasPartOf'>;
2754
3163
  /**
2755
3164
  * Connects a Corporate Body to one of the Corporate Bodies that
2756
- * results from the split of the previous one into two to many corporate
2757
- * bodies.
3165
+ * results from the split of the previous one into two to many corporate
3166
+ * bodies.
2758
3167
  */
2759
3168
  "wasSplitInto": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasSplitInto'>;
2760
3169
  /**
2761
3170
  * Connects a subdivision to the Group it was a part of in the
2762
- * past.
3171
+ * past.
2763
3172
  */
2764
3173
  "wasSubdivisionOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasSubdivisionOf'>;
2765
3174
  /**
2766
3175
  * Connects a past Event to the broader Event of which it was a
2767
- * part.
3176
+ * part.
2768
3177
  */
2769
3178
  "wasSubeventOf": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasSubeventOf'>;
2770
3179
  /**
2771
- * Connects an Agent to an Agent that was hierarchically superior
2772
- * in the past.
3180
+ * Connects an Agent to an Agent that was hierarchically superior in
3181
+ * the past.
2773
3182
  */
2774
3183
  "wasSubordinateTo": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasSubordinateTo'>;
2775
3184
  /**
2776
3185
  * Connects an Appellation to the Date from which it was
2777
- * used.
3186
+ * used.
2778
3187
  */
2779
3188
  "wasUsedFromDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasUsedFromDate'>;
2780
3189
  /**
2781
3190
  * Connects an Appellation to the Date till when it was
2782
- * used.
3191
+ * used.
2783
3192
  */
2784
3193
  "wasUsedToDate": NamedNode<'https://www.ica.org/standards/RiC/ontology#wasUsedToDate'>;
2785
3194
  /**
2786
- * Connects a WholePartRelation to itself. It is a property that
2787
- * can stand for an instance of the class when necessary, e.g. when you explore a knowledge
2788
- * graph.
3195
+ * Connects a WholePartRelation to itself. It is a property that can
3196
+ * stand for an instance of the class when necessary, e.g. when you explore a knowledge
3197
+ * graph.
2789
3198
  */
2790
3199
  "wholePartRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#wholePartRelation_role'>;
2791
3200
  /**
2792
3201
  * Connects a Thing to at least one other Thing that is or was a
2793
- * portion or division of the whole Thing. The Relation is oriented from the Thing to its
2794
- * part(s): the Thing is the source of the Relation, and the part Thing(s) is the
2795
- * target.
3202
+ * portion or division of the whole Thing. The Relation is oriented from the Thing to its
3203
+ * part(s): the Thing is the source of the Relation, and the part Thing(s) is the
3204
+ * target.
2796
3205
  */
2797
3206
  "WholePartRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#WholePartRelation'>;
2798
3207
  /** Horizontal dimension of an entity. */
2799
3208
  "width": NamedNode<'https://www.ica.org/standards/RiC/ontology#width'>;
2800
3209
  /**
2801
- * Connects a WorkRelation to itself. It is a property that can
2802
- * stand for an instance of the class when necessary, e.g. when you explore a knowledge
2803
- * graph.
3210
+ * Connects a WorkRelation to itself. It is a property that can stand
3211
+ * for an instance of the class when necessary, e.g. when you explore a knowledge
3212
+ * graph.
2804
3213
  */
2805
3214
  "workRelation_role": NamedNode<'https://www.ica.org/standards/RiC/ontology#workRelation_role'>;
2806
3215
  /**
2807
3216
  * Connects at least two Agents that have or had some type of work
2808
- * relation in the course of their activities. This Relation is not
2809
- * oriented.
3217
+ * relation in the course of their activities. This Relation is not oriented.
2810
3218
  */
2811
3219
  "WorkRelation": NamedNode<'https://www.ica.org/standards/RiC/ontology#WorkRelation'>;
2812
3220
  }