-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathprov_dio.owl
333 lines (231 loc) · 15.4 KB
/
prov_dio.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://aligned.cs.ox.ac.uk/ontologies/prov_dio.owl#"
xml:base="http://aligned.cs.ox.ac.uk/ontologies/prov_dio.owl"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:prov="http://www.w3.org/ns/prov#">
<owl:Ontology rdf:about="http://aligned.cs.ox.ac.uk/ontologies/prov_dio.owl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2000/01/rdf-schema#comment -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdfs:comment xml:lang="en"></rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.w3.org/ns/prov#category -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category"/>
<!-- http://www.w3.org/ns/prov#component -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#component"/>
<!-- http://www.w3.org/ns/prov#constraints -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#constraints"/>
<!-- http://www.w3.org/ns/prov#definition -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#definition">
<rdfs:comment xml:lang="en">A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.w3.org/ns/prov#dm -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#dm">
<rdfs:comment xml:lang="en">A reference to the principal section of the PROV-DM document that describes this concept.</rdfs:comment>
</owl:AnnotationProperty>
<!-- http://www.w3.org/ns/prov#editorialNote -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorialNote"/>
<!-- http://www.w3.org/ns/prov#inverse -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#inverse"/>
<!-- http://www.w3.org/ns/prov#n -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#n"/>
<!-- http://www.w3.org/ns/prov#qualifiedForm -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#qualifiedForm"/>
<!-- http://www.w3.org/ns/prov#sharesDefinitionWith -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#sharesDefinitionWith"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/ns/prov#influenced -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
<owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<rdfs:label>influenced</rdfs:label>
<prov:category>expanded</prov:category>
<prov:component>agents-responsibility</prov:component>
<prov:inverse>wasInfluencedBy</prov:inverse>
<prov:sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov#wasAttributedTo -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
<rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
<rdfs:label>wasAttributedTo</rdfs:label>
<prov:category>starting-point</prov:category>
<prov:component>agents-responsibility</prov:component>
<prov:definition xml:lang="en">Attribution is the ascribing of an entity to an agent.</prov:definition>
<prov:inverse>contributed</prov:inverse>
<prov:qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
<prov:qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
<owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
<prov:definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </prov:definition>
</owl:Axiom>
<!-- http://www.w3.org/ns/prov#wasInfluencedBy -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.</rdfs:comment>
<rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.</rdfs:comment>
<rdfs:label>wasInfluencedBy</rdfs:label>
<prov:category>qualified</prov:category>
<prov:component>agents-responsibility</prov:component>
<prov:editorialNote xml:lang="en">The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
prov:wasInfluencedBy should not be used without also using one of its subproperties.
</prov:editorialNote>
<prov:inverse>influenced</prov:inverse>
<prov:qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Influence"/>
<prov:qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
<prov:sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#domain"/>
<owl:annotatedTarget>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
</owl:unionOf>
</owl:Class>
</owl:annotatedTarget>
<prov:definition>influencee: an identifier (o2) for an entity, activity, or agent; </prov:definition>
<prov:dm>http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</prov:dm>
</owl:Axiom>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#range"/>
<owl:annotatedTarget>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
</owl:unionOf>
</owl:Class>
</owl:annotatedTarget>
<prov:definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</prov:definition>
<prov:dm>http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</prov:dm>
</owl:Axiom>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/ns/prov#Activity -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
<owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:label>Activity</rdfs:label>
<prov:category>starting-point</prov:category>
<prov:component>entities-activities</prov:component>
<prov:constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</prov:constraints>
<prov:definition>An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.</prov:definition>
<prov:dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Activity</prov:dm>
<prov:n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity</prov:n>
</owl:Class>
<!-- http://www.w3.org/ns/prov#Agent -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
<rdfs:label>Agent</rdfs:label>
<prov:category>starting-point</prov:category>
<prov:component>agents-responsibility</prov:component>
<prov:definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. </prov:definition>
<prov:dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</prov:dm>
<prov:n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent</prov:n>
</owl:Class>
<!-- http://www.w3.org/ns/prov#Entity -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
<rdfs:label>Entity</rdfs:label>
<prov:category>starting-point</prov:category>
<prov:component>entities-activities</prov:component>
<prov:constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</prov:constraints>
<prov:definition xml:lang="en">An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </prov:definition>
<prov:dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-entity</prov:dm>
<prov:n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity</prov:n>
</owl:Class>
<!-- http://www.w3.org/ns/prov#Organization -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
<rdfs:label>Organization</rdfs:label>
<prov:category>expanded</prov:category>
<prov:component>agents-responsibility</prov:component>
<prov:definition>An organization is a social or legal institution such as a company, society, etc.</prov:definition>
<prov:dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</prov:dm>
<prov:n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</prov:n>
</owl:Class>
<!-- http://www.w3.org/ns/prov#Person -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
<rdfs:label>Person</rdfs:label>
<prov:category>expanded</prov:category>
<prov:component>agents-responsibility</prov:component>
<prov:definition xml:lang="en">Person agents are people.</prov:definition>
<prov:dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</prov:dm>
<prov:n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</prov:n>
</owl:Class>
<!-- http://www.w3.org/ns/prov#SoftwareAgent -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#SoftwareAgent">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
<rdfs:label>SoftwareAgent</rdfs:label>
<prov:category>expanded</prov:category>
<prov:component>agents-responsibility</prov:component>
<prov:definition xml:lang="en">A software agent is running software.</prov:definition>
<prov:dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</prov:dm>
<prov:n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</prov:n>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://www.w3.org/ns/prov#generatedAtTime">
<prov:qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
<prov:qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
<rdfs:label>generatedAtTime</rdfs:label>
<prov:category>expanded</prov:category>
<prov:editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.</prov:editorialNote>
<prov:component>entities-activities</prov:component>
<rdfs:comment xml:lang="en">The time at which an entity was completely created and is available for use.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.1.3.20151118-2017) https://github.com/owlcs/owlapi -->