-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathprocess.owl
358 lines (248 loc) · 14.2 KB
/
process.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
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY owl2 "http://www.w3.org/2006/12/owl2#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY daml "http://www.daml.org/2001/03/daml+oil#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY time "http://www.estrellaproject.org/lkif-core/time.owl#" >
<!ENTITY process "http://www.estrellaproject.org/lkif-core/process.owl#" >
<!ENTITY top "http://www.estrellaproject.org/lkif-core/lkif-top.owl#" >
<!ENTITY mereology "http://www.estrellaproject.org/lkif-core/mereology.owl#" >
<!ENTITY place "http://www.estrellaproject.org/lkif-core/relative-places.owl#" >
]>
<rdf:RDF xmlns="http://www.estrellaproject.org/lkif-core/process.owl#"
xml:base="http://www.estrellaproject.org/lkif-core/process.owl"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:top="http://www.estrellaproject.org/lkif-core/lkif-top.owl#"
xmlns:time="http://www.estrellaproject.org/lkif-core/time.owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:place="http://www.estrellaproject.org/lkif-core/relative-places.owl#"
xmlns:mereology="http://www.estrellaproject.org/lkif-core/mereology.owl#"
xmlns:owl2="http://www.w3.org/2006/12/owl2#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:process="http://www.estrellaproject.org/lkif-core/process.owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:daml="http://www.daml.org/2001/03/daml+oil#">
<owl:Ontology rdf:about="">
<owl:versionInfo rdf:datatype="&xsd;string"
>LKIF Core, version 1.1, copyright (C) 2008, the ESTRELLA consortium</owl:versionInfo>
<owl:versionInfo rdf:datatype="&xsd;string"
>Partner contributions from the University of Amsterdam (UvA).
Editor: Rinke Hoekstra (UvA)
Authors: Rinke Hoekstra (UvA), Alexander Boer (UvA), Kasper van den Berg (UvA)
Contributors: Joost Breuker (UvA)</owl:versionInfo>
<owl:versionInfo rdf:datatype="&xsd;string"
>The LKIF-Core ontology, version 1.0, is part of Deliverable 1.4 of the European project for Standardised Transparent Representations in order to Extend Legal Accessibility (ESTRELLA, IST-2004-027665), http://www.estrellaproject.org
The use of this ontology, and the OWL files through which it is distributed, is covered by the GNU Lesser General Public License (LGPL), version 2.1 (http://www.gnu.org/copyleft/lesser.html) in as far as the copyright is not covered by additional restrictions of the ESTRELLA consortium agreement ([email protected]). The LGPL license places copyright restrictions on the ontology itself but does not apply these restrictions to software that merely links with concepts defined in the ontology library. Please read the license restrictions before using this work.</owl:versionInfo>
<owl:versionInfo rdf:datatype="&xsd;string"
>This module is part of LKIF-Core, version 1.1, part of Deliverable 1.4 of ESTRELLA, IST-2004-027665</owl:versionInfo>
<owl:imports rdf:resource="http://www.estrellaproject.org/lkif-core/relative-places.owl"/>
<owl:imports rdf:resource="http://www.estrellaproject.org/lkif-core/time.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.estrellaproject.org/lkif-core/mereology.owl#direct_part_of -->
<owl:ObjectProperty rdf:about="&mereology;direct_part_of"/>
<!-- http://www.estrellaproject.org/lkif-core/mereology.owl#part -->
<owl:ObjectProperty rdf:about="&mereology;part"/>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#created_by -->
<owl:ObjectProperty rdf:about="#created_by">
<rdfs:comment rdf:datatype="&xsd;string"
>Specifies that some thing is created (i.e. a result of) by a process, and exists because of the process taking place.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#result_of"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#creation -->
<owl:ObjectProperty rdf:about="#creation">
<rdfs:comment rdf:datatype="&xsd;string"
>Specifies that some thing is created (i.e. a result of) by a process, and exists because of the process taking place.</rdfs:comment>
<owl:inverseOf rdf:resource="#created_by"/>
<rdfs:subPropertyOf rdf:resource="#result"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#participant -->
<owl:ObjectProperty rdf:about="#participant">
<rdfs:comment rdf:datatype="&xsd;string"
>A participant is someone or something that participates in a change, i.e. is involved in a change</rdfs:comment>
<rdfs:domain rdf:resource="#Change"/>
<rdfs:range rdf:resource="&owl;Thing"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#participant_in -->
<owl:ObjectProperty rdf:about="#participant_in">
<rdfs:comment rdf:datatype="&xsd;string"
>Specifies that some thing participates in a process</rdfs:comment>
<rdfs:range rdf:resource="#Change"/>
<owl:inverseOf rdf:resource="#participant"/>
<rdfs:domain rdf:resource="&owl;Thing"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#requirement -->
<owl:ObjectProperty rdf:about="#requirement">
<rdfs:comment rdf:datatype="&xsd;string"
>A requirement relation relates the process with a prerequisite for that process: without it the process cannot occur</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#participant"/>
<owl:inverseOf rdf:resource="#requirement_of"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#requirement_of -->
<owl:ObjectProperty rdf:about="#requirement_of">
<rdfs:comment rdf:datatype="&xsd;string"
>Specifies that some participant is a requirement for a process</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#participant_in"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#resource -->
<owl:ObjectProperty rdf:about="#resource">
<rdfs:comment rdf:datatype="&xsd;string"
>A resource is some quantity of something used to perform the action: i.e. time, energy</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#participant"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#resource_for -->
<owl:ObjectProperty rdf:about="#resource_for">
<rdfs:comment rdf:datatype="&xsd;string"
>Specifies that some participant is a resource for a process</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#participant_in"/>
<owl:inverseOf rdf:resource="#resource"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#result -->
<owl:ObjectProperty rdf:about="#result">
<rdfs:comment rdf:datatype="&xsd;string"
>Specifies that some participant is the result of the process, it might have existed before the process took place, but is in some way altered</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#participant"/>
</owl:ObjectProperty>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#result_of -->
<owl:ObjectProperty rdf:about="#result_of">
<rdfs:comment rdf:datatype="&xsd;string"
>Specifies that some participant is the result of a process, it might have existed before the process took place, but is in some way altered (an 'inanimate' goal of an act)</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#participant_in"/>
<owl:inverseOf rdf:resource="#result"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.estrellaproject.org/lkif-core/lkif-top.owl#Mental_Entity -->
<owl:Class rdf:about="⊤Mental_Entity"/>
<!-- http://www.estrellaproject.org/lkif-core/lkif-top.owl#Physical_Entity -->
<owl:Class rdf:about="⊤Physical_Entity"/>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#Change -->
<owl:Class rdf:about="#Change">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="#result"/>
<owl:someValuesFrom rdf:resource="&owl;Thing"/>
</owl:Restriction>
</owl:equivalentClass>
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="#requirement"/>
<owl:someValuesFrom rdf:resource="&owl;Thing"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&owl;Thing"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&mereology;part"/>
<owl:allValuesFrom rdf:resource="#Change"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="#Physical_Object"/>
<rdfs:comment rdf:datatype="&xsd;string"
>A change is a difference between the situation before and after the change occurs (the event of the change). A change can be instantaneous</rdfs:comment>
</owl:Class>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#Continuation -->
<owl:Class rdf:about="#Continuation">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="#requirement"/>
<owl:someValuesFrom rdf:resource="#Initiation"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="#Change"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&mereology;direct_part_of"/>
<owl:someValuesFrom rdf:resource="#Change"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="&xsd;string"
>The continuation of a change, once initiated</rdfs:comment>
</owl:Class>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#Initiation -->
<owl:Class rdf:about="#Initiation">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="#result"/>
<owl:someValuesFrom rdf:resource="#Continuation"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="#Change"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&mereology;direct_part_of"/>
<owl:someValuesFrom rdf:resource="#Change"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="&xsd;string"
>The initation of a change</rdfs:comment>
</owl:Class>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#Mental_Process -->
<owl:Class rdf:about="#Mental_Process">
<rdfs:subClassOf rdf:resource="⊤Mental_Entity"/>
<rdfs:subClassOf rdf:resource="#Process"/>
<rdfs:comment
>A mental, i.e. non-physical, process that has no physical effects. Examples are (human) thought and reasoning.</rdfs:comment>
</owl:Class>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#Physical_Object -->
<owl:Class rdf:about="#Physical_Object">
<rdfs:subClassOf rdf:resource="⊤Physical_Entity"/>
<rdfs:comment rdf:datatype="&xsd;string"
>A physical object is a physical entity consisting of matter, it has a spatio-temporal extension.</rdfs:comment>
</owl:Class>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#Physical_Process -->
<owl:Class rdf:about="#Physical_Process">
<rdfs:subClassOf rdf:resource="⊤Physical_Entity"/>
<rdfs:subClassOf rdf:resource="#Process"/>
</owl:Class>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#Process -->
<owl:Class rdf:about="#Process">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="#resource"/>
<owl:someValuesFrom rdf:resource="&time;Temporal_Occurrence"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="#Change"/>
<rdfs:comment rdf:datatype="&xsd;string"
>A process is a 'causal' change: any change which can be explained through some known or understood causal structure. Every process has some Time_Period as duration.</rdfs:comment>
</owl:Class>
<!-- http://www.estrellaproject.org/lkif-core/process.owl#Termination -->
<owl:Class rdf:about="#Termination">
<owl:equivalentClass>
<owl:Restriction>
<owl:onProperty rdf:resource="#requirement"/>
<owl:someValuesFrom rdf:resource="#Continuation"/>
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="#Change"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&mereology;direct_part_of"/>
<owl:someValuesFrom rdf:resource="#Change"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="&xsd;string"
>The termination of a change.</rdfs:comment>
</owl:Class>
<!-- http://www.estrellaproject.org/lkif-core/time.owl#Temporal_Occurrence -->
<owl:Class rdf:about="&time;Temporal_Occurrence"/>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<owl:Class rdf:about="&owl;Thing"/>
</rdf:RDF>