-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservice_provenance.owl
executable file
·306 lines (305 loc) · 12.9 KB
/
service_provenance.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
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
xmlns:service="http://purl.org/provenance/service-provenance#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:pml-provenance="http://inference-web.org/2.0/pml-provenance.owl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://purl.org/provenance/service-provenance">
<owl:Ontology rdf:about="">
<owl:imports rdf:resource="http://www.w3.org/ns/prov#"/>
<owl:imports rdf:resource="http://www.w3.org/2002/07/owl"/>
</owl:Ontology>
<owl:Class rdf:ID="WorkflowTool">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The execution of a workflow tool such as Kepler or Taveran</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
</owl:Class>
<owl:Class rdf:ID="GeographicalLocation">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Location"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The location of points or places based on a area or boundary governed by common law, e.g. a state, country, town, etc.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="Device">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The set of devices used in various events.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
</owl:Class>
<owl:Class/>
<owl:Class rdf:ID="Application">
<rdfs:subClassOf rdf:resource="#Device"/>
<owl:disjointWith>
<owl:Class rdf:ID="Instrument"/>
</owl:disjointWith>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A software tool or methodology used in data collection or analysis.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="Limitation">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A defect, failing, or condition that limits ability</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="Explanation"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="WebServiceBundle">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A collection of web service execution steps (processes)</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Bundle"/>
</owl:Class>
<owl:Class rdf:ID="Input">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Data objects that are manipulated by an action.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
</owl:Class>
<owl:Class rdf:ID="Hypothesis">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A proposed explanation based on limited evidence.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#Explanation"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="TransactionLocation">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The location of a data object in a server or database. This is often represented by a URI.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Location"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>0</owl:minCardinality>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="URI"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="WebServiceCall">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A call to execute a web service.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="operation"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="input"/>
</owl:onProperty>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>0</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>0</owl:minCardinality>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="output"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="serviceLocation"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="WebService">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#SoftwareAgent"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="description"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="name"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="version"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A Web Service.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="Output">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Data objects that are produced by an action.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#Instrument">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A physical peice of hardware used to collect or analyse data.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#Device"/>
</owl:Class>
<owl:Class rdf:ID="PhysicalLocation">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The position of points or places based on a global positioning system, i.e. a coordinate system</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Location"/>
</owl:Class>
<owl:Class/>
<owl:Class rdf:about="#Explanation">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A reason, justification, or clarifying statement</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
</owl:Class>
<owl:Class rdf:ID="Precondition">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Conditions that must hold prior to enactment of an action.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="Setting">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A set of settings a device can take.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="Assumption">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A belief lacking any evidence of support.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#Explanation"/>
</owl:Class>
<owl:Class rdf:ID="Function">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A set of functions a device can have, i.e. the ways in which it can operate or be operated.</rdfs:comment>
</owl:Class>
<owl:Class/>
<owl:Class rdf:ID="WebServiceProcess">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An execution step within a web service.</rdfs:comment>
</owl:Class>
<owl:ObjectProperty rdf:ID="partOf">
<rdfs:domain>
<owl:Restriction>
<owl:onProperty rdf:resource="#partOf"/>
<owl:someValuesFrom rdf:resource="#Output"/>
</owl:Restriction>
</rdfs:domain>
<rdfs:domain>
<owl:Restriction>
<owl:someValuesFrom rdf:resource="#Precondition"/>
<owl:onProperty rdf:resource="#partOf"/>
</owl:Restriction>
</rdfs:domain>
<rdfs:domain>
<owl:Restriction>
<owl:someValuesFrom rdf:resource="#Explanation"/>
<owl:onProperty rdf:resource="#partOf"/>
</owl:Restriction>
</rdfs:domain>
<rdfs:domain>
<owl:Restriction>
<owl:someValuesFrom rdf:resource="#Setting"/>
<owl:onProperty rdf:resource="#partOf"/>
</owl:Restriction>
</rdfs:domain>
<rdfs:domain>
<owl:Restriction>
<owl:onProperty rdf:resource="#partOf"/>
<owl:someValuesFrom rdf:resource="#Input"/>
</owl:Restriction>
</rdfs:domain>
<rdfs:domain>
<owl:Restriction>
<owl:onProperty rdf:resource="#partOf"/>
<owl:someValuesFrom rdf:resource="#Function"/>
</owl:Restriction>
</rdfs:domain>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="#input">
<rdfs:domain rdf:resource="#WebServiceCall"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#version">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#WebService"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#description">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Device"/>
<owl:Class rdf:about="#WebService"/>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#output">
<rdfs:domain rdf:resource="#WebServiceCall"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#name">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#WebService"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#URI">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:domain rdf:resource="#TransactionLocation"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#serviceLocation">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#WebServiceCall"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#operation">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#WebServiceCall"/>
</owl:DatatypeProperty>
<owl:AnnotationProperty rdf:about="http://inference-web.org/2.0/pml-provenance.owl#hasDocument">
<rdfs:domain rdf:resource="#Application"/>
</owl:AnnotationProperty>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
<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>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
<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>
</rdf:Description>
</rdf:RDF>
<!-- Created with Protege (with OWL Plugin 3.4.8, Build 629) http://protege.stanford.edu -->