-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVDI3682.owl
473 lines (325 loc) · 21.9 KB
/
VDI3682.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3id.org/hsu-aut/VDI3682#"
xml:base="http://www.w3id.org/hsu-aut/VDI3682"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:obda="https://w3id.org/obda/vocabulary#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:VDI3682="http://www.w3id.org/hsu-aut/VDI3682#">
<owl:Ontology rdf:about="http://www.w3id.org/hsu-aut/VDI3682">
<owl:versionIRI rdf:resource="http://www.w3id.org/hsu-aut/VDI3682/4.0.1"/>
<owl:versionInfo>4.0.1</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled -->
<owl:AnnotationProperty rdf:about="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3id.org/hsu-aut/VDI3682#consistsOf -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#consistsOf">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:domain rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#SystemLimit"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">Describes containment of process elements (state, process operator, system limit) within a process</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#dependency -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#dependency">
<rdfs:domain rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<rdfs:comment xml:lang="en">This ObjectProperty is not explicitly contained within the VDI 3682. It is used to describe dependencies of In- and Outputs. Due to open world assumption (OWA) the case that more than one In- or Outputs occur does always mean an alternative Input. For the case, that In- and Outputs are depending on each other, the ObjectProperty Dependency can be used. It can be interpreted as an "AND" constructor between In- and/or Outputs of a process.
E.g.: A process has two Inputs. If they are alternatives, then this fact must not be explcitly modelled. If both Inputs have to go into the process, then the "Dependency" ObjectProperty is assigned between them.
More complex example: Input A and B have to go into a process, while Input C and D are alternatives for A and B. The Inputs have to go as groups in the process. This equals: A AND B OR C AND D. The Dependency Operator is used between A and B as well as between C and D.
Furthermore, the Operator can be used to express dependencies between In- and Outputs. If A and B are alternative Inputs that result in the Ouputs C for A or D for B then this equals: A AND C or D AND B. The ObjectProperty can be used between both, In- and/or Outputs.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#flow -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#flow">
<rdfs:comment>most generic concept for flows taken from VDI3682 and refined by semantics that is used in graphical notation</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasAlternativeInput -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasAlternativeInput">
<rdfs:subPropertyOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasInput"/>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasAlternativeOutput -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasAlternativeOutput">
<rdfs:subPropertyOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasOutput"/>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasInput -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasInput">
<rdfs:subPropertyOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#flow"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<rdfs:comment>ObjectProperty that is used to link a ProcessOperator with an Input, i.e. Energy or Information or Product.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasOutput -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasOutput">
<rdfs:subPropertyOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#flow"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<rdfs:comment>ObjectProperty that is used to link a ProcessOperator with an Output, i.e. Energy or Information or Product.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasParallelInput -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasParallelInput">
<rdfs:subPropertyOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasInput"/>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasParallelOutput -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasParallelOutput">
<rdfs:subPropertyOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasOutput"/>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasPredecessor -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasPredecessor">
<owl:inverseOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasSuccessor"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasInput"/>
<rdf:Description>
<owl:inverseOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasOutput"/>
</rdf:Description>
</owl:propertyChainAxiom>
<rdfs:comment>an object property that is used to infer a predecessing relationship between entities</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasSubProcess -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasSubProcess">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#isComposedOf"/>
<rdf:Description>
<owl:inverseOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#consistsOf"/>
</rdf:Description>
</owl:propertyChainAxiom>
<rdfs:comment>Is used to find the complete decomposed process of a process operatore. Note: This is syntactic sugar as a subprocess can be found by following "isComposedOf" and the inverse of "consistsOf".</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasSuccessor -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasSuccessor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasOutput"/>
<rdf:Description>
<owl:inverseOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasInput"/>
</rdf:Description>
</owl:propertyChainAxiom>
<rdfs:comment>an object property that is used to infer a successing relationshipt between entities</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#hasUpperProcess -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#hasUpperProcess">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<rdf:Description rdf:about="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description>
<owl:inverseOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#isComposedOf"/>
</rdf:Description>
<rdf:Description>
<owl:inverseOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#consistsOf"/>
</rdf:Description>
</owl:propertyChainAxiom>
<rdfs:comment>Is used to find the parent (upper) process of a lower level process operator. Note: This is syntactic sugar as a parent process can be found by following the inverse of "isComposedOf" and the inverse of "consistsOf".</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#isAssignedTo -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#isAssignedTo">
<rdfs:domain rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource"/>
<rdfs:comment>ObjectProperty that is used to indicate that a process operator is performed by a technical resource.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#isCharacterizedBy -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#isCharacterizedBy">
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Characteristic"/>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#isComposedOf -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#isComposedOf">
<rdfs:domain rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<rdfs:comment>Used for decomposition. A process operator can be composed of multiple more detailed process operators.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#isIdentifiedBy -->
<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#isIdentifiedBy">
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Identification"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3id.org/hsu-aut/VDI3682#longName -->
<owl:DatatypeProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#longName">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment>A property that is used to give a long name to an individual.</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://www.w3id.org/hsu-aut/VDI3682#shortName -->
<owl:DatatypeProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#shortName">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment>A property that is used to give a short name to an individual.</rdfs:comment>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3id.org/hsu-aut/VDI3682#Attribute -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Attribute">
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#SystemLimit"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource"/>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#Characteristic -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Characteristic">
<rdfs:subClassOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Attribute"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Identification"/>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#Energy -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Energy">
<rdfs:subClassOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<rdfs:comment>Energy is requiered by the process operator to fullfill the process. Energy is Input and Output of a process. Energy can be any kind of energy, exp.: electricity, heat,...</rdfs:comment>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#Identification -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Identification">
<rdfs:subClassOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Attribute"/>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#Information -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Information">
<rdfs:subClassOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<rdfs:comment>Information input for a process operator can be any kind of information required to fullfill the process. Information output can be any kind of information created by the process.
[VDI 3682-1]</rdfs:comment>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#Process -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Process">
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#SystemLimit"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource"/>
<rdfs:comment>A process describes the desired behavior of a process operator, by means of a solution neutral description of inputs and outputs. Products,energies and information are converted into new products,energies and information by a process operator. The process operator implements this conversion with the help of technical resources.
[VDI3682-1]
Note that a process may have inputs and outputs. These are inputs / outputs that are on the system limit of this process.</rdfs:comment>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasInput"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasOutput"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#consistsOf"/>
</rdf:Description>
</owl:onProperty>
<owl:someValuesFrom rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasInput"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#hasOutput"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#SystemLimit"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource"/>
<rdfs:comment>One step of a process that transfers a status "before" (i.e., an input) to a status "after" (i.e., an output).
Everything that has an input and an output may be a process operator (but could also be a process).
Everything that has an input and an output AND is contained within a process is a process operator.</rdfs:comment>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#Product -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Product">
<rdfs:subClassOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<rdfs:comment>A rather generic concepts to describe all sorts of raw, intermediate or final products. Can also be used to describe flow of materials.
[VDI 3682-1]</rdfs:comment>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#State -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#State">
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#SystemLimit"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource"/>
<rdfs:comment>A State describes the actual state of a Product/Energy/Information. Exp.: status ante operationem and status post operationem.
[VDI3682-1]</rdfs:comment>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#SystemLimit -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#SystemLimit">
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource"/>
<rdfs:comment>The system limit determines the observation horizon of the process. In a broader sense, this can also be seen as the balance limit for incoming products/energy/information and outgoing products/energy/information.
[VDI 3682-1]</rdfs:comment>
</owl:Class>
<!-- http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource -->
<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource">
<rdfs:comment>The technical resource is able to implement certain processes and is an abstract description of a system.
[VDI 3682-1]</rdfs:comment>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->