Project

General

Profile

1
package eu.dnetlib.parthenos;
2

    
3
import org.apache.jena.rdf.model.Model;
4
import org.apache.jena.rdf.model.ModelFactory;
5
import org.apache.jena.rdf.model.Property;
6
import org.apache.jena.rdf.model.Resource;
7

    
8
/**
9
 * Vocabulary definitions from http://www.cidoc-crm.org/sites/default/files/cidoc_crm_v6.2-draft-2015August.rdfs.xml
10
 *
11
 * @author Auto-generated by schemagen on 29 Sep 2017 15:45
12
 */
13
public class CRM {
14

    
15
	/**
16
	 * <p>The RDF model that holds the vocabulary terms</p>
17
	 */
18
	private static final Model M_MODEL = ModelFactory.createDefaultModel();
19

    
20
	/**
21
	 * <p>The namespace of the vocabulary as a string</p>
22
	 */
23
	public static final String NS = "http://www.cidoc-crm.org/cidoc-crm/";
24

    
25
	/**
26
	 * <p>The URL to the online schema as a string</p>
27
	 */
28
	public static final String RDFS_URL = "http://www.cidoc-crm.org/sites/default/files/cidoc_crm_v6.2-draft-2015August.rdfs.xml";
29

    
30
	/**
31
	 * <p>The namespace of the vocabulary as a string</p>
32
	 *
33
	 * @return namespace as String
34
	 * @see #NS
35
	 */
36
	public static String getURI() {
37
		return NS;
38
	}
39

    
40
	/**
41
	 * <p>The namespace of the vocabulary as a resource</p>
42
	 */
43
	public static final Resource NAMESPACE = M_MODEL.createResource(NS);
44

    
45
	/**
46
	 * <p>This property property links an E69 Death event to the E21 Person that died.</p>
47
	 */
48
	public static final Property P100_was_death_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P100_was_death_of");
49

    
50
	public static final Property P100i_died_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P100i_died_in");
51

    
52
	/**
53
	 * <p>This property links an instance of E70 Thing to an E55 Type of usage. It allows
54
	 * the relationship between particular things, both physical and immaterial,
55
	 * and general methods and techniques of use to be documented. Thus it can be
56
	 * asserted that a baseball bat had a general use for sport and a specific use
57
	 * for threatening people during the Great Train Robbery.</p>
58
	 */
59
	public static final Property P101_had_as_general_use = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P101_had_as_general_use");
60

    
61
	public static final Property P101i_was_use_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P101i_was_use_of");
62

    
63
	/**
64
	 * <p>This property describes the E35 Title applied to an instance of E71 Man-Made
65
	 * Thing. The E55 Type of Title is assigned in a sub property. The P102.1 has
66
	 * type property of the P102 has title (is title of) property enables the relationship
67
	 * between the Title and the thing to be further clarified, for example, if the
68
	 * Title was a given Title, a supplied Title etc. It allows any man-made material
69
	 * or immaterial thing to be given a Title. It is possible to imagine a Title
70
	 * being created without a specific object in mind.</p>
71
	 */
72
	public static final Property P102_has_title = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P102_has_title");
73

    
74
	public static final Property P102i_is_title_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P102i_is_title_of");
75

    
76
	/**
77
	 * <p>This property links an instance of E71 Man-Made Thing to an E55 Type of usage.
78
	 * It creates a property between specific man-made things, both physical and
79
	 * immaterial, to Types of intended methods and techniques of use. Note: A link
80
	 * between specific man-made things and a specific use activity should be expressed
81
	 * using P19 was intended use of (was made for).</p>
82
	 */
83
	public static final Property P103_was_intended_for = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P103_was_intended_for");
84

    
85
	public static final Property P103i_was_intention_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P103i_was_intention_of");
86

    
87
	/**
88
	 * <p>This property links a particular E72 Legal Object to the instances of E30
89
	 * Right to which it is subject. The Right is held by an E39 Actor as described
90
	 * by P75 possesses (is possessed by).</p>
91
	 */
92
	public static final Property P104_is_subject_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P104_is_subject_to");
93

    
94
	public static final Property P104i_applies_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P104i_applies_to");
95

    
96
	/**
97
	 * <p>This property identifies the E39 Actor who holds the instances of E30 Right
98
	 * to an E72 Legal Object. It is a superproperty of P52 has current owner (is
99
	 * current owner of) because ownership is a right that is held on the owned object.
100
	 * P105 right held by (has right on) is a shortcut of the fully developed path
101
	 * from E72 Legal Object through P104 is subject to (applies to), E30 Right,
102
	 * P75 possesses (is possessed by) to E39 Actor.</p>
103
	 */
104
	public static final Property P105_right_held_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P105_right_held_by");
105

    
106
	public static final Property P105i_has_right_on = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P105i_has_right_on");
107

    
108
	/**
109
	 * <p>This property associates an instance of E90 Symbolic Object with a part of
110
	 * it that is by itself an instance of E90 Symbolic Object, such as fragments
111
	 * of texts or clippings from an image.</p>
112
	 */
113
	public static final Property P106_is_composed_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P106_is_composed_of");
114

    
115
	public static final Property P106i_forms_part_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P106i_forms_part_of");
116

    
117
	/**
118
	 * <p>This property relates an E39 Actor to the E74 Group of which that E39 Actor
119
	 * is a member. Groups, Legal Bodies and Persons, may all be members of Groups.
120
	 * A Group necessarily consists of more than one member. This property is a shortcut
121
	 * of the more fully developed path from E74 Group through P144 joined with (gained
122
	 * member by), E85 Joining, P143 joined (was joined by) to E39 Actor The property
123
	 * P107.1 kind of member can be used to specify the type of membership or the
124
	 * role the member has in the group.</p>
125
	 */
126
	public static final Property P107_has_current_or_former_member =
127
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P107_has_current_or_former_member");
128

    
129
	public static final Property P107i_is_current_or_former_member_of =
130
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P107i_is_current_or_former_member_of");
131

    
132
	/**
133
	 * <p>This property identifies the E24 Physical Man-Made Thing that came into existence
134
	 * as a result of an E12 Production. The identity of an instance of E24 Physical
135
	 * Man-Made Thing is not defined by its matter, but by its existence as a subject
136
	 * of documentation. An E12 Production can result in the creation of multiple
137
	 * instances of E24 Physical Man-Made Thing.</p>
138
	 */
139
	public static final Property P108_has_produced = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P108_has_produced");
140

    
141
	public static final Property P108i_was_produced_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P108i_was_produced_by");
142

    
143
	/**
144
	 * <p>This property identifies the E39 Actor or Actors who assume or have assumed
145
	 * overall curatorial responsibility for an E78 Collection. It does not allow
146
	 * a history of curation to be recorded. This would require use of an Event initiating
147
	 * a curator being responsible for a Collection.</p>
148
	 */
149
	public static final Property P109_has_current_or_former_curator =
150
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P109_has_current_or_former_curator");
151

    
152
	public static final Property P109i_is_current_or_former_curator_of =
153
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P109i_is_current_or_former_curator_of");
154

    
155
	/**
156
	 * <p>This property associates an instance of E92 Spacetime Volume with another
157
	 * instance of E92 Spacetime Volume that falls within the latter. In other words,
158
	 * all points in the former are also points in the latter.</p>
159
	 */
160
	public static final Property P10_falls_within = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P10_falls_within");
161

    
162
	public static final Property P10i_contains = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P10i_contains");
163

    
164
	/**
165
	 * <p>This property identifies the E24 Physical Man-Made Thing that is added to
166
	 * (augmented) in an E79 Part Addition. Although a Part Addition event normally
167
	 * concerns only one item of Physical Man-Made Thing, it is possible to imagine
168
	 * circumstances under which more than one item might be added to (augmented).
169
	 * For example, the artist Jackson Pollock trailing paint onto multiple canvasses.</p>
170
	 */
171
	public static final Property P110_augmented = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P110_augmented");
172

    
173
	public static final Property P110i_was_augmented_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P110i_was_augmented_by");
174

    
175
	/**
176
	 * <p>This property identifies the E18 Physical Thing that is added during an E79
177
	 * Part Addition activity</p>
178
	 */
179
	public static final Property P111_added = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P111_added");
180

    
181
	public static final Property P111i_was_added_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P111i_was_added_by");
182

    
183
	/**
184
	 * <p>This property identifies the E24 Physical Man-Made Thing that was diminished
185
	 * by E80 Part Removal. Although a Part removal activity normally concerns only
186
	 * one item of Physical Man-Made Thing, it is possible to imagine circumstances
187
	 * under which more than one item might be diminished by a single Part Removal
188
	 * activity.</p>
189
	 */
190
	public static final Property P112_diminished = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P112_diminished");
191

    
192
	public static final Property P112i_was_diminished_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P112i_was_diminished_by");
193

    
194
	/**
195
	 * <p>This property identifies the E18 Physical Thing that is removed during an
196
	 * E80 Part Removal activity.</p>
197
	 */
198
	public static final Property P113_removed = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P113_removed");
199

    
200
	public static final Property P113i_was_removed_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P113i_was_removed_by");
201

    
202
	/**
203
	 * <p>This symmetric property allows the instances of E2 Temporal Entity with the
204
	 * same E52 Time-Span to be equated. This property is only necessary if the time
205
	 * span is unknown (otherwise the equivalence can be calculated). This property
206
	 * is the same as the "equal" relationship of Allen’s temporal logic (Allen,
207
	 * 1983, pp. 832-843).</p>
208
	 */
209
	public static final Property P114_is_equal_in_time_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P114_is_equal_in_time_to");
210

    
211
	/**
212
	 * <p>This property allows the ending point for a E2 Temporal Entity to be situated
213
	 * by reference to the ending point of another temporal entity of longer duration.
214
	 * This property is only necessary if the time span is unknown (otherwise the
215
	 * relationship can be calculated). This property is the same as the "finishes
216
	 * / finished-by" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).</p>
217
	 */
218
	public static final Property P115_finishes = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P115_finishes");
219

    
220
	public static final Property P115i_is_finished_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P115i_is_finished_by");
221

    
222
	/**
223
	 * <p>This property allows the starting point for a E2 Temporal Entity to be situated
224
	 * by reference to the starting point of another temporal entity of longer duration.
225
	 * This property is only necessary if the time span is unknown (otherwise the
226
	 * relationship can be calculated). This property is the same as the "starts
227
	 * / started-by" relationships of Allen’s temporal logic (Allen, 1983, pp. 832-843).</p>
228
	 */
229
	public static final Property P116_starts = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P116_starts");
230

    
231
	public static final Property P116i_is_started_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P116i_is_started_by");
232

    
233
	/**
234
	 * <p>This property allows the entire E52 Time-Span of an E2 Temporal Entity to
235
	 * be situated within the Time-Span of another temporal entity that starts before
236
	 * and ends after the included temporal entity. This property is only necessary
237
	 * if the time span is unknown (otherwise the relationship can be calculated).
238
	 * This property is the same as the "during / includes" relationships of Allen’s
239
	 * temporal logic (Allen, 1983, pp. 832-843).</p>
240
	 */
241
	public static final Property P117_occurs_during = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P117_occurs_during");
242

    
243
	public static final Property P117i_includes = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P117i_includes");
244

    
245
	/**
246
	 * <p>This property identifies an overlap between the instances of E52 Time-Span
247
	 * of two instances of E2 Temporal Entity. It implies a temporal order between
248
	 * the two entities: if A overlaps in time B, then A must start before B, and
249
	 * B must end after A. This property is only necessary if the relevant time spans
250
	 * are unknown (otherwise the relationship can be calculated). This property
251
	 * is the same as the "overlaps / overlapped-by" relationships of Allen’s temporal
252
	 * logic (Allen, 1983, pp. 832-843).</p>
253
	 */
254
	public static final Property P118_overlaps_in_time_with = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P118_overlaps_in_time_with");
255

    
256
	public static final Property P118i_is_overlapped_in_time_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P118i_is_overlapped_in_time_by");
257

    
258
	/**
259
	 * <p>This property indicates that one E2 Temporal Entity immediately follows another.
260
	 * It implies a particular order between the two entities: if A meets in time
261
	 * with B, then A must precede B. This property is only necessary if the relevant
262
	 * time spans are unknown (otherwise the relationship can be calculated). This
263
	 * property is the same as the "meets / met-by" relationships of Allen’s temporal
264
	 * logic (Allen, 1983, pp. 832-843).</p>
265
	 */
266
	public static final Property P119_meets_in_time_with = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P119_meets_in_time_with");
267

    
268
	public static final Property P119i_is_met_in_time_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P119i_is_met_in_time_by");
269

    
270
	/**
271
	 * <p>This property describes the active or passive participation of instances of
272
	 * E39 Actors in an E5 Event. It connects the life-line of the related E39 Actor
273
	 * with the E53 Place and E50 Date of the event. The property implies that the
274
	 * Actor was involved in the event but does not imply any causal relationship.
275
	 * The subject of a portrait can be said to have participated in the creation
276
	 * of the portrait.</p>
277
	 */
278
	public static final Property P11_had_participant = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P11_had_participant");
279

    
280
	public static final Property P11i_participated_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in");
281

    
282
	/**
283
	 * <p>This property identifies the relative chronological sequence of two temporal
284
	 * entities. It implies that a temporal gap exists between the end of A and the
285
	 * start of B. This property is only necessary if the relevant time spans are
286
	 * unknown (otherwise the relationship can be calculated). This property is the
287
	 * same as the "before / after" relationships of Allen’s temporal logic (Allen,
288
	 * 1983, pp. 832-843).</p>
289
	 */
290
	public static final Property P120_occurs_before = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P120_occurs_before");
291

    
292
	public static final Property P120i_occurs_after = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P120i_occurs_after");
293

    
294
	/**
295
	 * <p>This symmetric property allows the instances of E53 Place with overlapping
296
	 * geometric extents to be associated with each other. It does not specify anything
297
	 * about the shared area. This property is purely spatial, in contrast to Allen
298
	 * operators, which are purely temporal.</p>
299
	 */
300
	public static final Property P121_overlaps_with = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P121_overlaps_with");
301

    
302
	/**
303
	 * <p>This symmetric property allows the instances of E53 Place which share common
304
	 * borders to be related as such. This property is purely spatial, in contrast
305
	 * to Allen operators, which are purely temporal.</p>
306
	 */
307
	public static final Property P122_borders_with = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P122_borders_with");
308

    
309
	/**
310
	 * <p>This property identifies the E77 Persistent Item or items that are the result
311
	 * of an E81 Transformation. New items replace the transformed item or items,
312
	 * which cease to exist as units of documentation. The physical continuity between
313
	 * the old and the new is expressed by the link to the common Transformation.</p>
314
	 */
315
	public static final Property P123_resulted_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P123_resulted_in");
316

    
317
	public static final Property P123i_resulted_from = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P123i_resulted_from");
318

    
319
	/**
320
	 * <p>This property identifies the E77 Persistent Item or items that cease to exist
321
	 * due to a E81 Transformation. It is replaced by the result of the Transformation,
322
	 * which becomes a new unit of documentation. The continuity between both items,
323
	 * the new and the old, is expressed by the link to the common Transformation.</p>
324
	 */
325
	public static final Property P124_transformed = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P124_transformed");
326

    
327
	public static final Property P124i_was_transformed_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P124i_was_transformed_by");
328

    
329
	/**
330
	 * <p>This property defines the kind of objects used in an E7 Activity, when the
331
	 * specific instance is either unknown or not of interest, such as use of "a
332
	 * hammer".</p>
333
	 */
334
	public static final Property P125_used_object_of_type = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P125_used_object_of_type");
335

    
336
	public static final Property P125i_was_type_of_object_used_in =
337
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P125i_was_type_of_object_used_in");
338

    
339
	/**
340
	 * <p>This property identifies E57 Material employed in an E11 Modification. The
341
	 * E57 Material used during the E11 Modification does not necessarily become
342
	 * incorporated into the E24 Physical Man-Made Thing that forms the subject of
343
	 * the E11 Modification.</p>
344
	 */
345
	public static final Property P126_employed = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P126_employed");
346

    
347
	public static final Property P126i_was_employed_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P126i_was_employed_in");
348

    
349
	/**
350
	 * <p>This property identifies a super-Type to which an E55 Type is related. It
351
	 * allows Types to be organised into hierarchies. This is the sense of "broader
352
	 * term generic (BTG)" as defined in ISO 2788</p>
353
	 */
354
	public static final Property P127_has_broader_term = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P127_has_broader_term");
355

    
356
	public static final Property P127i_has_narrower_term = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P127i_has_narrower_term");
357

    
358
	/**
359
	 * <p>This property identifies an E90 Symbolic Object carried by an instance of
360
	 * E18 Physical Thing.</p>
361
	 */
362
	public static final Property P128_carries = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P128_carries");
363

    
364
	public static final Property P128i_is_carried_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P128i_is_carried_by");
365

    
366
	/**
367
	 * <p>This property documents that an E89 Propositional Object has as subject an
368
	 * instance of E1 CRM Entity.</p>
369
	 */
370
	public static final Property P129_is_about = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P129_is_about");
371

    
372
	public static final Property P129i_is_subject_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P129i_is_subject_of");
373

    
374
	/**
375
	 * <p>This property describes the active or passive presence of an E77 Persistent
376
	 * Item in an E5 Event without implying any specific role. It connects the history
377
	 * of a thing with the E53 Place and E50 Date of an event. For example, an object
378
	 * may be the desk, now in a museum on which a treaty was signed. The presence
379
	 * of an immaterial thing implies the presence of at least one of its carriers.</p>
380
	 */
381
	public static final Property P12_occurred_in_the_presence_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of");
382

    
383
	public static final Property P12i_was_present_at = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at");
384

    
385
	/**
386
	 * <p>This property generalises the notions of "copy of" and "similar to" into a
387
	 * dynamic, asymmetric relationship, where the domain expresses the derivative,
388
	 * if such a direction can be established. Otherwise, the relationship is symmetric.
389
	 * It is a short-cut of P15 was influenced by (influenced) in a creation or production,
390
	 * if such a reason for the similarity can be verified. Moreover it expresses
391
	 * similarity in cases that can be stated between two objects only, without historical
392
	 * knowledge about its reasons.</p>
393
	 */
394
	public static final Property P130_shows_features_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of");
395

    
396
	public static final Property P130i_features_are_also_found_on =
397
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P130i_features_are_also_found_on");
398

    
399
	/**
400
	 * <p>This property identifies a name used specifically to identify an E39 Actor.
401
	 * This property is a specialisation of P1 is identified by (identifies) is identified
402
	 * by.</p>
403
	 */
404
	public static final Property P131_is_identified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P131_is_identified_by");
405

    
406
	public static final Property P131i_identifies = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P131i_identifies");
407

    
408
	/**
409
	 * <p>This symmetric property allows instances of E4 Period that overlap both temporally
410
	 * and spatially to be related, i,e. they share some spatio-temporal extent.
411
	 * This property does not imply any ordering or sequence between the two periods,
412
	 * either spatial or temporal.</p>
413
	 */
414
	public static final Property P132_overlaps_with = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P132_overlaps_with");
415

    
416
	/**
417
	 * <p>This symmetric property allows instances of E4 Period that do not overlap
418
	 * both temporally and spatially, to be related i,e. they do not share any spatio-temporal
419
	 * extent. This property does not imply any ordering or sequence between the
420
	 * two periods either spatial or temporal.</p>
421
	 */
422
	public static final Property P133_is_separated_from = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P133_is_separated_from");
423

    
424
	/**
425
	 * <p>This property associates two instances of E7 Activity, where the domain is
426
	 * considered as an intentional continuation of the range. A continuation of
427
	 * an activity may happen when the continued activity is still ongoing or after
428
	 * the continued activity has completely ended. The continuing activity may have
429
	 * started already before it decided to continue the other one. Continuation
430
	 * implies a coherence of intentions and outcomes of the involved activities.</p>
431
	 */
432
	public static final Property P134_continued = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P134_continued");
433

    
434
	public static final Property P134i_was_continued_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P134i_was_continued_by");
435

    
436
	/**
437
	 * <p>This property identifies the E55 Type, which is created in an E83Type Creation
438
	 * activity.</p>
439
	 */
440
	public static final Property P135_created_type = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P135_created_type");
441

    
442
	public static final Property P135i_was_created_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P135i_was_created_by");
443

    
444
	/**
445
	 * <p>This property identifies one or more items that were used as evidence to declare
446
	 * a new E55 Type. The examination of these items is often the only objective
447
	 * way to understand the precise characteristics of a new Type. Such items should
448
	 * be deposited in a museum or similar institution for that reason. The taxonomic
449
	 * role renders the specific relationship of each item to the Type, such as "holotype"
450
	 * or "original element".</p>
451
	 */
452
	public static final Property P136_was_based_on = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P136_was_based_on");
453

    
454
	public static final Property P136i_supported_type_creation = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P136i_supported_type_creation");
455

    
456
	/**
457
	 * <p>This property allows an item to be declared as a particular example of an
458
	 * E55 Type or taxon The P137.1 in the taxonomic role property of P137 exemplifies
459
	 * (is exemplified by) allows differentiation of taxonomic roles. The taxonomic
460
	 * role renders the specific relationship of this example to the Type, such as
461
	 * "prototypical", "archetypical", "lectotype", etc. The taxonomic role "lectotype"
462
	 * is not associated with the Type Creation (E83) itself, but selected in a later
463
	 * phase.</p>
464
	 */
465
	public static final Property P137_exemplifies = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P137_exemplifies");
466

    
467
	public static final Property P137i_is_exemplified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P137i_is_exemplified_by");
468

    
469
	/**
470
	 * <p>This property establishes the relationship between an E36 Visual Item and
471
	 * the entity that it visually represents. Any entity may be represented visually.
472
	 * This property is part of the fully developed path from E24 Physical Man-Made
473
	 * Thing through P65 shows visual item (is shown by), E36 Visual Item, P138 represents
474
	 * (has representation) to E1 CRM Entity, which is shortcut by P62depicts (is
475
	 * depicted by). P138.1 mode of representation allows the nature of the representation
476
	 * to be refined. This property is also used for the relationship between an
477
	 * original and a digitisation of the original by the use of techniques such
478
	 * as digital photography, flatbed or infrared scanning. Digitisation is here
479
	 * seen as a process with a mechanical, causal component rendering the spatial
480
	 * distribution of structural and optical properties of the original and does
481
	 * not necessarily include any visual similarity identifiable by human observation.</p>
482
	 */
483
	public static final Property P138_represents = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P138_represents");
484

    
485
	public static final Property P138i_has_representation = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P138i_has_representation");
486

    
487
	/**
488
	 * <p>This property establishes a relationship of equivalence between two instances
489
	 * of E41 Appellation independent from any item identified by them. It is a dynamic
490
	 * asymmetric relationship, where the range expresses the derivative, if such
491
	 * a direction can be established. Otherwise, the relationship is symmetric.
492
	 * The relationship is not transitive. The equivalence applies to all cases of
493
	 * use of an instance of E41 Appellation. Multiple names assigned to an object,
494
	 * which are not equivalent for all things identified with a specific instance
495
	 * of E41 Appellation, should be modelled as repeated values of P1 is identified
496
	 * by (identifies). P139.1 has type allows the type of derivation, such as “transliteration
497
	 * from Latin 1 to ASCII” be refined..</p>
498
	 */
499
	public static final Property P139_has_alternative_form = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P139_has_alternative_form");
500

    
501
	/**
502
	 * <p>This property allows specific instances of E18 Physical Thing that have been
503
	 * destroyed to be related to a destruction event. Destruction implies the end
504
	 * of an item’s life as a subject of cultural documentation – the physical matter
505
	 * of which the item was composed may in fact continue to exist. A destruction
506
	 * event may be contiguous with a Production that brings into existence a derived
507
	 * object composed partly of matter from the destroyed object.</p>
508
	 */
509
	public static final Property P13_destroyed = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P13_destroyed");
510

    
511
	public static final Property P13i_was_destroyed_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P13i_was_destroyed_by");
512

    
513
	/**
514
	 * <p>This property indicates the item to which an attribute or relation is assigned.</p>
515
	 */
516
	public static final Property P140_assigned_attribute_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P140_assigned_attribute_to");
517

    
518
	public static final Property P140i_was_attributed_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P140i_was_attributed_by");
519

    
520
	/**
521
	 * <p>This property indicates the attribute that was assigned or the item that was
522
	 * related to the item denoted by a property P140 assigned attribute to in an
523
	 * Attribute assignment action.</p>
524
	 */
525
	public static final Property P141_assigned = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P141_assigned");
526

    
527
	public static final Property P141i_was_assigned_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P141i_was_assigned_by");
528

    
529
	/**
530
	 * <p>This property associates the event of assigning an instance of E42 Identifier
531
	 * to an entity, with the instances of E41 Appellation that were used as elements
532
	 * of the identifier.</p>
533
	 */
534
	public static final Property P142_used_constituent = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P142_used_constituent");
535

    
536
	public static final Property P142i_was_used_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P142i_was_used_in");
537

    
538
	/**
539
	 * <p>This property identifies the instance of E39 Actor that becomes member of
540
	 * a E74 Group in an E85 Joining. Joining events allow for describing people
541
	 * becoming members of a group with a more detailed path from E74 Group through
542
	 * P144 joined with (gained member by), E85 Joining, P143 joined (was joined
543
	 * by) to E39 Actor, compared to the shortcut offered by P107 has current or
544
	 * former member (is current or former member of).</p>
545
	 */
546
	public static final Property P143_joined = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P143_joined");
547

    
548
	public static final Property P143i_was_joined_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P143i_was_joined_by");
549

    
550
	/**
551
	 * <p>This property identifies the instance of E74 Group of which an instance of
552
	 * E39 Actor becomes a member through an instance of E85 Joining. Although a
553
	 * Joining activity normally concerns only one instance of E74 Group, it is possible
554
	 * to imagine circumstances under which becoming member of one Group implies
555
	 * becoming member of another Group as well. Joining events allow for describing
556
	 * people becoming members of a group with a more detailed path from E74 Group
557
	 * through P144 joined with (gained member by), E85 Joining, P143 joined (was
558
	 * joined by) to E39 Actor, compared to the shortcut offered by P107 has current
559
	 * or former member (is current or former member of). The property P144.1 kind
560
	 * of member can be used to specify the type of membership or the role the member
561
	 * has in the group.</p>
562
	 */
563
	public static final Property P144_joined_with = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P144_joined_with");
564

    
565
	public static final Property P144i_gained_member_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P144i_gained_member_by");
566

    
567
	/**
568
	 * <p>This property identifies the instance of E39 Actor that leaves an instance
569
	 * of E74 Group through an instance of E86 Leaving.</p>
570
	 */
571
	public static final Property P145_separated = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P145_separated");
572

    
573
	public static final Property P145i_left_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P145i_left_by");
574

    
575
	/**
576
	 * <p>This property identifies the instance of E74 Group an instance of E39 Actor
577
	 * leaves through an instance of E86 Leaving. Although a Leaving activity normally
578
	 * concerns only one instance of E74 Group, it is possible to imagine circumstances
579
	 * under which leaving one E74 Group implies leaving another E74 Group as well.</p>
580
	 */
581
	public static final Property P146_separated_from = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P146_separated_from");
582

    
583
	public static final Property P146i_lost_member_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P146i_lost_member_by");
584

    
585
	/**
586
	 * <p>This property associates an instance of E87 Curation Activity with the instance
587
	 * of E78 Collection that is subject of that curation activity.</p>
588
	 */
589
	public static final Property P147_curated = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P147_curated");
590

    
591
	public static final Property P147i_was_curated_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P147i_was_curated_by");
592

    
593
	/**
594
	 * <p>This property associates an instance of E89 Propositional Object with a structural
595
	 * part of it that is by itself an instance of E89 Propositional Object.</p>
596
	 */
597
	public static final Property P148_has_component = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P148_has_component");
598

    
599
	public static final Property P148i_is_component_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P148i_is_component_of");
600

    
601
	/**
602
	 * <p>This property identifies an instance of E28 Conceptual Object using an instance
603
	 * of E75 Conceptual Object Appellation.</p>
604
	 */
605
	public static final Property P149_is_identified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P149_is_identified_by");
606

    
607
	public static final Property P149i_identifies = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P149i_identifies");
608

    
609
	/**
610
	 * <p>This property describes the active participation of an E39 Actor in an E7
611
	 * Activity. It implies causal or legal responsibility. The P14.1 in the role
612
	 * of property of the property allows the nature of an Actor’s participation
613
	 * to be specified.</p>
614
	 */
615
	public static final Property P14_carried_out_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by");
616

    
617
	public static final Property P14i_performed = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P14i_performed");
618

    
619
	/**
620
	 * <p>The property "broaderPartitive" associates an instance of E55 Type “A” with
621
	 * an instance of E55 Type “B”, when items of type “A” typically form part of
622
	 * items of type “B”, such as “car motors” and “cars”. It allows Types to be
623
	 * organised into hierarchies. This is the sense of "broader term partitive (BTP)"
624
	 * as defined in ISO 2788 and “broaderPartitive” in SKOS.</p>
625
	 */
626
	public static final Property P150_defines_typical_parts_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P150_defines_typical_parts_of");
627

    
628
	public static final Property P150i_defines_typical_wholes_for =
629
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P150i_defines_typical_wholes_for");
630

    
631
	/**
632
	 * <p>This property associates an instance of E66 Formation with an instance of
633
	 * E74 Group from which the new group was formed preserving a sense of continuity
634
	 * such as in mission, membership or tradition.</p>
635
	 */
636
	public static final Property P151_was_formed_from = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P151_was_formed_from");
637

    
638
	public static final Property P151i_participated_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P151i_participated_in");
639

    
640
	/**
641
	 * <p>This property associates an instance of E21 Person with another instance of
642
	 * E21 Person who plays the role of the first instance’s parent, regardless of
643
	 * whether the relationship is biological parenthood, assumed or pretended biological
644
	 * parenthood or an equivalent legal status of rights and obligations obtained
645
	 * by a social or legal act. This property is, among others, a shortcut of the
646
	 * fully developed paths from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’,
647
	 * ‘P96 by mother’ to ‘E21 Person’, and from ‘E21Person’ through ‘P98i was born’,
648
	 * ‘E67 Birth’, ‘P97 from father’ to ‘E21 Person’.</p>
649
	 */
650
	public static final Property P152_has_parent = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P152_has_parent");
651

    
652
	public static final Property P152i_is_parent_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P152i_is_parent_of");
653

    
654
	/**
655
	 * <p>This property describes the largest volume in space that an instance of E18
656
	 * Physical Thing has occupied at any time during its existence, with respect
657
	 * to the reference space relative to itself. This allows you to describe the
658
	 * thing itself as a place that may contain other things, such as a box that
659
	 * may contain coins. In other words, it is the volume that contains all the
660
	 * points which the thing has covered at some time during its existence. In the
661
	 * case of an E26 Physical Feature the default reference space is the one in
662
	 * which the object that bears the feature or at least the surrounding matter
663
	 * of the feature is at rest. In this case there is a 1:1 relation of E26 Feature
664
	 * and E53 Place. For simplicity of implementation multiple inheritance (E26
665
	 * Feature IsA E53 Place) may be a practical approach. For instances of E19 Physical
666
	 * Objects the default reference space is the one which is at rest to the object
667
	 * itself, i.e. which moves together with the object. We include in the occupied
668
	 * space the space filled by the matter of the physical thing and all its inner
669
	 * spaces. This property is a subproperty of P161 has spatial projection because
670
	 * it refers to its own domain as reference space for its range, whereas P161
671
	 * has spatial projection may refer to a place in terms of any reference space.
672
	 * For some instances of E18 Physical Object the relative stability of form may
673
	 * not be sufficient to define a useful local reference space, for instance for
674
	 * an amoeba. In such cases the fully developed path to an external reference
675
	 * space and using a temporal validity component may be adequate to determine
676
	 * the place they have occupied. In contrast to P156 occupies, the property P53
677
	 * has former or current location identifies an instance of E53 Place at which
678
	 * a thing is or has been for some unspecified time span. Further it does not
679
	 * constrain the reference space of the referred instance of P53 Place.</p>
680
	 */
681
	public static final Property P156_occupies = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P156_occupies");
682

    
683
	public static final Property P156i_is_occupied_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P156i_is_occupied_by");
684

    
685
	/**
686
	 * <p>This property associates an instance of P53 Place with the instance of E18
687
	 * Physical Thing that determines a reference space for this instance of P53
688
	 * Place by being at rest with respect to this reference space. The relative
689
	 * stability of form of an E18 Physical Thing defines its default reference space.
690
	 * The reference space is not spatially limited to the referred thing. For example,
691
	 * a ship determines a reference space in terms of which other ships in its neighbourhood
692
	 * may be described. Larger constellations of matter, such as continental plates,
693
	 * may comprise many physical features that are at rest with them and define
694
	 * the same reference space.</p>
695
	 */
696
	public static final Property P157_is_at_rest_relative_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P157_is_at_rest_relative_to");
697

    
698
	public static final Property P157i_provides_reference_space_for =
699
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P157i_provides_reference_space_for");
700

    
701
	/**
702
	 * <p>This is a high level property, which captures the relationship between an
703
	 * E7 Activity and anything that may have had some bearing upon it. The property
704
	 * has more specific sub properties.</p>
705
	 */
706
	public static final Property P15_was_influenced_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P15_was_influenced_by");
707

    
708
	public static final Property P15i_influenced = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P15i_influenced");
709

    
710
	/**
711
	 * <p>This property describes the temporal projection of an instance of an E92 Spacetime
712
	 * Volume. The property P4 has time-span is the same as P160 has temporal projection
713
	 * if it is used to document an instance of E4 Period or any subclass of it.</p>
714
	 */
715
	public static final Property P160_has_temporal_projection = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P160_has_temporal_projection");
716

    
717
	public static final Property P160i_is_temporal_projection_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P160i_is_temporal_projection_of");
718

    
719
	/**
720
	 * <p>This property associates an instance of a E92 Spacetime Volume with an instance
721
	 * of E53 Place that is the result of the spatial projection of the instance
722
	 * of a E92 Spacetime Volume on a reference space. In general there can be more
723
	 * than one useful reference space to describe the spatial projection of a spacetime
724
	 * volume, such as that of a battle ship versus that of the seafloor. Therefore
725
	 * the projection is not unique. This is part of the fully developed path that
726
	 * is shortcut by P7took place at (witnessed).The more fully developed path from
727
	 * E4 Period through P161 has spatial projection, E53 Place, P89 falls within
728
	 * (contains) to E53 Place.</p>
729
	 */
730
	public static final Property P161_has_spatial_projection = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P161_has_spatial_projection");
731

    
732
	public static final Property P161i_is_spatial_projection_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P161i_is_spatial_projection_of");
733

    
734
	/**
735
	 * <p>This property relates an E93 Presence with an arbitrary E52 Time-Span that
736
	 * defines the section of the spacetime volume that this instance of E93 Presence
737
	 * is related to by P166 was a presence of (had presence) that is concerned by
738
	 * this instance of E93 Presence.</p>
739
	 */
740
	public static final Property P164_during = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P164_during");
741

    
742
	public static final Property P164i_was_time_span_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P164i_was_time-span_of");
743

    
744
	/**
745
	 * <p>This property associates an instance of E73 Information Object with an instance
746
	 * of E90 Symbolic Object (or any of its subclasses) that was included in it.
747
	 * This property makes it possible to recognise the autonomous status of the
748
	 * incorporated signs, which were created in a distinct context, and can be incorporated
749
	 * in many distinct self-contained expressions, and to highlight the difference
750
	 * between structural and accidental whole-part relationships between conceptual
751
	 * entities. It accounts for many cultural facts that are quite frequent and
752
	 * significant: the inclusion of a poem in an anthology, the re-use of an operatic
753
	 * aria in a new opera, the use of a reproduction of a painting for a book cover
754
	 * or a CD booklet, the integration of textual quotations, the presence of lyrics
755
	 * in a song that sets those lyrics to music, the presence of the text of a play
756
	 * in a movie based on that play, etc. In particular, this property allows for
757
	 * modelling relationships of different levels of symbolic specificity, such
758
	 * as the natural language words making up a particular text, the characters
759
	 * making up the words and punctuation, the choice of fonts and page layout for
760
	 * the characters. A digital photograph of a manuscript page incorporates the
761
	 * text of the manuscript page.</p>
762
	 */
763
	public static final Property P165_incorporates = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P165_incorporates");
764

    
765
	public static final Property P165i_is_incorporated_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P165i_is_incorporated_in");
766

    
767
	/**
768
	 * <p>This property relates an E93 Presence with the STV it is part of…</p>
769
	 */
770
	public static final Property P166_was_a_presence_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P166_was_a_presence_of");
771

    
772
	public static final Property P166i_had_presence = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P166i_had_presence");
773

    
774
	/**
775
	 * <p>This property points to a wider area in which my thing /event was…</p>
776
	 */
777
	public static final Property P167_was_at = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P167_was_at");
778

    
779
	public static final Property P167i_was_place_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P167i_was_place_of");
780

    
781
	/**
782
	 * <p>This property associates an instance of E53 Place with an instance of E94
783
	 * Space Primitive that defines it. Syntactic variants or use of different scripts
784
	 * may result in multiple instances of E94 Space Primitive defining exactly the
785
	 * same place. Transformations between different reference systems in general
786
	 * result in new definitions of places approximating each other and not in alternative
787
	 * definitions. Note that it is possible for a place to be defined by phenomena
788
	 * causal to it or other forms of identification rather than by an instance of
789
	 * E94 Space Primitive. In this case, this property must not be used for approximating
790
	 * the respective instance of E53 Place with an instance of E94 Space Primitive.</p>
791
	 */
792
	public static final Property P168_place_is_defined_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P168_place_is_defined_by");
793

    
794
	/**
795
	 * <p>This property describes the use of material or immaterial things in a way
796
	 * essential to the performance or the outcome of an E7 Activity. This property
797
	 * typically applies to tools, instruments, moulds, raw materials and items embedded
798
	 * in a product. It implies that the presence of the object in question was a
799
	 * necessary condition for the action. For example, the activity of writing this
800
	 * text required the use of a computer. An immaterial thing can be used if at
801
	 * least one of its carriers is present. For example, the software tools on a
802
	 * computer. Another example is the use of a particular name by a particular
803
	 * group of people over some span to identify a thing, such as a settlement.
804
	 * In this case, the physical carriers of this name are at least the people understanding
805
	 * its use.</p>
806
	 */
807
	public static final Property P16_used_specific_object = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object");
808

    
809
	public static final Property P16i_was_used_for = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for");
810

    
811
	/**
812
	 * <p>This property describes an item or items that are regarded as a reason for
813
	 * carrying out the E7 Activity. For example, the discovery of a large hoard
814
	 * of treasure may call for a celebration, an order from head quarters can start
815
	 * a military manoeuvre.</p>
816
	 */
817
	public static final Property P17_was_motivated_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P17_was_motivated_by");
818

    
819
	public static final Property P17i_motivated = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P17i_motivated");
820

    
821
	/**
822
	 * <p>This property relates an E7 Activity with objects created specifically for
823
	 * use in the activity. This is distinct from the intended use of an item in
824
	 * some general type of activity such as the book of common prayer which was
825
	 * intended for use in Church of England services (see P101 had as general use
826
	 * (was use of)).</p>
827
	 */
828
	public static final Property P19_was_intended_use_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P19_was_intended_use_of");
829

    
830
	public static final Property P19i_was_made_for = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P19i_was_made_for");
831

    
832
	/**
833
	 * <p>This property describes the naming or identification of any real world item
834
	 * by a name or any other identifier. This property is intended for identifiers
835
	 * in general use, which form part of the world the model intends to describe,
836
	 * and not merely for internal database identifiers which are specific to a technical
837
	 * system, unless these latter also have a more general use outside the technical
838
	 * context. This property includes in particular identification by mathematical
839
	 * expressions such as coordinate systems used for the identification of instances
840
	 * of E53 Place. The property does not reveal anything about when, where and
841
	 * by whom this identifier was used. A more detailed representation can be made
842
	 * using the fully developed (i.e. indirect) path through E15 Identifier Assignment.</p>
843
	 */
844
	public static final Property P1_is_identified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by");
845

    
846
	public static final Property P1i_identifies = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P1i_identifies");
847

    
848
	/**
849
	 * <p>This property identifies the relationship between a preparatory activity and
850
	 * the event it is intended to be preparation for. This includes activities,
851
	 * orders and other organisational actions, taken in preparation for other activities
852
	 * or events. P20 had specific purpose (was purpose of) implies that an activity
853
	 * succeeded in achieving its aim. If it does not succeed, such as the setting
854
	 * of a trap that did not catch anything, one may document the unrealized intention
855
	 * using P21 had general purpose (was purpose of):E55 Type and/or P33 used specific
856
	 * technique (was used by): E29 Design or Procedure.</p>
857
	 */
858
	public static final Property P20_had_specific_purpose = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P20_had_specific_purpose");
859

    
860
	public static final Property P20i_was_purpose_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P20i_was_purpose_of");
861

    
862
	/**
863
	 * <p>This property describes an intentional relationship between an E7 Activity
864
	 * and some general goal or purpose. This may involve activities intended as
865
	 * preparation for some type of activity or event. P21had general purpose (was
866
	 * purpose of) differs from P20 had specific purpose (was purpose of) in that
867
	 * no occurrence of an event is implied as the purpose.</p>
868
	 */
869
	public static final Property P21_had_general_purpose = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P21_had_general_purpose");
870

    
871
	public static final Property P21i_was_purpose_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P21i_was_purpose_of");
872

    
873
	/**
874
	 * <p>This property identifies the E39 Actor that acquires the legal ownership of
875
	 * an object as a result of an E8 Acquisition. The property will typically describe
876
	 * an Actor purchasing or otherwise acquiring an object from another Actor. However,
877
	 * title may also be acquired, without any corresponding loss of title by another
878
	 * Actor, through legal fieldwork such as hunting, shooting or fishing. In reality
879
	 * the title is either transferred to or from someone, or both.</p>
880
	 */
881
	public static final Property P22_transferred_title_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P22_transferred_title_to");
882

    
883
	public static final Property P22i_acquired_title_through = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P22i_acquired_title_through");
884

    
885
	/**
886
	 * <p>This property identifies the E39 Actor or Actors who relinquish legal ownership
887
	 * as the result of an E8 Acquisition. The property will typically be used to
888
	 * describe a person donating or selling an object to a museum. In reality title
889
	 * is either transferred to or from someone, or both.</p>
890
	 */
891
	public static final Property P23_transferred_title_from = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P23_transferred_title_from");
892

    
893
	public static final Property P23i_surrendered_title_through = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P23i_surrendered_title_through");
894

    
895
	/**
896
	 * <p>This property identifies the E18 Physical Thing or things involved in an E8
897
	 * Acquisition. In reality, an acquisition must refer to at least one transferred
898
	 * item.</p>
899
	 */
900
	public static final Property P24_transferred_title_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P24_transferred_title_of");
901

    
902
	public static final Property P24i_changed_ownership_through = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P24i_changed_ownership_through");
903

    
904
	/**
905
	 * <p>This property identifies an instance of E19 Physical Object that was moved
906
	 * by a move event. A move must concern at least one object. The property implies
907
	 * the object's passive participation. For example, Monet's painting "Impression
908
	 * sunrise" was moved for the first Impressionist exhibition in 1874.</p>
909
	 */
910
	public static final Property P25_moved = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P25_moved");
911

    
912
	public static final Property P25i_moved_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P25i_moved_by");
913

    
914
	/**
915
	 * <p>This property identifies a destination of a E9 Move. A move will be linked
916
	 * to a destination, such as the move of an artefact from storage to display.
917
	 * A move may be linked to many terminal instances of E53 Place by multiple instances
918
	 * of this property. In this case the move describes a distribution of a set
919
	 * of objects. The area of the move includes the origin(s), route and destination(s).
920
	 * Therefore the described destination is an instance of E53 Place which P89
921
	 * falls within (contains) the instance of E53 Place the move P7 took place at.</p>
922
	 */
923
	public static final Property P26_moved_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P26_moved_to");
924

    
925
	public static final Property P26i_was_destination_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P26i_was_destination_of");
926

    
927
	/**
928
	 * <p>This property identifies a starting E53 Place of an E9 Move. A move will be
929
	 * linked to an origin, such as the move of an artefact from storage to display.
930
	 * A move may be linked to many starting instances of E53 Place by multiple instances
931
	 * of this property. In this case the move describes the picking up of a set
932
	 * of objects. The area of the move includes the origin(s), route and destination(s).
933
	 * Therefore the described origin is an instance of E53 Place which P89 falls
934
	 * within (contains) the instance of E53 Place the move P7 took place at.</p>
935
	 */
936
	public static final Property P27_moved_from = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P27_moved_from");
937

    
938
	public static final Property P27i_was_origin_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P27i_was_origin_of");
939

    
940
	/**
941
	 * <p>This property identifies the E39 Actor or Actors who surrender custody of
942
	 * an instance of E18 Physical Thing in an E10 Transfer of Custody activity.
943
	 * The property will typically describe an Actor surrendering custody of an object
944
	 * when it is handed over to someone else’s care. On occasion, physical custody
945
	 * may be surrendered involuntarily – through accident, loss or theft. In reality,
946
	 * custody is either transferred to someone or from someone, or both.</p>
947
	 */
948
	public static final Property P28_custody_surrendered_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P28_custody_surrendered_by");
949

    
950
	public static final Property P28i_surrendered_custody_through =
951
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P28i_surrendered_custody_through");
952

    
953
	/**
954
	 * <p>This property identifies the E39 Actor or Actors who receive custody of an
955
	 * instance of E18 Physical Thing in an E10 Transfer of Custody activity. The
956
	 * property will typically describe Actors receiving custody of an object when
957
	 * it is handed over from another Actor’s care. On occasion, physical custody
958
	 * may be received involuntarily or illegally – through accident, unsolicited
959
	 * donation, or theft. In reality, custody is either transferred to someone or
960
	 * from someone, or both.</p>
961
	 */
962
	public static final Property P29_custody_received_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P29_custody_received_by");
963

    
964
	public static final Property P29i_received_custody_through = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P29i_received_custody_through");
965

    
966
	/**
967
	 * <p>This property allows sub typing of CRM entities - a form of specialisation
968
	 * – through the use of a terminological hierarchy, or thesaurus. The CRM is
969
	 * intended to focus on the high-level entities and relationships needed to describe
970
	 * data structures. Consequently, it does not specialise entities any further
971
	 * than is required for this immediate purpose. However, entities in the isA
972
	 * hierarchy of the CRM may by specialised into any number of sub entities, which
973
	 * can be defined in the E55 Type hierarchy. E51 Contact Point, for example,
974
	 * may be specialised into “e-mail address”, “telephone number”, “post office
975
	 * box”, “URL” etc. none of which figures explicitly in the CRM hierarchy. Sub
976
	 * typing obviously requires consistency between the meaning of the terms assigned
977
	 * and the more general intent of the CRM entity in question.</p>
978
	 */
979
	public static final Property P2_has_type = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P2_has_type");
980

    
981
	public static final Property P2i_is_type_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P2i_is_type_of");
982

    
983
	/**
984
	 * <p>This property identifies an item or items of E18 Physical Thing concerned
985
	 * in an E10 Transfer of Custody activity. The property will typically describe
986
	 * the object that is handed over by an E39 Actor to another Actor’s custody.
987
	 * On occasion, physical custody may be transferred involuntarily or illegally
988
	 * – through accident, unsolicited donation, or theft.</p>
989
	 */
990
	public static final Property P30_transferred_custody_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P30_transferred_custody_of");
991

    
992
	public static final Property P30i_custody_transferred_through =
993
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P30i_custody_transferred_through");
994

    
995
	/**
996
	 * <p>This property identifies the E24 Physical Man-Made Thing modified in an E11
997
	 * Modification. If a modification is applied to a non-man-made object, it is
998
	 * regarded as an E22 Man-Made Object from that time onwards.</p>
999
	 */
1000
	public static final Property P31_has_modified = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P31_has_modified");
1001

    
1002
	public static final Property P31i_was_modified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P31i_was_modified_by");
1003

    
1004
	/**
1005
	 * <p>This property identifies the technique or method that was employed in an activity.
1006
	 * These techniques should be drawn from an external E55 Type hierarchy of consistent
1007
	 * terminology of general techniques or methods such as embroidery, oil-painting,
1008
	 * carbon dating, etc. Specific documented techniques should be described as
1009
	 * instances of E29 Design or Procedure. This property identifies the technique
1010
	 * that was employed in an act of modification.</p>
1011
	 */
1012
	public static final Property P32_used_general_technique = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P32_used_general_technique");
1013

    
1014
	public static final Property P32i_was_technique_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P32i_was_technique_of");
1015

    
1016
	/**
1017
	 * <p>This property identifies a specific instance of E29 Design or Procedure in
1018
	 * order to carry out an instance of E7 Activity or parts of it. The property
1019
	 * differs from P32 used general technique (was technique of) in that P33 refers
1020
	 * to an instance of E29 Design or Procedure, which is a concrete information
1021
	 * object in its own right rather than simply being a term or a method known
1022
	 * by tradition. Typical examples would include intervention plans for conservation
1023
	 * or the construction plans of a building.</p>
1024
	 */
1025
	public static final Property P33_used_specific_technique = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P33_used_specific_technique");
1026

    
1027
	public static final Property P33i_was_used_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P33i_was_used_by");
1028

    
1029
	/**
1030
	 * <p>This property identifies the E18 Physical Thing that was assessed during an
1031
	 * E14 Condition Assessment activity. Conditions may be assessed either by direct
1032
	 * observation or using recorded evidence. In the latter case the E18 Physical
1033
	 * Thing does not need to be present or extant.</p>
1034
	 */
1035
	public static final Property P34_concerned = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P34_concerned");
1036

    
1037
	public static final Property P34i_was_assessed_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P34i_was_assessed_by");
1038

    
1039
	/**
1040
	 * <p>This property identifies the E3 Condition State that was observed in an E14
1041
	 * Condition Assessment activity.</p>
1042
	 */
1043
	public static final Property P35_has_identified = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P35_has_identified");
1044

    
1045
	public static final Property P35i_was_identified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P35i_was_identified_by");
1046

    
1047
	/**
1048
	 * <p>This property records the identifier that was assigned to an item in an Identifier
1049
	 * Assignment activity. The same identifier may be assigned on more than one
1050
	 * occasion. An Identifier might be created prior to an assignment.</p>
1051
	 */
1052
	public static final Property P37_assigned = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P37_assigned");
1053

    
1054
	public static final Property P37i_was_assigned_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P37i_was_assigned_by");
1055

    
1056
	/**
1057
	 * <p>This property records the identifier that was deassigned from an instance
1058
	 * of E1 CRM Entity. Deassignment of an identifier may be necessary when an item
1059
	 * is taken out of an inventory, a new numbering system is introduced or items
1060
	 * are merged or split up. The same identifier may be deassigned on more than
1061
	 * one occasion.</p>
1062
	 */
1063
	public static final Property P38_deassigned = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P38_deassigned");
1064

    
1065
	public static final Property P38i_was_deassigned_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P38i_was_deassigned_by");
1066

    
1067
	/**
1068
	 * <p>This property associates an instance of E16 Measurement with the instance
1069
	 * of E1 CRM Entity to which it applied. An instance of E1 CRM Entity may be
1070
	 * measured more than once. Material and immaterial things and processes may
1071
	 * be measured, e.g. the number of words in a text, or the duration of an event.</p>
1072
	 */
1073
	public static final Property P39_measured = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P39_measured");
1074

    
1075
	public static final Property P39i_was_measured_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P39i_was_measured_by");
1076

    
1077
	/**
1078
	 * <p>This property is a container for all informal descriptions about an object
1079
	 * that have not been expressed in terms of CRM constructs. In particular it
1080
	 * captures the characterisation of the item itself, its internal structures,
1081
	 * appearance etc. Like property P2 has type (is type of), this property is a
1082
	 * consequence of the restricted focus of the CRM. The aim is not to capture,
1083
	 * in a structured form, everything that can be said about an item; indeed, the
1084
	 * CRM formalism is not regarded as sufficient to express everything that can
1085
	 * be said. Good practice requires use of distinct note fields for different
1086
	 * aspects of a characterisation. The P3.1 has type property of P3 has note allows
1087
	 * differentiation of specific notes, e.g. “construction”, “decoration” etc.
1088
	 * An item may have many notes, but a note is attached to a specific item.</p>
1089
	 */
1090
	public static final Property P3_has_note = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P3_has_note");
1091

    
1092
	/**
1093
	 * <p>This property records the dimension that was observed in an E16 Measurement
1094
	 * Event. E54 Dimension can be any quantifiable aspect of E70 Thing. Weight,
1095
	 * image colour depth and monetary value are dimensions in this sense. One measurement
1096
	 * activity may determine more than one dimension of one object. Dimensions may
1097
	 * be determined either by direct observation or using recorded evidence. In
1098
	 * the latter case the measured Thing does not need to be present or extant.
1099
	 * Even though knowledge of the value of a dimension requires measurement, the
1100
	 * dimension may be an object of discourse prior to, or even without, any measurement
1101
	 * being made.</p>
1102
	 */
1103
	public static final Property P40_observed_dimension = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P40_observed_dimension");
1104

    
1105
	public static final Property P40i_was_observed_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P40i_was_observed_in");
1106

    
1107
	/**
1108
	 * <p>This property records the item to which a type was assigned in an E17 Type
1109
	 * Assignment activity. Any instance of a CRM entity may be assigned a type through
1110
	 * type assignment. Type assignment events allow a more detailed path from E1
1111
	 * CRM Entity through P41 classified (was classified), E17 Type Assignment, P42
1112
	 * assigned (was assigned by) to E55 Type for assigning types to objects compared
1113
	 * to the shortcut offered by P2 has type (is type of).</p>
1114
	 */
1115
	public static final Property P41_classified = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P41_classified");
1116

    
1117
	public static final Property P41i_was_classified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P41i_was_classified_by");
1118

    
1119
	/**
1120
	 * <p>This property records the type that was assigned to an entity by an E17 Type
1121
	 * Assignment activity. Type assignment events allow a more detailed path from
1122
	 * E1 CRM Entity through P41 classified (was classified by), E17 Type Assignment,
1123
	 * P42 assigned (was assigned by) to E55 Type for assigning types to objects
1124
	 * compared to the shortcut offered by P2 has type (is type of). For example,
1125
	 * a fragment of an antique vessel could be assigned the type “attic red figured
1126
	 * belly handled amphora” by expert A. The same fragment could be assigned the
1127
	 * type “shoulder handled amphora” by expert B. A Type may be intellectually
1128
	 * constructed independent from assigning an instance of it.</p>
1129
	 */
1130
	public static final Property P42_assigned = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P42_assigned");
1131

    
1132
	public static final Property P42i_was_assigned_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P42i_was_assigned_by");
1133

    
1134
	/**
1135
	 * <p>This property records a E54 Dimension of some E70 Thing. It is a shortcut
1136
	 * of the more fully developed path from E70 Thing through P39 measured (was
1137
	 * measured by), E16 Measurement P40 observed dimension (was observed in) to
1138
	 * E54 Dimension. It offers no information about how and when an E54 Dimension
1139
	 * was established, nor by whom. An instance of E54 Dimension is specific to
1140
	 * an instance of E70 Thing.</p>
1141
	 */
1142
	public static final Property P43_has_dimension = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P43_has_dimension");
1143

    
1144
	public static final Property P43i_is_dimension_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P43i_is_dimension_of");
1145

    
1146
	/**
1147
	 * <p>This property records an E3 Condition State for some E18 Physical Thing. It
1148
	 * is a shortcut of the more fully developed path from E18 Physical Thing through
1149
	 * P34 concerned (was assessed by), E14 Condition Assessment P35 has identified
1150
	 * (was identified by) to E3 Condition State. It offers no information about
1151
	 * how and when the E3 Condition State was established, nor by whom. An instance
1152
	 * of Condition State is specific to an instance of Physical Thing.</p>
1153
	 */
1154
	public static final Property P44_has_condition = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P44_has_condition");
1155

    
1156
	public static final Property P44i_is_condition_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P44i_is_condition_of");
1157

    
1158
	/**
1159
	 * <p>This property identifies the instances of E57 Materials of which an instance
1160
	 * of E18 Physical Thing is composed. All physical things consist of physical
1161
	 * materials. P45 consists of (is incorporated in) allows the different Materials
1162
	 * to be recorded. P45 consists of (is incorporated in) refers here to observed
1163
	 * Material as opposed to the consumed raw material. A Material, such as a theoretical
1164
	 * alloy, may not have any physical instances</p>
1165
	 */
1166
	public static final Property P45_consists_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P45_consists_of");
1167

    
1168
	public static final Property P45i_is_incorporated_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P45i_is_incorporated_in");
1169

    
1170
	/**
1171
	 * <p>This property allows instances of E18 Physical Thing to be analysed into component
1172
	 * elements. Component elements, since they are themselves instances of E18 Physical
1173
	 * Thing, may be further analysed into sub-components, thereby creating a hierarchy
1174
	 * of part decomposition. An instance of E18 Physical Thing may be shared between
1175
	 * multiple wholes, for example two buildings may share a common wall. This property
1176
	 * does not specify when and for how long a component element resided in the
1177
	 * respective whole. If a component is not part of a whole from the beginning
1178
	 * of existence or until the end of existence of the whole, the classes E79 Part
1179
	 * Addition and E90 Part Removal can be used to document when a component became
1180
	 * part of a particular whole and/or when it stopped being a part of it. For
1181
	 * the time-span of being part of the respective whole, the component is completely
1182
	 * contained in the place the whole occupies. This property is intended to describe
1183
	 * specific components that are individually documented, rather than general
1184
	 * aspects. Overall descriptions of the structure of an instance of E18 Physical
1185
	 * Thing are captured by the P3 has note property. The instances of E57 Material
1186
	 * of which an item of E18 Physical Thing is composed should be documented using
1187
	 * P45 consists of (is incorporated in).</p>
1188
	 */
1189
	public static final Property P46_is_composed_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of");
1190

    
1191
	public static final Property P46i_forms_part_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P46i_forms_part_of");
1192

    
1193
	/**
1194
	 * <p>This property records the preferred E42 Identifier that was used to identify
1195
	 * an instance of E1 CRM Entity at the time this property was recorded. More
1196
	 * than one preferred identifier may have been assigned to an item over time.
1197
	 * Use of this property requires an external mechanism for assigning temporal
1198
	 * validity to the respective CRM instance. P48 has preferred identifier (is
1199
	 * preferred identifier of), is a shortcut for the path from E1 CRM Entity through
1200
	 * P140 assigned attribute to (was attributed by), E15 Identifier Assignment,
1201
	 * P37 assigned (was assigned by) to E42 Identifier. The fact that an identifier
1202
	 * is a preferred one for an organisation can be better expressed in a context
1203
	 * independent form by assigning a suitable E55 Type to the respective instance
1204
	 * of E15 Identifier Assignment using the P2 has type property.</p>
1205
	 */
1206
	public static final Property P48_has_preferred_identifier = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P48_has_preferred_identifier");
1207

    
1208
	public static final Property P48i_is_preferred_identifier_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P48i_is_preferred_identifier_of");
1209

    
1210
	/**
1211
	 * <p>This property identifies the E39 Actor or Actors who have or have had custody
1212
	 * of an instance of E18 Physical Thing at some time. The distinction with P50
1213
	 * has current keeper (is current keeper of) is that P49 has former or current
1214
	 * keeper (is former or current keeper of) leaves open the question as to whether
1215
	 * the specified keepers are current. P49 has former or current keeper (is former
1216
	 * or current keeper of) is a shortcut for the more detailed path from E18 Physical
1217
	 * Thing through P30 transferred custody of (custody transferred through), E10
1218
	 * Transfer of Custody, P28 custody surrendered by (surrendered custody through)
1219
	 * or P29 custody received by (received custody through) to E39 Actor.</p>
1220
	 */
1221
	public static final Property P49_has_former_or_current_keeper =
1222
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P49_has_former_or_current_keeper");
1223

    
1224
	public static final Property P49i_is_former_or_current_keeper_of =
1225
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P49i_is_former_or_current_keeper_of");
1226

    
1227
	/**
1228
	 * <p>This property describes the temporal confinement of an instance of an E2 Temporal
1229
	 * Entity. The related E52 Time-Span is understood as the real Time-Span during
1230
	 * which the phenomena were active, which make up the temporal entity instance.
1231
	 * It does not convey any other meaning than a positioning on the “time-line”
1232
	 * of chronology. The Time-Span in turn is approximated by a set of dates (E61
1233
	 * Time Primitive). A temporal entity can have in reality only one Time-Span,
1234
	 * but there may exist alternative opinions about it, which we would express
1235
	 * by assigning multiple Time-Spans. Related temporal entities may share a Time-Span.
1236
	 * Time-Spans may have completely unknown dates but other descriptions by which
1237
	 * we can infer knowledge.</p>
1238
	 */
1239
	public static final Property P4_has_time_span = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span");
1240

    
1241
	public static final Property P4i_is_time_span_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P4i_is_time-span_of");
1242

    
1243
	/**
1244
	 * <p>This property identifies the E39 Actor or Actors who had custody of an instance
1245
	 * of E18 Physical Thing at the time of validity of the record or database containing
1246
	 * the statement that uses this property. P50 has current keeper (is current
1247
	 * keeper of) is a shortcut for the more detailed path from E18 Physical Thing
1248
	 * through P30 transferred custody of (custody transferred through), E10 Transfer
1249
	 * of Custody, P29 custody received by (received custody through) to E39 Actor.</p>
1250
	 */
1251
	public static final Property P50_has_current_keeper = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P50_has_current_keeper");
1252

    
1253
	public static final Property P50i_is_current_keeper_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P50i_is_current_keeper_of");
1254

    
1255
	/**
1256
	 * <p>This property identifies the E39 Actor that is or has been the legal owner
1257
	 * (i.e. title holder) of an instance of E18 Physical Thing at some time. The
1258
	 * distinction with P52 has current owner (is current owner of) is that P51 has
1259
	 * former or current owner (is former or current owner of) does not indicate
1260
	 * whether the specified owners are current. P51 has former or current owner
1261
	 * (is former or current owner of) is a shortcut for the more detailed path from
1262
	 * E18 Physical Thing through P24 transferred title of (changed ownership through),
1263
	 * E8 Acquisition, P23 transferred title from (surrendered title through), or
1264
	 * P22 transferred title to (acquired title through) to E39 Actor.</p>
1265
	 */
1266
	public static final Property P51_has_former_or_current_owner = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P51_has_former_or_current_owner");
1267

    
1268
	public static final Property P51i_is_former_or_current_owner_of =
1269
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P51i_is_former_or_current_owner_of");
1270

    
1271
	/**
1272
	 * <p>This property identifies the E21 Person, E74 Group or E40 Legal Body that
1273
	 * was the owner of an instance of E18 Physical Thing at the time of validity
1274
	 * of the record or database containing the statement that uses this property.
1275
	 * P52 has current owner (is current owner of) is a shortcut for the more detailed
1276
	 * path from E18 Physical Thing through P24 transferred title of (changed ownership
1277
	 * through), E8 Acquisition, P22 transferred title to (acquired title through)
1278
	 * to E39 Actor, if and only if this acquisition event is the most recent.</p>
1279
	 */
1280
	public static final Property P52_has_current_owner = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P52_has_current_owner");
1281

    
1282
	public static final Property P52i_is_current_owner_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P52i_is_current_owner_of");
1283

    
1284
	/**
1285
	 * <p>This property allows an instance of E53 Place to be associated as the former
1286
	 * or current location of an instance of E18 Physical Thing. In the case of E19
1287
	 * Physical Objects, the property does not allow any indication of the Time-Span
1288
	 * during which the Physical Object was located at this Place, nor if this is
1289
	 * the current location. In the case of immobile objects, the Place would normally
1290
	 * correspond to the Place of creation. P53 has former or current location (is
1291
	 * former or current location of) is a shortcut. A more detailed representation
1292
	 * can make use of the fully developed (i.e. indirect) path from E19 Physical
1293
	 * Object through P25 moved (moved by), E9 Move, P26 moved to (was destination
1294
	 * of) or P27 moved from (was origin of) to E53 Place.</p>
1295
	 */
1296
	public static final Property P53_has_former_or_current_location =
1297
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P53_has_former_or_current_location");
1298

    
1299
	public static final Property P53i_is_former_or_current_location_of =
1300
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P53i_is_former_or_current_location_of");
1301

    
1302
	/**
1303
	 * <p>This property records the foreseen permanent location of an instance of E19
1304
	 * Physical Object at the time of validity of the record or database containing
1305
	 * the statement that uses this property. P54 has current permanent location
1306
	 * (is current permanent location of) is similar to P55 has current location
1307
	 * (currently holds). However, it indicates the E53 Place currently reserved
1308
	 * for an object, such as the permanent storage location or a permanent exhibit
1309
	 * location. The object may be temporarily removed from the permanent location,
1310
	 * for example when used in temporary exhibitions or loaned to another institution.
1311
	 * The object may never actually be located at its permanent location.</p>
1312
	 */
1313
	public static final Property P54_has_current_permanent_location =
1314
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P54_has_current_permanent_location");
1315

    
1316
	public static final Property P54i_is_current_permanent_location_of =
1317
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P54i_is_current_permanent_location_of");
1318

    
1319
	/**
1320
	 * <p>This property records the location of an E19 Physical Object at the time of
1321
	 * validity of the record or database containing the statement that uses this
1322
	 * property. This property is a specialisation of P53 has former or current location
1323
	 * (is former or current location of). It indicates that the E53 Place associated
1324
	 * with the E19 Physical Object is the current location of the object. The property
1325
	 * does not allow any indication of how long the Object has been at the current
1326
	 * location. P55 has current location (currently holds) is a shortcut. A more
1327
	 * detailed representation can make use of the fully developed (i.e. indirect)
1328
	 * path from E19 Physical Object through P25 moved (moved by), E9 Move P26 moved
1329
	 * to (was destination of) to E53 Place if and only if this Move is the most
1330
	 * recent.</p>
1331
	 */
1332
	public static final Property P55_has_current_location = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P55_has_current_location");
1333

    
1334
	public static final Property P55i_currently_holds = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P55i_currently_holds");
1335

    
1336
	/**
1337
	 * <p>This property links an instance of E19 Physical Object to an instance of E26
1338
	 * Physical Feature that it bears. An E26 Physical Feature can only exist on
1339
	 * one object. One object may bear more than one E26 Physical Feature. An E27
1340
	 * Site should be considered as an E26 Physical Feature on the surface of the
1341
	 * Earth. An instance B of E26 Physical Feature being a detail of the structure
1342
	 * of another instance A of E26 Physical Feature can be linked to B by use of
1343
	 * the property P46 is composed of (forms part of). This implies that the subfeature
1344
	 * B is P56i found on the same E19 Physical Object as A. P56 bears feature (is
1345
	 * found on) is a shortcut. A more detailed representation can make use of the
1346
	 * fully developed (i.e. indirect) path from E19 Physical Object through P59
1347
	 * has section (is located on or Definition of the CIDOC Conceptual Reference
1348
	 * Model 149 within), E53 Place, P53 has former or current location (is former
1349
	 * or current location of) to E26 Physical Feature.</p>
1350
	 */
1351
	public static final Property P56_bears_feature = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P56_bears_feature");
1352

    
1353
	public static final Property P56i_is_found_on = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P56i_is_found_on");
1354

    
1355
	/**
1356
	 * <p>This property documents the E60 Number of parts of which an instance of E19
1357
	 * Physical Object is composed. This may be used as a method of checking inventory
1358
	 * counts with regard to aggregate or collective objects. What constitutes a
1359
	 * part or component depends on the context and requirements of the documentation.
1360
	 * Normally, the parts documented in this way would not be considered as worthy
1361
	 * of individual attention. For a more complete description, objects may be decomposed
1362
	 * into their components and constituents using P46 is composed of (forms parts
1363
	 * of) and P45 consists of (is incorporated in). This allows each element to
1364
	 * be described individually.</p>
1365
	 */
1366
	public static final Property P57_has_number_of_parts = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P57_has_number_of_parts");
1367

    
1368
	/**
1369
	 * <p>This property links an area (section) named by a E46 Section Definition to
1370
	 * the instance of E18 Physical Thing upon which it is found. The CRM handles
1371
	 * sections as locations (instances of E53 Place) within or on E18 Physical Thing
1372
	 * that are identified by E46 Section Definitions. Sections need not be discrete
1373
	 * and separable components or parts of an object. This is part of a more developed
1374
	 * path from E18 Physical Thing through P58, E46 Section Definition, P87 is identified
1375
	 * by (identifies) that allows a more precise definition of a location found
1376
	 * on an object than the shortcut P59 has section (is located on or within).
1377
	 * A particular instance of a Section Definition only applies to one instance
1378
	 * of Physical Thing.</p>
1379
	 */
1380
	public static final Property P58_has_section_definition = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P58_has_section_definition");
1381

    
1382
	public static final Property P58i_defines_section = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P58i_defines_section");
1383

    
1384
	/**
1385
	 * <p>This property links an area to the instance of E18 Physical Thing upon which
1386
	 * it is found. It is typically used when a named E46 Section Definition is not
1387
	 * appropriate. E18 Physical Thing may be subdivided into arbitrary regions.
1388
	 * P59 has section (is located on or within) is a shortcut. If the E53 Place
1389
	 * is identified by a Section Definition, a more detailed representation can
1390
	 * make use of the fully developed (i.e. indirect) path from E18 Physical Thing
1391
	 * through P58 has section definition (defines section), E46 Section Definition,
1392
	 * P87 is identified by (identifies) to E53 Place. A Place can only be located
1393
	 * on or within one Physical Object.</p>
1394
	 */
1395
	public static final Property P59_has_section = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P59_has_section");
1396

    
1397
	public static final Property P59i_is_located_on_or_within = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P59i_is_located_on_or_within");
1398

    
1399
	/**
1400
	 * <p>This property describes the decomposition of an E3 Condition State into discrete,
1401
	 * subsidiary states. It is assumed that the sub-states into which the condition
1402
	 * state is analysed form a logical whole - although the entire story may not
1403
	 * be completely known – and that the sub-states are in fact constitutive of
1404
	 * the general condition state. For example, a general condition state of “in
1405
	 * ruins” may be decomposed into the individual stages of decay</p>
1406
	 */
1407
	public static final Property P5_consists_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P5_consists_of");
1408

    
1409
	public static final Property P5i_forms_part_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P5i_forms_part_of");
1410

    
1411
	/**
1412
	 * <p>This property identifies something that is depicted by an instance of E24
1413
	 * Physical Man-Made Thing. Depicting is meant in the sense that the surface
1414
	 * of the E24 Physical Man-Made Thing shows, through its passive optical qualities
1415
	 * or form, a representation of the entity depicted. It does not pertain to inscriptions
1416
	 * or any other information encoding. This property is a shortcut of the more
1417
	 * fully developed path from E24 Physical Man-Made Thing through P65 shows visual
1418
	 * item (is shown by), E36 Visual Item, P138 represents (has representation)
1419
	 * to E1 CRM Entity. P62.1 mode of depiction allows the nature of the depiction
1420
	 * to be refined.</p>
1421
	 */
1422
	public static final Property P62_depicts = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P62_depicts");
1423

    
1424
	public static final Property P62i_is_depicted_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P62i_is_depicted_by");
1425

    
1426
	/**
1427
	 * <p>This property documents an E36 Visual Item shown by an instance of E24 Physical
1428
	 * Man-Made Thing. This property is similar to P62 depicts (is depicted by) in
1429
	 * that it associates an item of E24 Physical Man-Made Thing with a visual representation.
1430
	 * However, P65 shows visual item (is shown by) differs from the P62 depicts
1431
	 * (is depicted by) property in that it makes no claims about what the E36 Visual
1432
	 * Item is deemed to represent. E36 Visual Item identifies a recognisable image
1433
	 * or visual symbol, regardless of what this image may or may not represent.
1434
	 * For example, all recent British coins bear a portrait of Queen Elizabeth II,
1435
	 * a fact that is correctly documented using P62 depicts (is depicted by). Different
1436
	 * portraits have been used at different periods, however. P65 shows visual item
1437
	 * (is shown by) can be used to refer to a particular portrait. P65 shows visual
1438
	 * item (is shown by) may also be used for Visual Items such as signs, marks
1439
	 * and symbols, for example the 'Maltese Cross' or the 'copyright symbol’ that
1440
	 * have no particular representational content. This property is part of the
1441
	 * fully developed path from E24 Physical Man-Made Thing through P65 shows visual
1442
	 * item (is shown by), E36 Visual Item, P138 represents (has representation)
1443
	 * to E1 CRM Entity which is shortcut by, P62 depicts (is depicted by).</p>
1444
	 */
1445
	public static final Property P65_shows_visual_item = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P65_shows_visual_item");
1446

    
1447
	public static final Property P65i_is_shown_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P65i_is_shown_by");
1448

    
1449
	/**
1450
	 * <p>This property documents that an E89 Propositional Object makes a statement
1451
	 * about an instance of E1 CRM Entity. P67 refers to (is referred to by) has
1452
	 * the P67.1 has type link to an instance of E55 Type. This is intended to allow
1453
	 * a more detailed description of the type of reference. This differs from P129
1454
	 * is about (is subject of), which describes the primary subject or subjects
1455
	 * of the E89 Propositional Object.</p>
1456
	 */
1457
	public static final Property P67_refers_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P67_refers_to");
1458

    
1459
	public static final Property P67i_is_referred_to_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by");
1460

    
1461
	/**
1462
	 * <p>This property identifies an E57 Material foreseeen to be used by an E29 Design
1463
	 * or Procedure. E29 Designs and procedures commonly foresee the use of particular
1464
	 * E57 Materials. The fabrication of adobe bricks, for example, requires straw,
1465
	 * clay and water. This property enables this to be documented. This property
1466
	 * is not intended for the documentation of E57 Materials that were used on a
1467
	 * particular occasion when an instance of E29 Design or Procedure was executed.</p>
1468
	 */
1469
	public static final Property P68_foresees_use_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P68_foresees_use_of");
1470

    
1471
	public static final Property P68i_use_foreseen_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P68i_use_foreseen_by");
1472

    
1473
	/**
1474
	 * <p>This property generalises relationships like whole-part, sequence, prerequisite
1475
	 * or inspired by between instances of E29 Design or Procedure. Any instance
1476
	 * of E29 Design or Procedure may be associated with other designs or procedures.
1477
	 * The property is considered to be symmetrical unless otherwise indicated by
1478
	 * P69.1 has type. The P69.1 has type property of P69 has association with allows
1479
	 * the nature of the association to be specified reading from domain to range;
1480
	 * examples of types of association between instances of E29 Design or Procedure
1481
	 * include: has part, follows, requires, etc. The property can typically be used
1482
	 * to model the decomposition of the description of a complete workflow into
1483
	 * a series of separate procedures.</p>
1484
	 */
1485
	public static final Property P69_is_associated_with = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P69_is_associated_with");
1486

    
1487
	/**
1488
	 * <p>This property describes the CRM Entities documented by instances of E31 Document.
1489
	 * Documents may describe any conceivable entity, hence the link to the highest-level
1490
	 * entity in the CRM hierarchy. This property is intended for cases where a reference
1491
	 * is regarded as being of a documentary character, in the scholarly or scientific
1492
	 * sense.</p>
1493
	 */
1494
	public static final Property P70_documents = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P70_documents");
1495

    
1496
	public static final Property P70i_is_documented_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P70i_is_documented_in");
1497

    
1498
	/**
1499
	 * <p>This property documents a source E32 Authority Document for an instance of
1500
	 * an E1 CRM Entity.</p>
1501
	 */
1502
	public static final Property P71_lists = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P71_lists");
1503

    
1504
	public static final Property P71i_is_listed_in = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P71i_is_listed_in");
1505

    
1506
	/**
1507
	 * <p>This property describes the E56 Language of an E33 Linguistic Object. Linguistic
1508
	 * Objects are composed in one or more human Languages. This property allows
1509
	 * these languages to be documented.</p>
1510
	 */
1511
	public static final Property P72_has_language = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P72_has_language");
1512

    
1513
	public static final Property P72i_is_language_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P72i_is_language_of");
1514

    
1515
	/**
1516
	 * <p>This property describes the source and target of instances of E33Linguistic
1517
	 * Object involved in a translation. When a Linguistic Object is translated into
1518
	 * a new language it becomes a new Linguistic Object, despite being conceptually
1519
	 * similar to the source object.</p>
1520
	 */
1521
	public static final Property P73_has_translation = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P73_has_translation");
1522

    
1523
	public static final Property P73i_is_translation_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P73i_is_translation_of");
1524

    
1525
	/**
1526
	 * <p>This property describes the current or former E53 Place of residence of an
1527
	 * E39 Actor. The residence may be either the Place where the Actor resides,
1528
	 * or a legally registered address of any kind.</p>
1529
	 */
1530
	public static final Property P74_has_current_or_former_residence =
1531
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P74_has_current_or_former_residence");
1532

    
1533
	public static final Property P74i_is_current_or_former_residence_of =
1534
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P74i_is_current_or_former_residence_of");
1535

    
1536
	/**
1537
	 * <p>This property identifies former or current instances of E30 Rights held by
1538
	 * an E39 Actor.</p>
1539
	 */
1540
	public static final Property P75_possesses = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P75_possesses");
1541

    
1542
	public static final Property P75i_is_possessed_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P75i_is_possessed_by");
1543

    
1544
	/**
1545
	 * <p>This property identifies an E51 Contact Point of any type that provides access
1546
	 * to an E39 Actor by any communication method, such as e-mail or fax.</p>
1547
	 */
1548
	public static final Property P76_has_contact_point = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P76_has_contact_point");
1549

    
1550
	public static final Property P76i_provides_access_to = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P76i_provides_access_to");
1551

    
1552
	/**
1553
	 * <p>This property identifies an E52 Time-Span using an E49Time Appellation.</p>
1554
	 */
1555
	public static final Property P78_is_identified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P78_is_identified_by");
1556

    
1557
	public static final Property P78i_identifies = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P78i_identifies");
1558

    
1559
	/**
1560
	 * <p>This property qualifies the beginning of an E52 Time-Span in some way. The
1561
	 * nature of the qualification may be certainty, precision, source etc.</p>
1562
	 */
1563
	public static final Property P79_beginning_is_qualified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P79_beginning_is_qualified_by");
1564

    
1565
	/**
1566
	 * <p>This property describes the spatial location of an instance of E4 Period.
1567
	 * The related E53 Place should be seen as an approximation of the geographical
1568
	 * area within which the phenomena that characterise the period in question occurred.
1569
	 * P7took place at (witnessed) does not convey any meaning other than spatial
1570
	 * positioning (generally on the surface of the earth). For example, the period
1571
	 * "Révolution française" can be said to have taken place in “France”, the “Victorian”
1572
	 * period, may be said to have taken place in “Britain” and its colonies, as
1573
	 * well as other parts of Europe and north America. A period can take place at
1574
	 * multiple locations. It is a shortcut of the more fully developed path from
1575
	 * E4 Period through P161 has spatial projection, E53 Place, P89 falls within
1576
	 * (contains) to E53 Place.</p>
1577
	 */
1578
	public static final Property P7_took_place_at = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at");
1579

    
1580
	public static final Property P7i_witnessed = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P7i_witnessed");
1581

    
1582
	/**
1583
	 * <p>This property qualifies the end of an E52 Time-Span in some way. The nature
1584
	 * of the qualification may be certainty, precision, source etc.</p>
1585
	 */
1586
	public static final Property P80_end_is_qualified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P80_end_is_qualified_by");
1587

    
1588
	/**
1589
	 * <p>This property describes the minimum period of time covered by an E52 Time-Span.
1590
	 * Since Time-Spans may not have precisely known temporal extents, the CRM supports
1591
	 * statements about the minimum and maximum temporal extents of Time-Spans. This
1592
	 * property allows a Time-Span’s minimum temporal extent (i.e. its inner boundary)
1593
	 * to be assigned an E61 Time Primitive value. Time Primitives are treated by
1594
	 * the CRM as application or system specific date intervals, and are not further
1595
	 * analysed.</p>
1596
	 */
1597
	public static final Property P81_ongoing_throughout = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P81_ongoing_throughout");
1598

    
1599
	/**
1600
	 * <p>This is defined as the first boundary of the property P81</p>
1601
	 */
1602
	public static final Property P81a_end_of_the_begin = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P81a_end_of_the_begin");
1603

    
1604
	/**
1605
	 * <p>This is defined as the second boundary of the property P81</p>
1606
	 */
1607
	public static final Property P81b_begin_of_the_end = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P81b_begin_of_the_end");
1608

    
1609
	/**
1610
	 * <p>This property describes the maximum period of time within which an E52 Time-Span
1611
	 * falls. Since Time-Spans may not have precisely known temporal extents, the
1612
	 * CRM supports statements about the minimum and maximum temporal extents of
1613
	 * Time-Spans. This property allows a Time-Span’s maximum temporal extent (i.e.
1614
	 * its outer boundary) to be assigned an E61 Time Primitive value. Time Primitives
1615
	 * are treated by the CRM as application or system specific date intervals, and
1616
	 * are not further analysed.</p>
1617
	 */
1618
	public static final Property P82_at_some_time_within = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P82_at_some_time_within");
1619

    
1620
	/**
1621
	 * <p>This is defined as the first boundary of the property P82</p>
1622
	 */
1623
	public static final Property P82a_begin_of_the_begin = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P82a_begin_of_the_begin");
1624

    
1625
	/**
1626
	 * <p>This is defined as the second boundary of the property P82</p>
1627
	 */
1628
	public static final Property P82b_end_of_the_end = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P82b_end_of_the_end");
1629

    
1630
	/**
1631
	 * <p>This property describes the minimum length of time covered by an E52 Time-Span.
1632
	 * It allows an E52 Time-Span to be associated with an E54 Dimension representing
1633
	 * it’s minimum duration (i.e. it’s inner boundary) independent from the actual
1634
	 * beginning and end.</p>
1635
	 */
1636
	public static final Property P83_had_at_least_duration = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P83_had_at_least_duration");
1637

    
1638
	public static final Property P83i_was_minimum_duration_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P83i_was_minimum_duration_of");
1639

    
1640
	/**
1641
	 * <p>This property describes the maximum length of time covered by an E52 Time-Span.
1642
	 * It allows an E52 Time-Span to be associated with an E54 Dimension representing
1643
	 * it’s maximum duration (i.e. it’s outer boundary) independent from the actual
1644
	 * beginning and end.</p>
1645
	 */
1646
	public static final Property P84_had_at_most_duration = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P84_had_at_most_duration");
1647

    
1648
	public static final Property P84i_was_maximum_duration_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P84i_was_maximum_duration_of");
1649

    
1650
	/**
1651
	 * <p>This property describes the inclusion relationship between two instances of
1652
	 * E52 Time-Span. This property supports the notion that a Time-Span’s temporal
1653
	 * extent falls within the temporal extent of another Time-Span. It addresses
1654
	 * temporal containment only, and no contextual link between the two instances
1655
	 * of Time-Span is implied.</p>
1656
	 */
1657
	public static final Property P86_falls_within = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P86_falls_within");
1658

    
1659
	public static final Property P86i_contains = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P86i_contains");
1660

    
1661
	/**
1662
	 * <p>This property identifies an E53 Place using an E44 Place Appellation. Examples
1663
	 * of Place Appellations used to identify Places include instances of E48 Place
1664
	 * Name, addresses, E47 Spatial Coordinates etc.</p>
1665
	 */
1666
	public static final Property P87_is_identified_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P87_is_identified_by");
1667

    
1668
	public static final Property P87i_identifies = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P87i_identifies");
1669

    
1670
	/**
1671
	 * <p>This property identifies an instance of E53 Place that falls wholly within
1672
	 * the extent of another E53 Place. It addresses spatial containment only, and
1673
	 * does not imply any relationship between things or phenomena occupying these
1674
	 * places.</p>
1675
	 */
1676
	public static final Property P89_falls_within = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P89_falls_within");
1677

    
1678
	public static final Property P89i_contains = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P89i_contains");
1679

    
1680
	/**
1681
	 * <p>This property describes the location of an instance of E4 Period with respect
1682
	 * to an E19 Physical Object. P8 took place on or within (witnessed) is a shortcut
1683
	 * of the more fully developed path from E4 Period through P7 took place at,
1684
	 * E53 Place, P156 occupies (is occupied by) to E18 Physical Thing. It describes
1685
	 * a period that can be located with respect to the space defined by an E19 Physical
1686
	 * Object such as a ship or a building. The precise geographical location of
1687
	 * the object during the period in question may be unknown or unimportant. For
1688
	 * example, the French and German armistice of 22 June 1940 was signed in the
1689
	 * same railway carriage as the armistice of 11 November 1918.</p>
1690
	 */
1691
	public static final Property P8_took_place_on_or_within = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P8_took_place_on_or_within");
1692

    
1693
	public static final Property P8i_witnessed = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P8i_witnessed");
1694

    
1695
	/**
1696
	 * <p>This property allows an E54 Dimension to be approximated by an E60 Number
1697
	 * primitive.</p>
1698
	 */
1699
	public static final Property P90_has_value = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P90_has_value");
1700

    
1701
	/**
1702
	 * <p>This property shows the type of unit an E54 Dimension was expressed in.</p>
1703
	 */
1704
	public static final Property P91_has_unit = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P91_has_unit");
1705

    
1706
	public static final Property P91i_is_unit_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P91i_is_unit_of");
1707

    
1708
	/**
1709
	 * <p>This property allows an E63 Beginning of Existence event to be linked to the
1710
	 * E77 Persistent Item brought into existence by it. It allows a “start” to be
1711
	 * attached to any Persistent Item being documented i.e. E70 Thing, E72 Legal
1712
	 * Object, E39 Actor, E41 Appellation, E51 Contact Point and E55 Type</p>
1713
	 */
1714
	public static final Property P92_brought_into_existence = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P92_brought_into_existence");
1715

    
1716
	public static final Property P92i_was_brought_into_existence_by =
1717
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P92i_was_brought_into_existence_by");
1718

    
1719
	/**
1720
	 * <p>This property allows an E64 End of Existence event to be linked to the E77
1721
	 * Persistent Item taken out of existence by it. In the case of immaterial things,
1722
	 * the E64 End of Existence is considered to take place with the destruction
1723
	 * of the last physical carrier. This allows an “end” to be attached to any Persistent
1724
	 * Item being documented i.e. E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation,
1725
	 * E51 Contact Point and E55 Type. For many Persistent Items we know the maximum
1726
	 * life-span and can infer, that they must have ended to exist. We assume in
1727
	 * that case an End of Existence, which may be as unnoticeable as forgetting
1728
	 * the secret knowledge by the last representative of some indigenous nation.</p>
1729
	 */
1730
	public static final Property P93_took_out_of_existence = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P93_took_out_of_existence");
1731

    
1732
	public static final Property P93i_was_taken_out_of_existence_by =
1733
			M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P93i_was_taken_out_of_existence_by");
1734

    
1735
	/**
1736
	 * <p>This property allows a conceptual E65 Creation to be linked to the E28 Conceptual
1737
	 * Object created by it. It represents the act of conceiving the intellectual
1738
	 * content of the E28 Conceptual Object. It does not represent the act of creating
1739
	 * the first physical carrier of the E28 Conceptual Object. As an example, this
1740
	 * is the composition of a poem, not its commitment to paper.</p>
1741
	 */
1742
	public static final Property P94_has_created = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P94_has_created");
1743

    
1744
	public static final Property P94i_was_created_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P94i_was_created_by");
1745

    
1746
	/**
1747
	 * <p>This property links the founding or E66 Formation for an E74 Group with the
1748
	 * Group itself.</p>
1749
	 */
1750
	public static final Property P95_has_formed = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P95_has_formed");
1751

    
1752
	public static final Property P95i_was_formed_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P95i_was_formed_by");
1753

    
1754
	/**
1755
	 * <p>This property links an E67 Birth event to an E21 Person as a participant in
1756
	 * the role of birth-giving mother. Note that biological fathers are not necessarily
1757
	 * participants in the Birth (see P97 from father (was father for)). The Person
1758
	 * being born is linked to the Birth with the property P98 brought into life
1759
	 * (was born). This is not intended for use with general natural history material,
1760
	 * only people. There is no explicit method for modelling conception and gestation
1761
	 * except by using extensions. This is a sub-property of P11 had participant
1762
	 * (participated in).</p>
1763
	 */
1764
	public static final Property P96_by_mother = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P96_by_mother");
1765

    
1766
	public static final Property P96i_gave_birth = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P96i_gave_birth");
1767

    
1768
	/**
1769
	 * <p>This property links an E67 Birth event to an E21 Person in the role of biological
1770
	 * father. Note that biological fathers are not seen as necessary participants
1771
	 * in the Birth, whereas birth-giving mothers are (see P96 by mother (gave birth)).
1772
	 * The Person being born is linked to the Birth with the property P98 brought
1773
	 * into life (was born). This is not intended for use with general natural history
1774
	 * material, only people. There is no explicit method for modelling conception
1775
	 * and gestation except by using extensions. A Birth event is normally (but not
1776
	 * always) associated with one biological father.</p>
1777
	 */
1778
	public static final Property P97_from_father = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P97_from_father");
1779

    
1780
	public static final Property P97i_was_father_for = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P97i_was_father_for");
1781

    
1782
	/**
1783
	 * <p>This property links an E67Birth event to an E21 Person in the role of offspring.
1784
	 * Twins, triplets etc. are brought into life by the same Birth event. This is
1785
	 * not intended for use with general Natural History material, only people. There
1786
	 * is no explicit method for modelling conception and gestation except by using
1787
	 * extensions.</p>
1788
	 */
1789
	public static final Property P98_brought_into_life = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P98_brought_into_life");
1790

    
1791
	public static final Property P98i_was_born = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P98i_was_born");
1792

    
1793
	/**
1794
	 * <p>This property links the disbanding or E68 Dissolution of an E74 Group to the
1795
	 * Group itself.</p>
1796
	 */
1797
	public static final Property P99_dissolved = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P99_dissolved");
1798

    
1799
	public static final Property P99i_was_dissolved_by = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P99i_was_dissolved_by");
1800

    
1801
	/**
1802
	 * <p>This property associates an instance of E4 Period with another instance of
1803
	 * E4 Period that is defined by a subset of the phenomena that define the former.
1804
	 * Therefore the spacetime volume of the latter must fall within the spacetime
1805
	 * volume of the former.</p>
1806
	 */
1807
	public static final Property P9_consists_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P9_consists_of");
1808

    
1809
	public static final Property P9i_forms_part_of = M_MODEL.createProperty("http://www.cidoc-crm.org/cidoc-crm/P9i_forms_part_of");
1810

    
1811
	/**
1812
	 * <p>This class comprises transfers of physical custody of objects between instances
1813
	 * of E39 Actor. The recording of the donor and/or recipient is optional. It
1814
	 * is possible that in an instance of E10 Transfer of Custody there is either
1815
	 * no donor or no recipient. Depending on the circumstances it may describe:
1816
	 * 1. the beginning of custody 2. the end of custody 3. the transfer of custody
1817
	 * 4. the receipt of custody from an unknown source 5. the declared loss of an
1818
	 * object The distinction between the legal responsibility for custody and the
1819
	 * actual physical possession of the object should be expressed using the property
1820
	 * P2 has type (is type of). A specific case of transfer of custody is theft.
1821
	 * The interpretation of the museum notion of "accession" differs between institutions.
1822
	 * The CRM therefore models legal ownership and physical custody separately.
1823
	 * Institutions will then model their specific notions of accession and deaccession
1824
	 * as combinations of these.</p>
1825
	 */
1826
	public static final Resource E10_Transfer_of_Custody = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E10_Transfer_of_Custody");
1827

    
1828
	/**
1829
	 * <p>This class comprises all instances of E7 Activity that create, alter or change
1830
	 * E24 Physical Man-Made Thing. This class includes the production of an item
1831
	 * from raw materials, and other so far undocumented objects, and the preventive
1832
	 * treatment or restoration of an object for conservation. Since the distinction
1833
	 * between modification and production is not always clear, modification is regarded
1834
	 * as the more generally applicable concept. This implies that some items may
1835
	 * be consumed or destroyed in a Modification, and that others may be produced
1836
	 * as a result of it. An event should also be documented using E81 Transformation
1837
	 * if it results in the destruction of one or more objects and the simultaneous
1838
	 * production of others using parts or material from the originals. In this case,
1839
	 * the new items have separate identities. If the instance of the E29 Design
1840
	 * or Procedure utilized for the modification prescribes the use of specific
1841
	 * materials, they should be documented using property P68 foresees use of (use
1842
	 * foreseen by): E57 Material of E29 Design or Procedure, rather than via P126
1843
	 * employed (was employed in): E57 Material.</p>
1844
	 */
1845
	public static final Resource E11_Modification = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E11_Modification");
1846

    
1847
	/**
1848
	 * <p>This class comprises activities that are designed to, and succeed in, creating
1849
	 * one or more new items. It specializes the notion of modification into production.
1850
	 * The decision as to whether or not an object is regarded as new is context
1851
	 * sensitive. Normally, items are considered “new” if there is no obvious overall
1852
	 * similarity between them and the consumed items and material used in their
1853
	 * production. In other cases, an item is considered “new” because it becomes
1854
	 * relevant to documentation by a modification. For example, the scribbling of
1855
	 * a name on a potsherd may make it a voting token. The original potsherd may
1856
	 * not be worth documenting, in contrast to the inscribed one. This entity can
1857
	 * be collective: the printing of a thousand books, for example, would normally
1858
	 * be considered a single event. An event should also be documented using E81
1859
	 * Transformation if it results in the destruction of one or more objects and
1860
	 * the simultaneous production of others using parts or material from the originals.
1861
	 * In this case, the new items have separate identities and matter is preserved,
1862
	 * but identity is not.</p>
1863
	 */
1864
	public static final Resource E12_Production = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E12_Production");
1865

    
1866
	/**
1867
	 * <p>This class comprises the actions of making assertions about properties of
1868
	 * an object or any relation between two items or concepts. This class allows
1869
	 * the documentation of how the respective assignment came about, and whose opinion
1870
	 * it was. All the attributes or properties assigned in such an action can also
1871
	 * be seen as directly attached to the respective item or concept, possibly as
1872
	 * a collection of contradictory values. All cases of properties in this model
1873
	 * that are also described indirectly through an action are characterised as
1874
	 * "short cuts" of this action. This redundant modelling of two alternative views
1875
	 * is preferred because many implementations may have good reasons to model either
1876
	 * the action or the short cut, and the relation between both alternatives can
1877
	 * be captured by simple rules. In particular, the class describes the actions
1878
	 * of people making propositions and statements during certain museum procedures,
1879
	 * e.g. the person and date when a condition statement was made, an identifier
1880
	 * was assigned, the museum object was measured, etc. Which kinds of such assignments
1881
	 * and statements need to be documented explicitly in structures of a schema
1882
	 * rather than free text, depends on if this information should be accessible
1883
	 * by structured queries.</p>
1884
	 */
1885
	public static final Resource E13_Attribute_Assignment = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment");
1886

    
1887
	/**
1888
	 * <p>This class describes the act of assessing the state of preservation of an
1889
	 * object during a particular period. The condition assessment may be carried
1890
	 * out by inspection, measurement or through historical research. This class
1891
	 * is used to document circumstances of the respective assessment that may be
1892
	 * relevant to interpret its quality at a later stage, or to continue research
1893
	 * on related documents.</p>
1894
	 */
1895
	public static final Resource E14_Condition_Assessment = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E14_Condition_Assessment");
1896

    
1897
	/**
1898
	 * <p>This class comprises activities that result in the allocation of an identifier
1899
	 * to an instance of E1 CRM Entity. An E15 Identifier Assignment may include
1900
	 * the creation of the identifier from multiple constituents, which themselves
1901
	 * may be instances of E41 Appellation. The syntax and kinds of constituents
1902
	 * to be used may be declared in a rule constituting an instance of E29 Design
1903
	 * or Procedure. Examples of such identifiers include Find Numbers, Inventory
1904
	 * Numbers, uniform titles in the sense of librarianship and Digital Object Identifiers
1905
	 * (DOI). Documenting the act of identifier assignment and deassignment is especially
1906
	 * useful when objects change custody or the identification system of an organization
1907
	 * is changed. In order to keep track of the identity of things in such cases,
1908
	 * it is important to document by whom, when and for what purpose an identifier
1909
	 * is assigned to an item. The fact that an identifier is a preferred one for
1910
	 * an organisation can be expressed by using the property E1 CRM Entity. P48
1911
	 * has preferred identifier (is preferred identifier of): E42 Identifier. It
1912
	 * can better be expressed in a context independent form by assigning a suitable
1913
	 * E55 Type, such as “preferred identifier assignment”, to the respective instance
1914
	 * of E15 Identifier Assignment via the P2 has type property.</p>
1915
	 */
1916
	public static final Resource E15_Identifier_Assignment = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E15_Identifier_Assignment");
1917

    
1918
	/**
1919
	 * <p>This class comprises actions measuring physical properties and other values
1920
	 * that can be determined by a systematic procedure. Examples include measuring
1921
	 * the monetary value of a collection of coins or the running time of a specific
1922
	 * video cassette. The E16 Measurement may use simple counting or tools, such
1923
	 * as yardsticks or radiation detection devices. The interest is in the method
1924
	 * and care applied, so that the reliability of the result may be judged at a
1925
	 * later stage, or research continued on the associated documents. The date of
1926
	 * the event is important for dimensions, which may change value over time, such
1927
	 * as the length of an object subject to shrinkage. Details of methods and devices
1928
	 * are best handled as free text, whereas basic techniques such as "carbon 14
1929
	 * dating" should be encoded using P2 has type (is type of:) E55 Type.</p>
1930
	 */
1931
	public static final Resource E16_Measurement = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E16_Measurement");
1932

    
1933
	/**
1934
	 * <p>This class comprises the actions of classifying items of whatever kind. Such
1935
	 * items include objects, specimens, people, actions and concepts. This class
1936
	 * allows for the documentation of the context of classification acts in cases
1937
	 * where the value of the classification depends on the personal opinion of the
1938
	 * classifier, and the date that the classification was made. This class also
1939
	 * encompasses the notion of "determination," i.e. the systematic and molecular
1940
	 * identification of a specimen in biology.</p>
1941
	 */
1942
	public static final Resource E17_Type_Assignment = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E17_Type_Assignment");
1943

    
1944
	/**
1945
	 * <p>This class comprises all persistent physical items with a relatively stable
1946
	 * form, man-made or natural. Depending on the existence of natural boundaries
1947
	 * of such things, the CRM distinguishes the instances of E19 Physical Object
1948
	 * from instances of E26 Physical Feature, such as holes, rivers, pieces of land
1949
	 * etc. Most instances of E19 Physical Object can be moved (if not too heavy),
1950
	 * whereas features are integral to the surrounding matter. An instance of E18
1951
	 * Physical Thing occupies not only a particular geometric space, but in the
1952
	 * course of its existence it also forms a trajectory through spacetime, which
1953
	 * occupies a real, that is phenomenal, volume in spacetime. We include in the
1954
	 * occupied space the space filled by the matter of the physical thing and all
1955
	 * its inner spaces, such as the interior of a box. Physical things consisting
1956
	 * of aggregations of physically unconnected objects, such as a set of chessmen,
1957
	 * occupy a number of individually contiguous spacetime volumes equal to the
1958
	 * number of unconnected objects that constitute the set. We model E18 Physical
1959
	 * Thing to be a subclass of E72 Legal Object and of E92 Spacetime volume. The
1960
	 * latter is intended as a phenomenal spacetime volume as defined in CRMgeo (Doerr
1961
	 * and Hiebel 2013). By virtue of this multiple inheritance we can discuss the
1962
	 * physical extent of an E18 Physical Thing without representing each instance
1963
	 * of it together with an instance of its associated spacetime volume. This model
1964
	 * combines two quite different kinds of substance: an instance of E18 Physical
1965
	 * Thing is matter while a spacetime volume is an aggregation of points in spacetime.
1966
	 * However, the real spatiotemporal extent of an instance of E18 Physical Thing
1967
	 * is regarded to be unique to it, due to all its details and fuzziness; its
1968
	 * identity and existence depends uniquely on the identity of the instance of
1969
	 * E18 Physical Thing. Therefore this multiple inheritance is unambiguous and
1970
	 * effective and furthermore corresponds to the intuitions of natural language.
1971
	 * The CIDOC CRM is generally not concerned with amounts of matter in fluid or
1972
	 * gaseous states.</p>
1973
	 */
1974
	public static final Resource E18_Physical_Thing = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E18_Physical_Thing");
1975

    
1976
	/**
1977
	 * <p>This class comprises items of a material nature that are units for documentation
1978
	 * and have physical boundaries that separate them completely in an objective
1979
	 * way from other objects. The class also includes all aggregates of objects
1980
	 * made for functional purposes of whatever kind, independent of physical coherence,
1981
	 * such as a set of chessmen. Typically, instances of E19 Physical Object can
1982
	 * be moved (if not too heavy). In some contexts, such objects, except for aggregates,
1983
	 * are also called “bona fide objects” (Smith &amp; Varzi, 2000, pp.401-420),
1984
	 * i.e. naturally defined objects. The decision as to what is documented as a
1985
	 * complete item, rather than by its parts or components, may be a purely administrative
1986
	 * decision or may be a result of the order in which the item was acquired.</p>
1987
	 */
1988
	public static final Resource E19_Physical_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E19_Physical_Object");
1989

    
1990
	/**
1991
	 * <p>This class comprises all things in the universe of discourse of the CIDOC
1992
	 * Conceptual Reference Model. It is an abstract concept providing for three
1993
	 * general properties: 1. Identification by name or appellation, and in particular
1994
	 * by a preferred identifier 2. Classification by type, allowing further refinement
1995
	 * of the specific subclass an instance belongs to 3. Attachment of free text
1996
	 * for the expression of anything not captured by formal properties With the
1997
	 * exception of E59 Primitive Value, all other classes within the CRM are directly
1998
	 * or indirectly specialisations of E1 CRM Entity.</p>
1999
	 */
2000
	public static final Resource E1_CRM_Entity = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity");
2001

    
2002
	/**
2003
	 * <p>This class comprises individual items of a material nature, which live, have
2004
	 * lived or are natural products of or from living organisms. Artificial objects
2005
	 * that incorporate biological elements, such as Victorian butterfly frames,
2006
	 * can be documented as both instances of E20 Biological Object and E22 Man-Made
2007
	 * Object.</p>
2008
	 */
2009
	public static final Resource E20_Biological_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E20_Biological_Object");
2010

    
2011
	/**
2012
	 * <p>This class comprises real persons who live or are assumed to have lived. Legendary
2013
	 * figures that may have existed, such as Ulysses and King Arthur, fall into
2014
	 * this class if the documentation refers to them as historical figures. In cases
2015
	 * where doubt exists as to whether several persons are in fact identical, multiple
2016
	 * instances can be created and linked to indicate their relationship. The CRM
2017
	 * does not propose a specific form to support reasoning about possible identity.</p>
2018
	 */
2019
	public static final Resource E21_Person = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E21_Person");
2020

    
2021
	/**
2022
	 * <p>This class comprises physical objects purposely created by human activity.
2023
	 * No assumptions are made as to the extent of modification required to justify
2024
	 * regarding an object as man-made. For example, an inscribed piece of rock or
2025
	 * a preserved butterfly are both regarded as instances of E22 Man-Made Object.</p>
2026
	 */
2027
	public static final Resource E22_Man_Made_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E22_Man-Made_Object");
2028

    
2029
	/**
2030
	 * <p>This class comprises all persistent physical items that are purposely created
2031
	 * by human activity. This class comprises man-made objects, such as a swords,
2032
	 * and man-made features, such as rock art. No assumptions are made as to the
2033
	 * extent of modification required to justify regarding an object as man-made.
2034
	 * For example, a “cup and ring” carving on bedrock is regarded as instance of
2035
	 * E24 Physical Man-Made Thing.</p>
2036
	 */
2037
	public static final Resource E24_Physical_Man_Made_Thing = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Man-Made_Thing");
2038

    
2039
	/**
2040
	 * <p>This class comprises physical features that are purposely created by human
2041
	 * activity, such as scratches, artificial caves, artificial water channels,
2042
	 * etc. No assumptions are made as to the extent of modification required to
2043
	 * justify regarding a feature as man-made. For example, rock art or even “cup
2044
	 * and ring” carvings on bedrock a regarded as types of E25 Man-Made Feature.</p>
2045
	 */
2046
	public static final Resource E25_Man_Made_Feature = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E25_Man-Made_Feature");
2047

    
2048
	/**
2049
	 * <p>This class comprises identifiable features that are physically attached in
2050
	 * an integral way to particular physical objects. Instances of E26 Physical
2051
	 * Feature share many of the attributes of instances of E19 Physical Object.
2052
	 * They may have a one-, two- or three-dimensional geometric extent, but there
2053
	 * are no natural borders that separate them completely in an objective way from
2054
	 * the carrier objects. For example, a doorway is a feature but the door itself,
2055
	 * being attached by hinges, is not. Instances of E26 Physical Feature can be
2056
	 * features in a narrower sense, such as scratches, holes, reliefs, surface colours,
2057
	 * reflection zones in an opal crystal or a density change in a piece of wood.
2058
	 * In the wider sense, they are portions of particular objects with partially
2059
	 * imaginary borders, such as the core of the Earth, an area of property on the
2060
	 * surface of the Earth, a landscape or the head of a contiguous marble statue.
2061
	 * They can be measured and dated, and it is sometimes possible to state who
2062
	 * or what is or was responsible for them. They cannot be separated from the
2063
	 * carrier object, but a segment of the carrier object may be identified (or
2064
	 * sometimes removed) carrying the complete feature. This definition coincides
2065
	 * with the definition of "fiat objects" (Smith &amp; Varzi, 2000, pp.401-420),
2066
	 * with the exception of aggregates of “bona fide objects”.</p>
2067
	 */
2068
	public static final Resource E26_Physical_Feature = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E26_Physical_Feature");
2069

    
2070
	/**
2071
	 * <p>This class comprises pieces of land or sea floor. In contrast to the purely
2072
	 * geometric notion of E53 Place, this class describes constellations of matter
2073
	 * on the surface of the Earth or other celestial body, which can be represented
2074
	 * by photographs, paintings and maps. Instances of E27 Site are composed of
2075
	 * relatively immobile material items and features in a particular configuration
2076
	 * at a particular location</p>
2077
	 */
2078
	public static final Resource E27_Site = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E27_Site");
2079

    
2080
	/**
2081
	 * <p>This class comprises non-material products of our minds and other human produced
2082
	 * data that have become objects of a discourse about their identity, circumstances
2083
	 * of creation or historical implication. The production of such information
2084
	 * may have been supported by the use of technical devices such as cameras or
2085
	 * computers. Characteristically, instances of this class are created, invented
2086
	 * or thought by someone, and then may be documented or communicated between
2087
	 * persons. Instances of E28 Conceptual Object have the ability to exist on more
2088
	 * than one particular carrier at the same time, such as paper, electronic signals,
2089
	 * marks, audio media, paintings, photos, human memories, etc. They cannot be
2090
	 * destroyed. They exist as long as they can be found on at least one carrier
2091
	 * or in at least one human memory. Their existence ends when the last carrier
2092
	 * and the last memory are lost.</p>
2093
	 */
2094
	public static final Resource E28_Conceptual_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E28_Conceptual_Object");
2095

    
2096
	/**
2097
	 * <p>This class comprises documented plans for the execution of actions in order
2098
	 * to achieve a result of a specific quality, form or contents. In particular
2099
	 * it comprises plans for deliberate human activities that may result in the
2100
	 * modification or production of instances of E24 Physical Thing. Instances of
2101
	 * E29 Design or Procedure can be structured in parts and sequences or depend
2102
	 * on others. This is modelled using P69 has association with (is associated
2103
	 * with). Designs or procedures can be seen as one of the following: 1. A schema
2104
	 * for the activities it describes 2. A schema of the products that result from
2105
	 * their application. 3. An independent intellectual product that may have never
2106
	 * been applied, such as Leonardo da Vinci’s famous plans for flying machines.
2107
	 * Because designs or procedures may never be applied or only partially executed,
2108
	 * the CRM models a loose relationship between the plan and the respective product.</p>
2109
	 */
2110
	public static final Resource E29_Design_or_Procedure = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E29_Design_or_Procedure");
2111

    
2112
	/**
2113
	 * <p>This class comprises all phenomena, such as the instances of E4 Periods, E5
2114
	 * Events and states, which happen over a limited extent in time. In some contexts,
2115
	 * these are also called perdurants. This class is disjoint from E77 Persistent
2116
	 * Item. This is an abstract class and has no direct instances. E2 Temporal Entity
2117
	 * is specialized into E4 Period, which applies to a particular geographic area
2118
	 * (defined with a greater or lesser degree of precision), and E3 Condition State,
2119
	 * which applies to instances of E18 Physical Thing.</p>
2120
	 */
2121
	public static final Resource E2_Temporal_Entity = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E2_Temporal_Entity");
2122

    
2123
	/**
2124
	 * <p>This class comprises legal privileges concerning material and immaterial things
2125
	 * or their derivatives. These include reproduction and property rights</p>
2126
	 */
2127
	public static final Resource E30_Right = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E30_Right");
2128

    
2129
	/**
2130
	 * <p>This class comprises identifiable immaterial items that make propositions
2131
	 * about reality. These propositions may be expressed in text, graphics, images,
2132
	 * audiograms, videograms or by other similar means. Documentation databases
2133
	 * are regarded as a special case of E31 Document. This class should not be confused
2134
	 * with the term “document” in Information Technology, which is compatible with
2135
	 * E73 Information Object.</p>
2136
	 */
2137
	public static final Resource E31_Document = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E31_Document");
2138

    
2139
	/**
2140
	 * <p>This class comprises encyclopaedia, thesauri, authority lists and other documents
2141
	 * that define terminology or conceptual systems for consistent use.</p>
2142
	 */
2143
	public static final Resource E32_Authority_Document = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E32_Authority_Document");
2144

    
2145
	/**
2146
	 * <p>This class comprises identifiable expressions in natural language or languages.
2147
	 * Instances of E33 Linguistic Object can be expressed in many ways: e.g. as
2148
	 * written texts, recorded speech or sign language. However, the CRM treats instances
2149
	 * of E33 Linguistic Object independently from the medium or method by which
2150
	 * they are expressed. Expressions in formal languages, such as computer codeFE41_
2151
	 * or mathematical formulae, are not treated as instances of E33 Linguistic Object
2152
	 * by the CRM. These should be modelled as instances of E73 Information Object.
2153
	 * The text of an instance of E33 Linguistic Object can be documented in a note
2154
	 * by P3 has note: E62 String</p>
2155
	 */
2156
	public static final Resource E33_Linguistic_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object");
2157

    
2158
	/**
2159
	 * <p>This class comprises recognisable, short texts attached to instances of E24
2160
	 * Physical Man-Made Thing. The transcription of the text can be documented in
2161
	 * a note by P3 has note: E62 String. The alphabet used can be documented by
2162
	 * P2 has type: E55 Type. This class does not intend to describe the idiosyncratic
2163
	 * characteristics of an individual physical embodiment of an inscription, but
2164
	 * the underlying prototype. The physical embodiment is modelled in the CRM as
2165
	 * E24 Physical Man-Made Thing. The relationship of a physical copy of a book
2166
	 * to the text it contains is modelled using E84 Information Carrier. P128 carries
2167
	 * (is carried by): E33 Linguistic Object.</p>
2168
	 */
2169
	public static final Resource E34_Inscription = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E34_Inscription");
2170

    
2171
	/**
2172
	 * <p>This class comprises the names assigned to works, such as texts, artworks
2173
	 * or pieces of music. Titles are proper noun phrases or verbal phrases, and
2174
	 * should not be confused with generic object names such as “chair”, “painting”
2175
	 * or “book” (the latter are common nouns that stand for instances of E55 Type).
2176
	 * Titles may be assigned by the creator of the work itself, or by a social group.
2177
	 * This class also comprises the translations of titles that are used as surrogates
2178
	 * for the original titles in different social contexts.</p>
2179
	 */
2180
	public static final Resource E35_Title = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E35_Title");
2181

    
2182
	/**
2183
	 * <p>This class comprises the intellectual or conceptual aspects of recognisable
2184
	 * marks and images. This class does not intend to describe the idiosyncratic
2185
	 * characteristics of an individual physical embodiment of a visual item, but
2186
	 * the underlying prototype. For example, a mark such as the ICOM logo is generally
2187
	 * considered to be the same logo when used on any number of publications. The
2188
	 * size, orientation and colour may change, but the logo remains uniquely identifiable.
2189
	 * The same is true of images that are reproduced many times. This means that
2190
	 * visual items are independent of their physical support. The class E36 Visual
2191
	 * Item provides a means of identifying and linking together instances of E24
2192
	 * Physical Man-Made Thing that carry the same visual symbols, marks or images
2193
	 * etc. The property P62 depicts (is depicted by) between E24 Physical Man-Made
2194
	 * Thing and depicted subjects (E1 CRM Entity) can be regarded as a short-cut
2195
	 * of the more fully developed path from E24 Physical Man-Made Thing through
2196
	 * P65 shows visual item (is shown by), E36 Visual Item, P138 represents (has
2197
	 * representation) to E1CRM Entity, which in addition captures the optical features
2198
	 * of the depiction.</p>
2199
	 */
2200
	public static final Resource E36_Visual_Item = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E36_Visual_Item");
2201

    
2202
	/**
2203
	 * <p>This class comprises symbols, signs, signatures or short texts applied to
2204
	 * instances of E24 Physical Man-Made Thing by arbitrary techniques in order
2205
	 * to indicate the creator, owner, dedications, purpose, etc. This class specifically
2206
	 * excludes features that have no semantic significance, such as scratches or
2207
	 * tool marks. These should be documented as instances of E25 Man-Made Feature.</p>
2208
	 */
2209
	public static final Resource E37_Mark = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E37_Mark");
2210

    
2211
	/**
2212
	 * <p>This class comprises distributions of form, tone and colour that may be found
2213
	 * on surfaces such as photos, paintings, prints and sculptures or directly on
2214
	 * electronic media. The degree to which variations in the distribution of form
2215
	 * and colour affect the identity of an instance of E38 Image depends on a given
2216
	 * purpose. The original painting of the Mona Lisa in the Louvre may be said
2217
	 * to bear the same instance of E38 Image as reproductions in the form of transparencies,
2218
	 * postcards, posters or T-shirts, even though they may differ in size and carrier
2219
	 * and may vary in tone and colour. The images in a “spot the difference” competition
2220
	 * are not the same with respect to their context, however similar they may at
2221
	 * first appear.</p>
2222
	 */
2223
	public static final Resource E38_Image = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E38_Image");
2224

    
2225
	/**
2226
	 * <p>This class comprises people, either individually or in groups, who have the
2227
	 * potential to perform intentional actions of kinds for which someone may be
2228
	 * held responsible. The CRM does not attempt to model the inadvertent actions
2229
	 * of such actors. Individual people should be documented as instances of E21
2230
	 * Person, whereas groups should be documented as instances of either E74 Group
2231
	 * or its subclass E40 Legal Body.</p>
2232
	 */
2233
	public static final Resource E39_Actor = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E39_Actor");
2234

    
2235
	/**
2236
	 * <p>This class comprises the states of objects characterised by a certain condition
2237
	 * over a time-span. An instance of this class describes the prevailing physical
2238
	 * condition of any material object or feature during a specific E52 Time Span.
2239
	 * In general, the time-span for which a certain condition can be asserted may
2240
	 * be shorter than the real time-span, for which this condition held. The nature
2241
	 * of that condition can be described using P2 has type. For example, the E3
2242
	 * Condition State “condition of the SS Great Britain between 22 September 1846
2243
	 * and 27 August 1847” can be characterized as E55 Type “wrecked”.</p>
2244
	 */
2245
	public static final Resource E3_Condition_State = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E3_Condition_State");
2246

    
2247
	/**
2248
	 * <p>This class comprises institutions or groups of people that have obtained a
2249
	 * legal recognition as a group and can act collectively as agents. This means
2250
	 * that they can perform actions, own property, create or destroy things and
2251
	 * can be held collectively responsible for their actions like individual people.
2252
	 * The term 'personne morale' is often used for this in French.</p>
2253
	 */
2254
	public static final Resource E40_Legal_Body = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E40_Legal_Body");
2255

    
2256
	/**
2257
	 * <p>This class comprises signs, either meaningful or not, or arrangements of signs
2258
	 * following a specific syntax, that are used or can be used to refer to and
2259
	 * identify a specific instance of some class or category within a certain context.
2260
	 * Instances of E41 Appellation do not identify things by their meaning, even
2261
	 * if they happen to have one, but instead by convention, tradition, or agreement.
2262
	 * Instances of E41 Appellation are cultural constructs; as such, they have a
2263
	 * context, a history, and a use in time and space by some group of users. A
2264
	 * given instance of E41 Appellation can have alternative forms, i.e., other
2265
	 * instances of E41 Appellation that are always regarded as equivalent independent
2266
	 * from the thing it denotes. Specific subclasses of E41 Appellation should be
2267
	 * used when instances of E41 Appellation of a characteristic form are used for
2268
	 * particular objects. Instances of E49 Time Appellation, for example, which
2269
	 * take the form of instances of E50 Date, can be easily recognised. E41 Appellation
2270
	 * should not be confused with the act of naming something. Cf. E15 Identifier
2271
	 * Assignment</p>
2272
	 */
2273
	public static final Resource E41_Appellation = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E41_Appellation");
2274

    
2275
	/**
2276
	 * <p>This class comprises strings or codes assigned to instances of E1 CRM Entity
2277
	 * in order to identify them uniquely and permanently within the context of one
2278
	 * or more organisations. Such codes are often known as inventory numbers, registration
2279
	 * codes, etc. and are typically composed of alphanumeric sequences. The class
2280
	 * E42 Identifier is not normally used for machine-generated identifiers used
2281
	 * for automated processing unless these are also used by human agents.</p>
2282
	 */
2283
	public static final Resource E42_Identifier = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E42_Identifier");
2284

    
2285
	/**
2286
	 * <p>This class comprises any sort of identifier characteristically used to refer
2287
	 * to an E53 Place. Instances of E44 Place Appellation may vary in their degree
2288
	 * of precision and their meaning may vary over time - the same instance of E44
2289
	 * Place Appellation may be used to refer to several places, either because of
2290
	 * cultural shifts, or because objects used as reference points have moved around.
2291
	 * Instances of E44 Place Appellation can be extremely varied in form: postal
2292
	 * addresses, instances of E47 Spatial Coordinate, and parts of buildings can
2293
	 * all be considered as instances of E44 Place Appellation.</p>
2294
	 */
2295
	public static final Resource E44_Place_Appellation = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E44_Place_Appellation");
2296

    
2297
	/**
2298
	 * <p>This class comprises identifiers expressed in coding systems for places, such
2299
	 * as postal addresses used for mailing. An E45 Address can be considered both
2300
	 * as the name of an E53 Place and as an E51 Contact Point for an E39 Actor.
2301
	 * This dual aspect is reflected in the multiple inheritance. However, some forms
2302
	 * of mailing addresses, such as a postal box, are only instances of E51 Contact
2303
	 * Point, since they do not identify any particular Place. These should not be
2304
	 * documented as instances of E45 Address.</p>
2305
	 */
2306
	public static final Resource E45_Address = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E45_Address");
2307

    
2308
	/**
2309
	 * <p>This class comprises areas of objects referred to in terms specific to the
2310
	 * general geometry or structure of its kind. The 'prow' of the boat, the 'frame'
2311
	 * of the picture, the 'front' of the building are all instances of E46 Section
2312
	 * Definition. The class highlights the fact that parts of objects can be treated
2313
	 * as locations. This holds in particular for features without natural boundaries,
2314
	 * such as the “head” of a marble statue made out of one block (cf. E53 Place).
2315
	 * In answer to the question 'where is the signature?' one might reply 'on the
2316
	 * lower left corner'. (Section Definition is closely related to the term “segment”
2317
	 * in Gerstl, P.&amp; Pribbenow, S, 1996 “ A conceptual theory of part – whole
2318
	 * relations and its applications”, Data &amp; Knowledge Engineering 20 305-322,
2319
	 * North Holland- Elsevier ).</p>
2320
	 */
2321
	public static final Resource E46_Section_Definition = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E46_Section_Definition");
2322

    
2323
	/**
2324
	 * <p>This class comprises the textual or numeric information required to locate
2325
	 * specific instances of E53 Place within schemes of spatial identification.
2326
	 * Coordinates are a specific form of E44 Place Appellation, that is, a means
2327
	 * of referring to a particular E53 Place. Coordinates are not restricted to
2328
	 * longitude, latitude and altitude. Any regular system of reference that maps
2329
	 * onto an E19 Physical Object can be used to generate coordinates.</p>
2330
	 */
2331
	public static final Resource E47_Spatial_Coordinates = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E47_Spatial_Coordinates");
2332

    
2333
	/**
2334
	 * <p>This class comprises particular and common forms of E44 Place Appellation.
2335
	 * Place Names may change their application over time: the name of an E53 Place
2336
	 * may change, and a name may be reused for a different E53 Place. Instances
2337
	 * of E48 Place Name are typically subject to place name gazetteers.</p>
2338
	 */
2339
	public static final Resource E48_Place_Name = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E48_Place_Name");
2340

    
2341
	/**
2342
	 * <p>This class comprises all forms of names or codes, such as historical periods,
2343
	 * and dates, which are characteristically used to refer to a specific E52 Time-Span.
2344
	 * The instances of E49 Time Appellation may vary in their degree of precision,
2345
	 * and they may be relative to other time frames, “Before Christ” for example.
2346
	 * Instances of E52 Time-Span are often defined by reference to a cultural period
2347
	 * or an event e.g. ‘the duration of the Ming Dynasty’.</p>
2348
	 */
2349
	public static final Resource E49_Time_Appellation = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E49_Time_Appellation");
2350

    
2351
	/**
2352
	 * <p>This class comprises sets of coherent phenomena or cultural manifestations
2353
	 * occurring in time and space. It is the social or physical coherence of these
2354
	 * phenomena that identify an E4 Period and not the associated spatiotemporal
2355
	 * extent. This extent is only the "ground" or space in an abstract physical
2356
	 * sense that the actual process of growth, spread and retreat has covered. Consequently,
2357
	 * different periods can overlap and coexist in time and space, such as when
2358
	 * a nomadic culture exists in the same area and time as a sedentary culture.
2359
	 * This also means that overlapping land use rights, common among first nations,
2360
	 * amounts to overlapping periods. Often, this class is used to describe prehistoric
2361
	 * or historic periods such as the "Neolithic Period", the "Ming Dynasty" or
2362
	 * the "McCarthy Era", but also geopolitical units and activities of settlements
2363
	 * are regarded as special cases of E4 Period. However, there are no assumptions
2364
	 * about the scale of the associated phenomena. In particular all events are
2365
	 * seen as synthetic processes consisting of coherent phenomena. Therefore E4
2366
	 * Period is a superclass of E5 Event. For example, a modern clinical E67 Birth
2367
	 * can be seen as both an atomic E5 Event and as an E4 Period that consists of
2368
	 * multiple activities performed by multiple instances of E39 Actor. As the actual
2369
	 * extent of an E4 Period in spacetime we regard the trajectories of the participating
2370
	 * physical things during their participation in an instance of E4 Period. This
2371
	 * includes the open spaces via which these things have interacted and the spaces
2372
	 * by which they had the potential to interact during that period or event in
2373
	 * the way defined by the type of the respective period or event. Examples include
2374
	 * the air in a meeting room transferring the voices of the participants. Since
2375
	 * these phenomena are fuzzy, we assume the spatiotemporal extent to be contiguous,
2376
	 * except for cases of phenomena spreading out over islands or other separated
2377
	 * areas, including geopolitical units distributed over disconnected areas such
2378
	 * as islands or colonies. Whether the trajectories necessary for participants
2379
	 * to travel between these areas are regarded as part of the spatiotemporal extent
2380
	 * or not has to be decided in each case based on a concrete analysis, taking
2381
	 * use of the sea for other purposes than travel, such as fishing, into consideration.
2382
	 * One may also argue that the activities to govern disconnected areas imply
2383
	 * travelling through spaces connecting them and that these areas hence are spatially
2384
	 * connected in a way, but it appears counterintuitive to consider for instance
2385
	 * travel routes in international waters as extensions of geopolitical units.
2386
	 * Consequently, an instance of E4 Period may occupy a number of disjoint spacetime
2387
	 * volumes, however there must not be a discontinuity in the timespan covered
2388
	 * by these spacetime volumes. This means that an instance of E4 Period must
2389
	 * be contiguous in time. If it has ended in all areas, it has ended as a whole.
2390
	 * However it may end in one area before another, such as in the Polynesian migration,
2391
	 * and it continues as long as it is ongoing in at least one area. We model E4
2392
	 * Period as a subclass of E2 Temporal Entity and of E92 Spacetime volume. The
2393
	 * latter is intended as a phenomenal spacetime volume as defined in CRMgeo (Doerr
2394
	 * and Hiebel 2013). By virtue of this multiple inheritance we can discuss the
2395
	 * physical extent of an E4 Period without representing each instance of it together
2396
	 * with an instance of its associated spacetime volume. This model combines two
2397
	 * quite different kinds of substance: an instance of E4 Period is a phenomena
2398
	 * while a space-time volume is an aggregation of points in spacetime. However,
2399
	 * the real spatiotemporal extent of an instance of E4 Period is regarded to
2400
	 * be unique to it due to all its details and fuzziness; its identity and existence
2401
	 * depends uniquely on the identity of the instance of E4 Period. Therefore this
2402
	 * multiple inheritance is unambiguous and effective and furthermore corresponds
2403
	 * to the intuitions of natural language. There are two different conceptualisations
2404
	 * of 'artistic style', defined either by physical features or by historical
2405
	 * context. For example, “Impressionism” can be viewed as a period lasting from
2406
	 * approximately 1870 to 1905 during which paintings with particular characteristics
2407
	 * were produced by a group of artists that included (among others) Monet, Renoir,
2408
	 * Pissarro, Sisley and Degas. Alternatively, it can be regarded as a style applicable
2409
	 * to all paintings sharing the characteristics of the works produced by the
2410
	 * Impressionist painters, regardless of historical context. The first interpretation
2411
	 * is an instance of E4 Period, and the second defines morphological object types
2412
	 * that fall under E55 Type. Another specific case of an E4 Period is the set
2413
	 * of activities and phenomena associated with a settlement, such as the populated
2414
	 * period of Nineveh.</p>
2415
	 */
2416
	public static final Resource E4_Period = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E4_Period");
2417

    
2418
	/**
2419
	 * <p>This class comprises specific forms of E49 Time Appellation.</p>
2420
	 */
2421
	public static final Resource E50_Date = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E50_Date");
2422

    
2423
	/**
2424
	 * <p>This class comprises identifiers employed, or understood, by communication
2425
	 * services to direct communications to an instance of E39 Actor. These include
2426
	 * E-mail addresses, telephone numbers, post office boxes, Fax numbers, URLs
2427
	 * etc. Most postal addresses can be considered both as instances of E44 Place
2428
	 * Appellation and E51 Contact Point. In such cases the subclass E45 Address
2429
	 * should be used. URLs are addresses used by machines to access another machine
2430
	 * through an http request. Since the accessed machine acts on behalf of the
2431
	 * E39 Actor providing the machine, URLs are considered as instances of E51 Contact
2432
	 * Point to that E39 Actor.</p>
2433
	 */
2434
	public static final Resource E51_Contact_Point = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E51_Contact_Point");
2435

    
2436
	/**
2437
	 * <p>This class comprises abstract temporal extents, in the sense of Galilean physics,
2438
	 * having a beginning, an end and a duration. Time Span has no other semantic
2439
	 * connotations. Time-Spans are used to define the temporal extent of instances
2440
	 * of E4 Period, E5 Event and any other phenomena valid for a certain time. An
2441
	 * E52 Time-Span may be identified by one or more instances of E49 Time Appellation.
2442
	 * Since our knowledge of history is imperfect, instances of E52 Time-Span can
2443
	 * best be considered as approximations of the actual Time-Spans of temporal
2444
	 * entities. The properties of E52 Time-Span are intended to allow these approximations
2445
	 * to be expressed precisely. An extreme case of approximation, might, for example,
2446
	 * define an E52 Time-Span having unknown beginning, end and duration. Used as
2447
	 * a common E52 Time-Span for two events, it would nevertheless define them as
2448
	 * being simultaneous, even if nothing else was known. Automatic processing and
2449
	 * querying of instances of E52 Time-Span is facilitated if data can be parsed
2450
	 * into an E61 Time Primitive.</p>
2451
	 */
2452
	public static final Resource E52_Time_Span = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span");
2453

    
2454
	/**
2455
	 * <p>This class comprises extents in space, in particular on the surface of the
2456
	 * earth, in the pure sense of physics: independent from temporal phenomena and
2457
	 * matter. The instances of E53 Place are usually determined by reference to
2458
	 * the position of “immobile” objects such as buildings, cities, mountains, rivers,
2459
	 * or dedicated geodetic marks. A Place can be determined by combining a frame
2460
	 * of reference and a location with respect to this frame. It may be identified
2461
	 * by one or more instances of E44 Place Appellation. It is sometimes argued
2462
	 * that instances of E53 Place are best identified by global coordinates or absolute
2463
	 * reference systems. However, relative references are often more relevant in
2464
	 * the context of cultural documentation and tend to be more precise. In particular,
2465
	 * we are often interested in position in relation to large, mobile objects,
2466
	 * such as ships. For example, the Place at which Nelson died is known with reference
2467
	 * to a large mobile object – H.M.S Victory. A resolution of this Place in terms
2468
	 * of absolute coordinates would require knowledge of the movements of the vessel
2469
	 * and the precise time of death, either of which may be revised, and the result
2470
	 * would lack historical and cultural relevance. Any object can serve as a frame
2471
	 * of reference for E53 Place determination. The model foresees the notion of
2472
	 * a "section" of an E19 Physical Object as a valid E53 Place determination.</p>
2473
	 */
2474
	public static final Resource E53_Place = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E53_Place");
2475

    
2476
	/**
2477
	 * <p>This class comprises quantifiable properties that can be measured by some
2478
	 * calibrated means and can be approximated by values, i.e. points or regions
2479
	 * in a mathematical or conceptual space, such as natural or real numbers, RGB
2480
	 * values etc. An instance of E54 Dimension represents the true quantity, independent
2481
	 * from its numerical approximation, e.g. in inches or in cm. The properties
2482
	 * of the class E54 Dimension allow for expressing the numerical approximation
2483
	 * of the values of an instance of E54 Dimension. If the true values belong to
2484
	 * a non-discrete space, such as spatial distances, it is recommended to record
2485
	 * them as approximations by intervals or regions of indeterminacy enclosing
2486
	 * the assumed true values. For instance, a length of 5 cm may be recorded as
2487
	 * 4.5-5.5 cm, according to the precision of the respective observation. Note,
2488
	 * that interoperability of values described in different units depends critically
2489
	 * on the representation as value regions. Numerical approximations in archaic
2490
	 * instances of E58 Measurement Unit used in historical records should be preserved.
2491
	 * Equivalents corresponding to current knowledge should be recorded as additional
2492
	 * instances of E54 Dimension as appropriate.</p>
2493
	 */
2494
	public static final Resource E54_Dimension = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E54_Dimension");
2495

    
2496
	/**
2497
	 * <p>This class comprises concepts denoted by terms from thesauri and controlled
2498
	 * vocabularies used to characterize and classify instances of CRM classes. Instances
2499
	 * of E55 Type represent concepts in contrast to instances of E41 Appellation
2500
	 * which are used to name instances of CRM classes. E55 Type is the CRM’s interface
2501
	 * to domain specific ontologies and thesauri. These can be represented in the
2502
	 * CRM as subclasses of E55 Type, forming hierarchies of terms, i.e. instances
2503
	 * of E55 Type linked via P127 has broader term (has narrower term). Such hierarchies
2504
	 * may be extended with additional properties.</p>
2505
	 */
2506
	public static final Resource E55_Type = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E55_Type");
2507

    
2508
	/**
2509
	 * <p>This class is a specialization of E55 Type and comprises the natural languages
2510
	 * in the sense of concepts. This type is used categorically in the model without
2511
	 * reference to instances of it, i.e. the Model does not foresee the description
2512
	 * of instances of instances of E56 Language, e.g.: “instances of Mandarin Chinese”.
2513
	 * It is recommended that internationally or nationally agreed codes and terminology
2514
	 * are used to denote instances of E56 Language, such as those defined in ISO
2515
	 * 639:1988.</p>
2516
	 */
2517
	public static final Resource E56_Language = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E56_Language");
2518

    
2519
	/**
2520
	 * <p>This class is a specialization of E55 Type and comprises the concepts of materials.
2521
	 * Instances of E57 Material may denote properties of matter before its use,
2522
	 * during its use, and as incorporated in an object, such as ultramarine powder,
2523
	 * tempera paste, reinforced concrete. Discrete pieces of raw-materials kept
2524
	 * in museums, such as bricks, sheets of fabric, pieces of metal, should be modelled
2525
	 * individually in the same way as other objects. Discrete used or processed
2526
	 * pieces, such as the stones from Nefer Titi's temple, should be modelled as
2527
	 * parts (cf. P46 is composed of). This type is used categorically in the model
2528
	 * without reference to instances of it, i.e. the Model does not foresee the
2529
	 * description of instances of instances of E57 Material, e.g.: “instances of
2530
	 * gold”. It is recommended that internationally or nationally agreed codes and
2531
	 * terminology are used.</p>
2532
	 */
2533
	public static final Resource E57_Material = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E57_Material");
2534

    
2535
	/**
2536
	 * <p>This class is a specialization of E55 Type and comprises the types of measurement
2537
	 * units: feet, inches, centimetres, litres, lumens, etc. This type is used categorically
2538
	 * in the model without reference to instances of it, i.e. the Model does not
2539
	 * foresee the description of instances of instances of E58 Measurement Unit,
2540
	 * e.g.: “instances of cm”. Syst?me International (SI) units or internationally
2541
	 * recognized non-SI terms should be used whenever possible. (ISO 1000:1992).
2542
	 * Archaic Measurement Units used in historical records should be preserved.</p>
2543
	 */
2544
	public static final Resource E58_Measurement_Unit = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E58_Measurement_Unit");
2545

    
2546
	/**
2547
	 * <p>This class comprises changes of states in cultural, social or physical systems,
2548
	 * regardless of scale, brought about by a series or group of coherent physical,
2549
	 * cultural, technological or legal phenomena. Such changes of state will affect
2550
	 * instances of E77 Persistent Item or its subclasses. The distinction between
2551
	 * an E5 Event and an E4 Period is partly a question of the scale of observation.
2552
	 * Viewed at a coarse level of detail, an E5 Event is an ‘instantaneous’ change
2553
	 * of state. At a fine level, the E5 Event can be analysed into its component
2554
	 * phenomena within a space and time frame, and as such can be seen as an E4
2555
	 * Period. The reverse is not necessarily the case: not all instances of E4 Period
2556
	 * give rise to a noteworthy change of state.</p>
2557
	 */
2558
	public static final Resource E5_Event = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E5_Event");
2559

    
2560
	/**
2561
	 * <p>This class comprises events that bring into existence any E77 Persistent Item.
2562
	 * It may be used for temporal reasoning about things (intellectual products,
2563
	 * physical items, groups of people, living beings) beginning to exist; it serves
2564
	 * as a hook for determination of a terminus post quem and ante quem.</p>
2565
	 */
2566
	public static final Resource E63_Beginning_of_Existence = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E63_Beginning_of_Existence");
2567

    
2568
	/**
2569
	 * <p>This class comprises events that end the existence of any E77 Persistent Item.
2570
	 * It may be used for temporal reasoning about things (physical items, groups
2571
	 * of people, living beings) ceasing to exist; it serves as a hook for determination
2572
	 * of a terminus postquem and antequem. In cases where substance from a Persistent
2573
	 * Item continues to exist in a new form, the process would be documented by
2574
	 * E81 Transformation.</p>
2575
	 */
2576
	public static final Resource E64_End_of_Existence = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E64_End_of_Existence");
2577

    
2578
	/**
2579
	 * <p>This class comprises events that result in the creation of conceptual items
2580
	 * or immaterial products, such as legends, poems, texts, music, images, movies,
2581
	 * laws, types etc.</p>
2582
	 */
2583
	public static final Resource E65_Creation = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E65_Creation");
2584

    
2585
	/**
2586
	 * <p>This class comprises events that result in the formation of a formal or informal
2587
	 * E74 Group of people, such as a club, society, association, corporation or
2588
	 * nation. E66 Formation does not include the arbitrary aggregation of people
2589
	 * who do not act as a collective. The formation of an instance of E74 Group
2590
	 * does not require that the group is populated with members at the time of formation.
2591
	 * In order to express the joining of members at the time of formation, the respective
2592
	 * activity should be simultaneously an instance of both E66 Formation and E85
2593
	 * Joining.</p>
2594
	 */
2595
	public static final Resource E66_Formation = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E66_Formation");
2596

    
2597
	/**
2598
	 * <p>This class comprises the births of human beings. E67 Birth is a biological
2599
	 * event focussing on the context of people coming into life. (E63 Beginning
2600
	 * of Existence comprises the coming into life of any living beings). Twins,
2601
	 * triplets etc. are brought into life by the same E67 Birth event. The introduction
2602
	 * of the E67 Birth event as a documentation element allows the description of
2603
	 * a range of family relationships in a simple model. Suitable extensions may
2604
	 * describe more details and the complexity of motherhood with the intervention
2605
	 * of modern medicine. In this model, the biological father is not seen as a
2606
	 * necessary participant in the E67 Birth event.</p>
2607
	 */
2608
	public static final Resource E67_Birth = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E67_Birth");
2609

    
2610
	/**
2611
	 * <p>This class comprises the events that result in the formal or informal termination
2612
	 * of an E74 Group of people. If the dissolution was deliberate, the Dissolution
2613
	 * event should also be instantiated as an E7 Activity.</p>
2614
	 */
2615
	public static final Resource E68_Dissolution = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E68_Dissolution");
2616

    
2617
	/**
2618
	 * <p>This class comprises the deaths of human beings. If a person is killed, their
2619
	 * death should be instantiated as E69 Death and as E7 Activity. The death or
2620
	 * perishing of other living beings should be documented using E64 End of Existence.</p>
2621
	 */
2622
	public static final Resource E69_Death = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E69_Death");
2623

    
2624
	/**
2625
	 * <p>This class comprises events that destroy one or more instances of E18 Physical
2626
	 * Thing such that they lose their identity as the subjects of documentation.
2627
	 * Some destruction events are intentional, while others are independent of human
2628
	 * activity. Intentional destruction may be documented by classifying the event
2629
	 * as both an E6 Destruction and E7 Activity. The decision to document an object
2630
	 * as destroyed, transformed or modified is context sensitive: 1. If the matter
2631
	 * remaining from the destruction is not documented, the event is modelled solely
2632
	 * as E6 Destruction. 2. An event should also be documented using E81 Transformation
2633
	 * if it results in the destruction of one or more objects and the simultaneous
2634
	 * production of others using parts or material from the original. In this case,
2635
	 * the new items have separate identities. Matter is preserved, but identity
2636
	 * is not. 3. When the initial identity of the changed instance of E18 Physical
2637
	 * Thing is preserved, the event should be documented as E11 Modification.</p>
2638
	 */
2639
	public static final Resource E6_Destruction = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E6_Destruction");
2640

    
2641
	/**
2642
	 * <p>This general class comprises discrete, identifiable, instances of E77 Persistent
2643
	 * Item that are documented as single units, that either consist of matter or
2644
	 * depend on being carried by matter and are characterized by relative stability.
2645
	 * They may be intellectual products or physical things. They may for instance
2646
	 * have a solid physical form, an electronic encoding, or they may be a logical
2647
	 * concept or structure.</p>
2648
	 */
2649
	public static final Resource E70_Thing = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E70_Thing");
2650

    
2651
	/**
2652
	 * <p>This class comprises discrete, identifiable man-made items that are documented
2653
	 * as single units. These items are either intellectual products or man-made
2654
	 * physical things, and are characterized by relative stability. They may for
2655
	 * instance have a solid physical form, an electronic encoding, or they may be
2656
	 * logical concepts or structures.</p>
2657
	 */
2658
	public static final Resource E71_Man_Made_Thing = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E71_Man-Made_Thing");
2659

    
2660
	/**
2661
	 * <p>This class comprises those material or immaterial items to which instances
2662
	 * of E30 Right, such as the right of ownership or use, can be applied. This
2663
	 * is true for all E18 Physical Thing. In the case of instances of E28 Conceptual
2664
	 * Object, however, the identity of the E28 Conceptual Object or the method of
2665
	 * its use may be too ambiguous to reliably establish instances of E30 Right,
2666
	 * as in the case of taxa and inspirations. Ownership of corporations is currently
2667
	 * regarded as out of scope of the CRM.</p>
2668
	 */
2669
	public static final Resource E72_Legal_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E72_Legal_Object");
2670

    
2671
	/**
2672
	 * <p>This class comprises identifiable immaterial items, such as a poems, jokes,
2673
	 * data sets, images, texts, multimedia objects, procedural prescriptions, computer
2674
	 * program code, algorithm or mathematical formulae, that have an objectively
2675
	 * recognizable structure and are documented as single units. The encoding structure
2676
	 * known as a "named graph" also falls under this class, so that each "named
2677
	 * graph" is an instance of an E73 Information Object. An E73 Information Object
2678
	 * does not depend on a specific physical carrier, which can include human memory,
2679
	 * and it can exist on one or more carriers simultaneously. Instances of E73
2680
	 * Information Object of a linguistic nature should be declared as instances
2681
	 * of the E33 Linguistic Object subclass. Instances of E73 Information Object
2682
	 * of a documentary nature should be declared as instances of the E31 Document
2683
	 * subclass. Conceptual items such as types and classes are not instances of
2684
	 * E73 Information Object, nor are ideas without a reproducible expression.</p>
2685
	 */
2686
	public static final Resource E73_Information_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object");
2687

    
2688
	/**
2689
	 * <p>This class comprises any gatherings or organizations of E39 Actors that act
2690
	 * collectively or in a similar way due to any form of unifying relationship.
2691
	 * In the wider sense this class also comprises official positions which used
2692
	 * to be regarded in certain contexts as one actor, independent of the current
2693
	 * holder of the office, such as the president of a country. In such cases, it
2694
	 * may happen that the Group never had more than one member. A joint pseudonym
2695
	 * (i.e., a name that seems indicative of an individual but that is actually
2696
	 * used as a persona by two or more people) is a particular case of E74 Group.
2697
	 * A gathering of people becomes an E74 Group when it exhibits organizational
2698
	 * characteristics usually typified by a set of ideas or beliefs held in common,
2699
	 * or actions performed together. These might be communication, creating some
2700
	 * common artifact, a common purpose such as study, worship, business, sports,
2701
	 * etc. Nationality can be modeled as membership in an E74 Group (cf. HumanML
2702
	 * markup). Married couples and other concepts of family are regarded as particular
2703
	 * examples of E74 Group.</p>
2704
	 */
2705
	public static final Resource E74_Group = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E74_Group");
2706

    
2707
	/**
2708
	 * <p>This class comprises appellations that are by their form or syntax specific
2709
	 * to identifying instances of E28 Conceptual Object, such as intellectual products,
2710
	 * standardized patterns etc.</p>
2711
	 */
2712
	public static final Resource E75_Conceptual_Object_Appellation =
2713
			M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E75_Conceptual_Object_Appellation");
2714

    
2715
	/**
2716
	 * <p>This class comprises items that have a persistent identity, sometimes known
2717
	 * as “endurants” in philosophy. They can be repeatedly recognized within the
2718
	 * duration of their existence by identity criteria rather than by continuity
2719
	 * or observation. Persistent Items can be either physical entities, such as
2720
	 * people, animals or things, or conceptual entities such as ideas, concepts,
2721
	 * products of the imagination or common names. The criteria that determine the
2722
	 * identity of an item are often difficult to establish -; the decision depends
2723
	 * largely on the judgement of the observer. For example, a building is regarded
2724
	 * as no longer existing if it is dismantled and the materials reused in a different
2725
	 * configuration. On the other hand, human beings go through radical and profound
2726
	 * changes during their life-span, affecting both material composition and form,
2727
	 * yet preserve their identity by other criteria. Similarly, inanimate objects
2728
	 * may be subject to exchange of parts and matter. The class E77 Persistent Item
2729
	 * does not take any position about the nature of the applicable identity criteria
2730
	 * and if actual knowledge about identity of an instance of this class exists.
2731
	 * There may be cases, where the identity of an E77 Persistent Item is not decidable
2732
	 * by a certain state of knowledge. The main classes of objects that fall outside
2733
	 * the scope the E77 Persistent Item class are temporal objects such as periods,
2734
	 * events and acts, and descriptive properties.</p>
2735
	 */
2736
	public static final Resource E77_Persistent_Item = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E77_Persistent_Item");
2737

    
2738
	/**
2739
	 * <p>This class comprises aggregations of instances of E18 Physical Thing that
2740
	 * are assembled and maintained ("curated" and "preserved", in museological terminology)
2741
	 * by one or more instances of E39 Actor over time for a specific purpose and
2742
	 * audience, and according to a particular collection development plan. Items
2743
	 * may be added or removed from an E78 Collection in pursuit of this plan. This
2744
	 * class should not be confused with the E39 Actor maintaining the E78 Collection
2745
	 * often referred to with the name of the E78 Collection (e.g. “The Wallace Collection
2746
	 * decided…”). Collective objects in the general sense, like a tomb full of gifts,
2747
	 * a folder with stamps or a set of chessmen, should be documented as instances
2748
	 * of E19 Physical Object, and not as instances of E78 Collection. This is because
2749
	 * they form wholes either because they are physically bound together or because
2750
	 * they are kept together for their functionality.</p>
2751
	 */
2752
	public static final Resource E78_Collection = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E78_Collection");
2753

    
2754
	/**
2755
	 * <p>This class comprises activities that result in an instance of E24 Physical
2756
	 * Man-Made Thing being increased, enlarged or augmented by the addition of a
2757
	 * part. Typical scenarios include the attachment of an accessory, the integration
2758
	 * of a component, the addition of an element to an aggregate object, or the
2759
	 * accessioning of an object into a curated E78 Collection. Objects to which
2760
	 * parts are added are, by definition, man-made, since the addition of a part
2761
	 * implies a human activity. Following the addition of parts, the resulting man-made
2762
	 * assemblages are treated objectively as single identifiable wholes, made up
2763
	 * of constituent or component parts bound together either physically (for example
2764
	 * the engine becoming a part of the car), or by sharing a common purpose (such
2765
	 * as the 32 chess pieces that make up a chess set). This class of activities
2766
	 * forms a basis for reasoning about the history and continuity of identity of
2767
	 * objects that are integrated into other objects over time, such as precious
2768
	 * gemstones being repeatedly incorporated into different items of jewellery,
2769
	 * or cultural artifacts being added to different museum instances of E78 Collection
2770
	 * over their lifespan.</p>
2771
	 */
2772
	public static final Resource E79_Part_Addition = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E79_Part_Addition");
2773

    
2774
	/**
2775
	 * <p>This class comprises actions intentionally carried out by instances of E39
2776
	 * Actor that result in changes of state in the cultural, social, or physical
2777
	 * systems documented. This notion includes complex, composite and long-lasting
2778
	 * actions such as the building of a settlement or a war, as well as simple,
2779
	 * short-lived actions such as the opening of a door.</p>
2780
	 */
2781
	public static final Resource E7_Activity = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E7_Activity");
2782

    
2783
	/**
2784
	 * <p>This class comprises the activities that result in an instance of E18 Physical
2785
	 * Thing being decreased by the removal of a part. Typical scenarios include
2786
	 * the detachment of an accessory, the removal of a component or part of a composite
2787
	 * object, or the deaccessioning of an object from a curated E78 Collection.
2788
	 * If the E80 Part Removal results in the total decomposition of the original
2789
	 * object into pieces, such that the whole ceases to exist, the activity should
2790
	 * instead be modelled as an E81 Transformation, i.e. a simultaneous destruction
2791
	 * and production. In cases where the part removed has no discernible identity
2792
	 * prior to its removal but does have an identity subsequent to its removal,
2793
	 * the activity should be regarded as both E80 Part Removal and E12 Production.
2794
	 * This class of activities forms a basis for reasoning about the history, and
2795
	 * continuity of identity over time, of objects that are removed from other objects,
2796
	 * such as precious gemstones being extracted from different items of jewelry,
2797
	 * or cultural artifacts being deaccessioned from different museum collections
2798
	 * over their lifespan.</p>
2799
	 */
2800
	public static final Resource E80_Part_Removal = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E80_Part_Removal");
2801

    
2802
	/**
2803
	 * <p>This class comprises the events that result in the simultaneous destruction
2804
	 * of one or more than one E77 Persistent Item and the creation of one or more
2805
	 * than one E77 Persistent Item that preserves recognizable substance from the
2806
	 * first one(s) but has fundamentally different nature and identity. Although
2807
	 * the old and the new instances of E77 Persistent Item are treated as discrete
2808
	 * entities having separate, unique identities, they are causally connected through
2809
	 * the E81 Transformation; the destruction of the old E77 Persistent Item(s)
2810
	 * directly causes the creation of the new one(s) using or preserving some relevant
2811
	 * substance. Instances of E81 Transformation are therefore distinct from re-classifications
2812
	 * (documented using E17 Type Assignment) or modifications (documented using
2813
	 * E11 Modification) of objects that do not fundamentally change their nature
2814
	 * or identity. Characteristic cases are reconstructions and repurposing of historical
2815
	 * buildings or ruins, fires leaving buildings in ruins, taxidermy of specimen
2816
	 * in natural history and the reorganization of a corporate body into a new one.</p>
2817
	 */
2818
	public static final Resource E81_Transformation = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E81_Transformation");
2819

    
2820
	/**
2821
	 * <p>This class comprises any sort of name, number, code or symbol characteristically
2822
	 * used to identify an E39 Actor. An E39 Actor will typically have more than
2823
	 * one E82 Actor Appellation, and instances of E82 Actor Appellation in turn
2824
	 * may have alternative representations. The distinction between corporate and
2825
	 * personal names, which is particularly important in library applications, should
2826
	 * be made by explicitly linking the E82 Actor Appellation to an instance of
2827
	 * either E21 Person or E74 Group/E40 Legal Body. If this is not possible, the
2828
	 * distinction can be made through the use of the P2 has type mechanism.</p>
2829
	 */
2830
	public static final Resource E82_Actor_Appellation = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E82_Actor_Appellation");
2831

    
2832
	/**
2833
	 * <p>This class comprises activities formally defining new types of items. It is
2834
	 * typically a rigorous scholarly or scientific process that ensures a type is
2835
	 * exhaustively described and appropriately named. In some cases, particularly
2836
	 * in archaeology and the life sciences, E83 Type Creation requires the identification
2837
	 * of an exemplary specimen and the publication of the type definition in an
2838
	 * appropriate scholarly forum. The activity of E83 Type Creation is central
2839
	 * to research in the life sciences, where a type would be referred to as a “taxon,”
2840
	 * the type description as a “protologue,” and the exemplary specimens as “orgininal
2841
	 * element” or “holotype”.</p>
2842
	 */
2843
	public static final Resource E83_Type_Creation = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E83_Type_Creation");
2844

    
2845
	/**
2846
	 * <p>This class comprises all instances of E22 Man-Made Object that are explicitly
2847
	 * designed to act as persistent physical carriers for instances of E73 Information
2848
	 * Object. An E84 Information Carrier may or may not contain information, e.g.,
2849
	 * a diskette. Note that any E18 Physical Thing may carry information, such as
2850
	 * an E34 Inscription. However, unless it was specifically designed for this
2851
	 * purpose, it is not an Information Carrier. Therefore the property P128 carries
2852
	 * (is carried by) applies to E18 Physical Thing in general.</p>
2853
	 */
2854
	public static final Resource E84_Information_Carrier = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E84_Information_Carrier");
2855

    
2856
	/**
2857
	 * <p>This class comprises the activities that result in an instance of E39 Actor
2858
	 * becoming a member of an instance of E74 Group. This class does not imply initiative
2859
	 * by either party. It may be the initiative of a third party. Typical scenarios
2860
	 * include becoming a member of a social organisation, becoming employee of a
2861
	 * company, marriage, the adoption of a child by a family and the inauguration
2862
	 * of somebody into an official position.</p>
2863
	 */
2864
	public static final Resource E85_Joining = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E85_Joining");
2865

    
2866
	/**
2867
	 * <p>This class comprises the activities that result in an instance of E39 Actor
2868
	 * to be disassociated from an instance of E74 Group. This class does not imply
2869
	 * initiative by either party. It may be the initiative of a third party. Typical
2870
	 * scenarios include the termination of membership in a social organisation,
2871
	 * ending the employment at a company, divorce, and the end of tenure of somebody
2872
	 * in an official position.</p>
2873
	 */
2874
	public static final Resource E86_Leaving = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E86_Leaving");
2875

    
2876
	/**
2877
	 * <p>This class comprises the activities that result in the continuity of management
2878
	 * and the preservation and evolution of instances of E78 Collection, following
2879
	 * an implicit or explicit curation plan. It specializes the notion of activity
2880
	 * into the curation of a collection and allows the history of curation to be
2881
	 * recorded. Items are accumulated and organized following criteria like subject,
2882
	 * chronological period, material type, style of art etc. and can be added or
2883
	 * removed from an E78 Collection for a specific purpose and/or audience. The
2884
	 * initial aggregation of items of a collection is regarded as an instance of
2885
	 * E12 Production Event while the activity of evolving, preserving and promoting
2886
	 * a collection is regarded as an instance of E87 Curation Activity.</p>
2887
	 */
2888
	public static final Resource E87_Curation_Activity = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E87_Curation_Activity");
2889

    
2890
	/**
2891
	 * <p>This class comprises immaterial items, including but not limited to stories,
2892
	 * plots, procedural prescriptions, algorithms, laws of physics or images that
2893
	 * are, or represent in some sense, sets of propositions about real or imaginary
2894
	 * things and that are documented as single units or serve as topics of discourse.
2895
	 * This class also comprises items that are “about” something in the sense of
2896
	 * a subject. In the wider sense, this class includes expressions of psychological
2897
	 * value such as non-figural art and musical themes. However, conceptual items
2898
	 * such as types and classes are not instances of E89 Propositional Object. This
2899
	 * should not be confused with the definition of a type, which is indeed an instance
2900
	 * of E89 Propositional Object.</p>
2901
	 */
2902
	public static final Resource E89_Propositional_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E89_Propositional_Object");
2903

    
2904
	/**
2905
	 * <p>This class comprises transfers of legal ownership from one or more instances
2906
	 * of E39 Actor to one or more other instances of E39 Actor. The class also applies
2907
	 * to the establishment or loss of ownership of instances of E18 Physical Thing.
2908
	 * It does not, however, imply changes of any other kinds of right. The recording
2909
	 * of the donor and/or recipient is optional. It is possible that in an instance
2910
	 * of E8 Acquisition there is either no donor or no recipient. Depending on the
2911
	 * circumstances, it may describe: 1. the beginning of ownership 2. the end of
2912
	 * ownership 3. the transfer of ownership 4. the acquisition from an unknown
2913
	 * source 5. the loss of title due to destruction of the item It may also describe
2914
	 * events where a collector appropriates legal title, for example by annexation
2915
	 * or field collection. The interpretation of the museum notion of "accession"
2916
	 * differs between institutions. The CRM therefore models legal ownership (E8
2917
	 * Acquisition) and physical custody (E10 Transfer of Custody) separately. Institutions
2918
	 * will then model their specific notions of accession and deaccession as combinations
2919
	 * of these.</p>
2920
	 */
2921
	public static final Resource E8_Acquisition = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E8_Acquisition");
2922

    
2923
	/**
2924
	 * <p>This class comprises identifiable symbols and any aggregation of symbols,
2925
	 * such as characters, identifiers, traffic signs, emblems, texts, data sets,
2926
	 * images, musical scores, multimedia objects, computer program code or mathematical
2927
	 * formulae that have an objectively recognizable structure and that are documented
2928
	 * as single units. It includes sets of signs of any nature, which may serve
2929
	 * to designate something, or to communicate some propositional content. An instance
2930
	 * of E90 Symbolic Object does not depend on a specific physical carrier, which
2931
	 * can include human memory, and it can exist on one or more carriers simultaneously.
2932
	 * An instance of E90 Symbolic Object may or may not have a specific meaning,
2933
	 * for example an arbitrary character string. In some cases, the content of an
2934
	 * instance of E90 Symbolic Object may completely be represented by a serialized
2935
	 * content model, such.. as the property P3 has note allows for describing this
2936
	 * content model…P3.1 has type: E55 Type to specify the encoding..</p>
2937
	 */
2938
	public static final Resource E90_Symbolic_Object = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E90_Symbolic_Object");
2939

    
2940
	/**
2941
	 * <p>This class comprises 4 dimensional point sets (volumes) in physical spacetime
2942
	 * regardless its true geometric form. They may derive their identity from being
2943
	 * the extent of a material phenomenon or from being the interpretation of an
2944
	 * expression defining an extent in spacetime. Intersections of instances of
2945
	 * E92 Spacetime Volume, Place and Timespan are also regarded as instances of
2946
	 * E92 Spacetime Volume. An instance of E92 Spacetime Volume is either contiguous
2947
	 * or composed of a finite number of contiguous subsets. Its boundaries may be
2948
	 * fuzzy due to the properties of the phenomena it derives from or due to the
2949
	 * limited precision up to which defining expression can be identified with a
2950
	 * real extent in spacetime. The duration of existence of an instance of a spacetime
2951
	 * volume is trivially its projection on time.</p>
2952
	 */
2953
	public static final Resource E92_Spacetime_Volume = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E92_Spacetime_Volume");
2954

    
2955
	/**
2956
	 * <p>This class comprises instances of E92 Spacetime Volume that result from intersection
2957
	 * of instances of E92 Spacetime Volume with an instance of E52 Time-Span. The
2958
	 * identity of an instance of this class is determined by the identities of the
2959
	 * constituing spacetime volume and the time-span. This class can be used to
2960
	 * define temporal snapshots at a particular time-span, such as the extent of
2961
	 * the Roman Empire at 33 B.C., or the extent occupied by a museum object at
2962
	 * rest in an exhibit. In particular, it can be used to define the spatial projection
2963
	 * of a spacetime volume during a particular time-span, such as the maximal spatial
2964
	 * extent of a flood at some particular hour, or all areas covered by the Poland
2965
	 * within the 20th century AD.</p>
2966
	 */
2967
	public static final Resource E93_Presence = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E93_Presence");
2968

    
2969
	/**
2970
	 * <p>This class comprises changes of the physical location of the instances of
2971
	 * E19 Physical Object. Note, that the class E9 Move inherits the property P7
2972
	 * took place at (witnessed): E53 Place. This property should be used to describe
2973
	 * the trajectory or a larger area within which a move takes place, whereas the
2974
	 * properties P26 moved to (was destination of), P27 moved from (was origin of)
2975
	 * describe the start and end points only. Moves may also be documented to consist
2976
	 * of other moves (via P9 consists of (forms part of)), in order to describe
2977
	 * intermediate stages on a trajectory. In that case, start and end points of
2978
	 * the partial moves should match appropriately between each other and with the
2979
	 * overall event.</p>
2980
	 */
2981
	public static final Resource E9_Move = M_MODEL.createResource("http://www.cidoc-crm.org/cidoc-crm/E9_Move");
2982

    
2983
}
2984

    
2985

    
2986

    
(1-1/4)