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.ics.forth.gr/isl/CRMext/CRMdig_v3.2.1.rdfs
10
 *
11
 * @author Auto-generated by schemagen on 29 Sep 2017 15:54
12
 */
13
public class CRMdig {
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.ics.forth.gr/isl/CRMdig/";
24

    
25
	/**
26
	 * <p>The URL to the online schema as a string</p>
27
	 */
28
	public static final String RDFS_URL = "http://www.ics.forth.gr/isl/CRMext/CRMdig_v3.2.1.rdfs";
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 associates an instance of D7 Digital Machine Event with an instance
47
	 * of D1 Digital Object which is the input used to specify the machine action.
48
	 * This property is a specialisation of P16 used specific object(was used for).</p>
49
	 */
50
	public static final Property L10_had_input = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L10_had_input");
51

    
52
	public static final Property L10i_was_input_of = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L10i_was_input_of");
53

    
54
	/**
55
	 * <p>This property associates an instance of D7 Digital Machine Event with an instance
56
	 * of D1 Digital Object which is the output of the activity. This property is
57
	 * a specialisation of P94 has created (was created by).</p>
58
	 */
59
	public static final Property L11_had_output = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L11_had_output");
60

    
61
	public static final Property L11i_was_output_of = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L11i_was_output_of");
62

    
63
	/**
64
	 * <p>This property associates an instance of D7 Digital Machine Event with an object,
65
	 * the D8 Digital Device, which happened with, e.g a capturing event that happened
66
	 * on/with a digital camera, etc. This property is a specialisation of P12 occurred
67
	 * in the presence of (was present at).</p>
68
	 */
69
	public static final Property L12_happened_on_device = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L12_happened_on_device");
70

    
71
	public static final Property L12i_was_device_for = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L12i_was_device_for");
72

    
73
	/**
74
	 * <p>This property associates an instance of D10 Software Execution with a digital
75
	 * object used as a parameter during the process.This property is a specialisation
76
	 * of L1O had input (was input of).</p>
77
	 */
78
	public static final Property L13_used_parameters = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L13_used_parameters");
79

    
80
	public static final Property L13i_parameters_for = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L13i_parameters_for");
81

    
82
	/**
83
	 * <p>This property identifies a digital object transferred by a D12 Data Transfer
84
	 * Event. This property is a specialisation of L11 had output (was output of).</p>
85
	 */
86
	public static final Property L14_transferred = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L14_transferred");
87

    
88
	public static final Property L14i_was_transferred_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L14i_was_transferred_by");
89

    
90
	/**
91
	 * <p>This property identifies a digital device used as a medium on which data are
92
	 * transferred through a D12 Data Transfer Event.</p>
93
	 */
94
	public static final Property L15_has_sender = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L15_has_sender");
95

    
96
	public static final Property L15i_was_sender_for = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L15i_was_sender_for");
97

    
98
	/**
99
	 * <p>This property identifies a digital device used as a medium to receive data
100
	 * through a D12 Data Transfer Event.</p>
101
	 */
102
	public static final Property L16_has_receiver = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L16_has_receiver");
103

    
104
	public static final Property L16i_was_receiver_for = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L16i_was_receiver_for");
105

    
106
	/**
107
	 * <p>This property associates an instance of D11 Digital Measurement Event with
108
	 * the instance of E55 Type of object to which it applied. This property is a
109
	 * specialisation of P125 used object of type.</p>
110
	 */
111
	public static final Property L17_measured_thing_of_type = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L17_measured_thing_of_type");
112

    
113
	public static final Property L17i_was_type_of_thing_measured_by =
114
			M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L17i_was_type_of_thing_measured_by");
115

    
116
	/**
117
	 * <p>This property identifies a Digital Information Carrier modified in a Digital
118
	 * Machine Event. This property is a specialisation of P31 has modified.</p>
119
	 */
120
	public static final Property L18_has_modified = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L18_has_modified");
121

    
122
	public static final Property L18i_was_modified_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L18i_was_modified_by");
123

    
124
	/**
125
	 * <p>This property associates an instance of a D13 Digital Information Carrier
126
	 * with the instance of Digital Object that is stored on it. This property is
127
	 * a specialisation of P128 carries.</p>
128
	 */
129
	public static final Property L19_stores = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L19_stores");
130

    
131
	public static final Property L19i_is_stored_on = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L19i_is_stored_on");
132

    
133
	/**
134
	 * <p>This property associates an instance of D2 Digitization Process with an instance
135
	 * of E18 Physical Thing which is a material thing. This property is a specialisation
136
	 * of P39 measured (was measured by).</p>
137
	 */
138
	public static final Property L1_digitized = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L1_digitized");
139

    
140
	public static final Property L1i_was_digitized_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L1i_was_digitized_by");
141

    
142
	/**
143
	 * <p>This property identifies a Data Object that came into existence as a result
144
	 * of a D11 Digital Measurement Event. This property is a specialisation of P40
145
	 * observed dimension and L11 had output.</p>
146
	 */
147
	public static final Property L20_has_created = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L20_has_created");
148

    
149
	public static final Property L20i_was_created_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L20i_was_created_by");
150

    
151
	/**
152
	 * <p>This property associates an instance of a D3 Formal Derivation with the instance
153
	 * of D1 Digital Object that is used as a derivation source.</p>
154
	 */
155
	public static final Property L21_used_as_derivation_source = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L21_used_as_derivation_source");
156

    
157
	public static final Property L21i_was_derivation_source_for = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L21i_was_derivation_source_for");
158

    
159
	/**
160
	 * <p>This property associates an instance of D3 Formal Derivation with the Digital
161
	 * Object it used to create a version of. This property is a specialisation of
162
	 * L11 had output.</p>
163
	 */
164
	public static final Property L22_created_derivative = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L22_created_derivative");
165

    
166
	public static final Property L22i_was_derivative_created_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L22i_was_derivative_created_by");
167

    
168
	/**
169
	 * <p>This property associates an instance of D7 Digital Machine Event with the
170
	 * instance of D14 Software that had used. This property is a specialisation
171
	 * of P16 used specific object.</p>
172
	 */
173
	public static final Property L23_used_software_or_firmware = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L23_used_software_or_firmware");
174

    
175
	public static final Property L23i_was_software_or_firmware_used_by =
176
			M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L23i_was_software_or_firmware_used_by");
177

    
178
	/**
179
	 * <p>This property identifies the logfile that was created by a D10 Software Execution
180
	 * in order to record all the activities in the system.</p>
181
	 */
182
	public static final Property L24_created_logfile = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L24_created_logfile");
183

    
184
	public static final Property L24i_was_logfile_created_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L24i_was_logfile_created_by");
185

    
186
	/**
187
	 * <p>This property describes the participation of a Legal Body in being responsible
188
	 * for the outcome of a specific activity. This property is a specialisation
189
	 * of P14 carried out by.</p>
190
	 */
191
	public static final Property L29_has_responsible_organization =
192
			M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L29_has_responsible_organization");
193

    
194
	public static final Property L29i_is_responsible_organization_for =
195
			M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L29i_is_responsible_organization_for");
196

    
197
	/**
198
	 * <p>This property associates an instance of D10 Software Execution with an instance
199
	 * of D1 Digital Object which is used as a source, a software essential for the
200
	 * performance. This property is a specialisation of L10F had input (was input
201
	 * of).</p>
202
	 */
203
	public static final Property L2_used_as_source = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L2_used_as_source");
204

    
205
	public static final Property L2i_was_source_for = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L2i_was_source_for");
206

    
207
	/**
208
	 * <p>This property describes the activity that is being operated by a person. This
209
	 * property is a specialisation of P14 carried out by.</p>
210
	 */
211
	public static final Property L30_has_operator = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L30_has_operator");
212

    
213
	public static final Property L30i_is_operator_of = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L30i_is_operator_of");
214

    
215
	/**
216
	 * <p>This property allows the starting point for a D7 Digital Machine Event to
217
	 * be situated. This property expresses the approximation of the starting date
218
	 * of a time span.</p>
219
	 */
220
	public static final Property L31_has_starting_date_time = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L31_has_starting_date-time");
221

    
222
	/**
223
	 * <p>This property allows the ending point for a D7 Digital Machine Event to be
224
	 * situated. This property expresses the approximation of the ending date of
225
	 * a time span.</p>
226
	 */
227
	public static final Property L32_has_ending_date_time = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L32_has_ending_date-time");
228

    
229
	/**
230
	 * <p>This property identifies the maker, the actor who is responsible for the production
231
	 * of a device, a computer, a digital camera, any kind of a machine that has
232
	 * been produced. This property is a shortcut of a more fully developed path
233
	 * from CRM E12 Production:P108 has produced:E24 Physical Man-Made Thing. In
234
	 * this case, there is no need to describe the more detailed property through
235
	 * a production event,so L33 has maker is reccomended to be used instead.</p>
236
	 */
237
	public static final Property L33_has_maker = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L33_has_maker");
238

    
239
	public static final Property L33i_is_maker_of = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L33i_is_maker_of");
240

    
241
	/**
242
	 * <p>This property describes the participation of a Legal Body in being contractor
243
	 * for the outcome of a specific activity. This property is a specialisation
244
	 * of L29_has_responsible_organization.</p>
245
	 */
246
	public static final Property L34_has_contractor = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L34_has_contractor");
247

    
248
	public static final Property L34i_is_contractor_for = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L34i_is_contractor_for");
249

    
250
	/**
251
	 * <p>This property describes the participation of a Legal Body in being commissioner
252
	 * for the outcome of a specific activity. This property is a specialisation
253
	 * of L29_has_responsible_organization.</p>
254
	 */
255
	public static final Property L35_has_commissioner = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L35_has_commissioner");
256

    
257
	public static final Property L35i_is_commissioner_for = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L35i_is_commissioner_for");
258

    
259
	/**
260
	 * <p>This property describes the associations between objects or areas of objects
261
	 * of the RI, with other objects or regions or persons, places, events..</p>
262
	 */
263
	public static final Property L43_annotates = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L43_annotates");
264

    
265
	public static final Property L43i_is_annotated_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L43i_is_annotated_by");
266

    
267
	/**
268
	 * <p>This property is a specialisation of P3 has note and associates a comment
269
	 * with an instance of an object E1 CRM Entity.</p>
270
	 */
271
	public static final Property L47_has_comment = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L47_has_comment");
272

    
273
	/**
274
	 * <p>This property identifies the D29 Annotation Object (associations) that came
275
	 * into existence as a result of a D30 Annotation Event. This property is a specialisation
276
	 * of P94 has created.</p>
277
	 */
278
	public static final Property L48_created_annotation = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L48_created_annotation");
279

    
280
	public static final Property L48i_was_annotation_created_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L48i_was_annotation_created_by");
281

    
282
	/**
283
	 * <p>This property describes the association between a particular area declared
284
	 * in an original digital object. This property is a specialisation of P106 is
285
	 * composed of.</p>
286
	 */
287
	public static final Property L49_is_primary_area_of = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L49_is_primary_area_of");
288

    
289
	public static final Property L49i_has_primary_area = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L49i_has_primary_area");
290

    
291
	/**
292
	 * <p>This property associates an instance of E1 Entity with an instance of resource
293
	 * used as a preferred lexical label. This property is a specialisation of rdf
294
	 * schema label.</p>
295
	 */
296
	public static final Property L4_has_preferred_label = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L4_has_preferred_label");
297

    
298
	/**
299
	 * <p>This property describes the association between an area and the digital object
300
	 * to which it is propagated. This property is a specialisation of P106 is composed
301
	 * of.</p>
302
	 */
303
	public static final Property L50_is_propagated_area_of = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L50_is_propagated_area_of");
304

    
305
	public static final Property L50i_has_propagated_area = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L50i_has_propagated_area");
306

    
307
	/**
308
	 * <p>This property defines a personal name used to identify a person.</p>
309
	 */
310
	public static final Property L51_has_first_name = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L51_has_first_name");
311

    
312
	/**
313
	 * <p>This property defines the last name used to identify a person. This property
314
	 * is a specialisation of L4 has preferred label.</p>
315
	 */
316
	public static final Property L52_has_last_name = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L52_has_last_name");
317

    
318
	/**
319
	 * <p>This property describes a non unique identification applied to E1 CRM Entity.</p>
320
	 */
321
	public static final Property L53_is_not_uniquely_identified_by =
322
			M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L53_is_not_uniquely_identified_by");
323

    
324
	/**
325
	 * <p>This property describes the association kind of "same as" between objects.
326
	 * It is used to declare that two or more objects are exactly the same.</p>
327
	 */
328
	public static final Property L54_is_same_as = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L54_is_same-as");
329

    
330
	/**
331
	 * <p>This property describes the association kind of "same as" between objects.
332
	 * It is used to declare that two or more objects are exactly the same.</p>
333
	 */
334
	public static final Property L54i_is_same_as = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L54i_is_same-as");
335

    
336
	/**
337
	 * <p>This property records the inventory number that was used to identify an instance
338
	 * of E1 CRM Entity at the time this property was record. This property is a
339
	 * specialisation of L53F is not uniquely identified by.</p>
340
	 */
341
	public static final Property L55_has_inventory_no = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L55_has_inventory_no");
342

    
343
	/**
344
	 * <p>This property records the pixel width of the data object; it approximates
345
	 * a dimension that is part of the image data analysis.This property is a specialisation
346
	 * of P90 has value.</p>
347
	 */
348
	public static final Property L56_has_pixel_width = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L56_has_pixel_width");
349

    
350
	/**
351
	 * <p>This property records the pixel height of the data object; it approximates
352
	 * a dimension that is part of the image data analysis.This property is a specialisation
353
	 * of P90 has value.</p>
354
	 */
355
	public static final Property L57_has_pixel_height = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L57_has_pixel_height");
356

    
357
	/**
358
	 * <p>This property records the serial number that was assigned to identify an instance
359
	 * of E22 Man Made Object. This property is a specialisation of L53 is not uniquely
360
	 * identified by.</p>
361
	 */
362
	public static final Property L59_has_serial_number = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L59_has_serial_number");
363

    
364
	/**
365
	 * <p>This property describes the CRM Entities documented by instances of Digitization
366
	 * Processes. This property is a specialisation of P140 assigned attribute to.</p>
367
	 */
368
	public static final Property L60_documents = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L60_documents");
369

    
370
	public static final Property L60i_is_documented_by = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L60i_is_documented_by");
371

    
372
	/**
373
	 * <p>This property describes the minimum period of time covered by a digital machine
374
	 * event. It identifies the minimum extent of the event. This property is a specialisation
375
	 * of P81 ongoing throughout.</p>
376
	 */
377
	public static final Property L61_was_ongoing_at = M_MODEL.createProperty("http://www.ics.forth.gr/isl/CRMdig/L61_was_ongoing_at");
378

    
379
	/**
380
	 * <p>This class comprises events by which a digital device runs a software program
381
	 * or a series of computing operations on a digital object as a single task,
382
	 * which is completely determined by its digital input, the software and the
383
	 * generic properties of the device.</p>
384
	 */
385
	public static final Resource D10_Software_Execution = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D10_Software_Execution");
386

    
387
	/**
388
	 * <p>This class comprises actions measuring physical properties using a digital
389
	 * device, that are determined by a systematic procedure and creates an instance
390
	 * of D9 Data Object, which is stored on an instance of D13 Digital Information
391
	 * Carrier. In contrast to instances of D10 Software Execution, environmental
392
	 * factors have an intended influence on the outcome of an instance of D11 Digital
393
	 * Measurement Event. Measurement devices may include running distinct software,
394
	 * such as the RAW to JPEG conversion in digital cameras. In this case, the event
395
	 * is regarded as instance of both classes, D10 Software Execution and D11 Digital
396
	 * Measurement Event.</p>
397
	 */
398
	public static final Resource D11_Digital_Measurement_Event = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D11_Digital_Measurement_Event");
399

    
400
	/**
401
	 * <p>This class comprises events that transfer a digital object from one digital
402
	 * carrier to another. Normally, the digital object remains the same. If in general
403
	 * or by observation the transfer implies or has implied some data corruption,
404
	 * the change of the digital objects may be documented distinguishing input and
405
	 * output rather than instantiating the property L14 transferred (was transferred
406
	 * by).</p>
407
	 */
408
	public static final Resource D12_Data_Transfer_Event = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D12_Data_Transfer_Event");
409

    
410
	/**
411
	 * <p>This class comprises all instances of E84 Information Carrier that are explicitly
412
	 * designed to be used as persistent digital physical carriers of instances of
413
	 * D1 Digital Object. A D13 Digital Information Carrier may or may not contain
414
	 * information, e.g., an empty diskette.</p>
415
	 */
416
	public static final Resource D13_Digital_Information_Carrier = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D13_Digital_Information_Carrier");
417

    
418
	/**
419
	 * <p>This class comprises software codes,computer programs,procedures, and functions
420
	 * that are used to operate a system of digital objects.</p>
421
	 */
422
	public static final Resource D14_Software = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D14_Software");
423

    
424
	/**
425
	 * <p>This class comprises identifiable immaterial items that can be represented
426
	 * as sets of bit sequences, such as data sets, e-texts, images, audio or video
427
	 * items, software, etc., and are documented as single units. Any aggregation
428
	 * of instances of D1 Digital Object into a whole treated as single unit is also
429
	 * regarded as an instance of D1 Digital Object. This means that for instance,
430
	 * the content of a DVD, an XML file on it, and an element of this file, are
431
	 * regarded as distinct instances of D1 Digital Object, mutually related by the
432
	 * P106 is composed of (forms part of) property. A D1 Digital Object does not
433
	 * depend on a specific physical carrier, and it can exist on one or more carriers
434
	 * simultaneously.</p>
435
	 */
436
	public static final Resource D1_Digital_Object = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D1_Digital_Object");
437

    
438
	/**
439
	 * <p>This class comprises the proper noun name that identifies a person that acts
440
	 * as an entity.</p>
441
	 */
442
	public static final Resource D21_Person_Name = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D21_Person_Name");
443

    
444
	/**
445
	 * <p></p>
446
	 */
447
	public static final Resource D23_Room = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D23_Room");
448

    
449
	/**
450
	 * <p>This class comprises objects that make propositions about other artefacts.
451
	 * Instances of this class are not the attributes themselves, by which things
452
	 * are annotated, but represent the connection between the concepts related in
453
	 * a proposition, and the activities of creation, modification and deletion.</p>
454
	 */
455
	public static final Resource D29_Annotation_Object = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D29_Annotation_Object");
456

    
457
	/**
458
	 * <p>This class comprises events that result in the creation of instances of D9
459
	 * Data Object that represent the appearance and/or form of an instance of E18
460
	 * Physical Thing such as paper documents, statues, buildings, paintings, etc.
461
	 * A particular case is the analogue-to-digital conversion of audiovisual material.
462
	 * This class represents the transition from a material thing to an immaterial
463
	 * representation of it. The characteristic subsequent processing steps on digital
464
	 * objects are regarded as instances of D3 Formal Derivation.</p>
465
	 */
466
	public static final Resource D2_Digitization_Process = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D2_Digitization_Process");
467

    
468
	/**
469
	 * <p>This class comprises events that describe the creation of associations (Annotation
470
	 * Objects) between objects or areas of objects of the Repository, with other
471
	 * objects or regions or persons, places, events. It is the event that creates
472
	 * the Annotation Object.</p>
473
	 */
474
	public static final Resource D30_Annotation_Event = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D30_Annotation_Event");
475

    
476
	/**
477
	 * <p>This class describes a part (of any shape or size) of interest in basically
478
	 * any media object stored in the Object Repository, i.e., a text, an image,
479
	 * a video or a 3D model. It points to content consisting of just a portion or
480
	 * area of a file. In some contexts, however, the area can also point to content
481
	 * represented by an integral (i.e., proper) file. It is equal to the METS AREA
482
	 * element</p>
483
	 */
484
	public static final Resource D35_Area = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D35_Area");
485

    
486
	/**
487
	 * <p>This class comprises events that result in the creation of a D1 Digital Object
488
	 * from another one following a deterministic algorithm, such that the resulting
489
	 * instance of digital object shares representative properties with the original
490
	 * object. In other words, this class describes the transition from an immaterial
491
	 * object referred to by property L21 used as derivation source (was derivation
492
	 * source for) to another immaterial object referred to by property L22 created
493
	 * derivative (was derivative created by) preserving the representation of some
494
	 * things but in a different form. Characteristic examples are colour corrections,
495
	 * contrast changes and resizing of images.</p>
496
	 */
497
	public static final Resource D3_Formal_Derivation = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D3_Formal_Derivation");
498

    
499
	/**
500
	 * <p>This class comprises events that happen on physical digital devices following
501
	 * a human activity that intentionally caused its immediate or delayed initiation
502
	 * and results in the creation of a new instance of D1 Digital Object on behalf
503
	 * of the human actor. The input of a D7 Digital Machine Event may be parameter
504
	 * settings and/or data to be processed. Some D7 Digital Machine Events may form
505
	 * part of a wider E65 Creation event. In this case, all machine output of the
506
	 * partial events is regarded as creation of the overall activity.</p>
507
	 */
508
	public static final Resource D7_Digital_Machine_Event = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D7_Digital_Machine_Event");
509

    
510
	/**
511
	 * <p>This class comprises identifiable material items such as computers, scanners,
512
	 * cameras, etc. that have the capability to process or produce instances of
513
	 * D1 Digital Object.</p>
514
	 */
515
	public static final Resource D8_Digital_Device = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D8_Digital_Device");
516

    
517
	/**
518
	 * <p>This class comprises instances of D1 Digital Object that are the direct result
519
	 * of a digital measurement or a formal derivative of it, containing quantitative
520
	 * properties of some physical things or other constellations of matter.</p>
521
	 */
522
	public static final Resource D9_Data_Object = M_MODEL.createResource("http://www.ics.forth.gr/isl/CRMdig/D9_Data_Object");
523

    
524
}
525

    
(2-2/4)