-
Notifications
You must be signed in to change notification settings - Fork 0
/
decprov.html
315 lines (315 loc) · 13.5 KB
/
decprov.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Decision Provenance ontology (DecPROV)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="pylode">made by <a href="http://github.com/rdflib/pyLODE">pyLODE</a></div>
<h1>Decision Provenance ontology (DecPROV)</h1>
<section id="metadata">
<h2 style="display:none;">Metadata</h2>
<dl>
<dt>IRI</dt>
<dd><code>http://promsns.org/def/decprov</code></dd>
<dt>Creator(s)</dt>
<dd>
<a href="http://orcid.org/0000-0002-8742-7730">Nicholas J. Car</a> (<a href="mailto:nicholas.car@surroundaustralia.com">nicholas.car@surroundaustralia.com</a>) of <a href="https://surroundaustralia.com">SURROUND Australia Pty Ltd</a><br/>
</dd>
<dt>Created</dt>
<dd>2017-06-28</dd>
<dt>Modified</dt>
<dd>2019-08-20</dd>
<dt>Version Information</dt>
<dd>2.0</dd>
<dt>Version IRI</dt>
<dd><a href="http://promsns.org/def/decprov">http://promsns.org/def/decprov</a></dd>
<dt>Imports</dt>
<dd>
<a href="http://www.w3.org/ns/prov-o">http://www.w3.org/ns/prov-o</a><br/>
</dd>
<dt>Ontology Source</dt>
<dd><a href="decprov.ttl">RDF (turtle)</a></dd>
</dl>
<h2>Description</h2>
<div id="description">
<p>This ontology is a reduced-in-scope version of the <a href="https://www.w3.org/2005/Incubator/decision/">W3C Decisions and Decision-Making Incubator Group</a>'s Decision Ontology (DO) which can be found at <a href="https://github.com/nicholascar/decision-o">https://github.com/nicholascar/decision-o</a>. It has been re-worked to align entirely with the W3C's <a href="https://www.w3.org/TR/prov-o/">PROV ontology</a> since it is widely recognised that analysing the elements of decisions <em>post hoc</em> is an exercise in provenance.</p>
<p>Unlike the original DO, this ontology cannot be used for <em>normative</em> scenarios: it is only capable of recording decisions that have already been made (so-called <em>data-driven</em> use in the DO). This is because PROV, to which this ontology is completely mapped, does not have a templating system which can indicate what <em>should</em> occur in future scenarios.</p>
<p>This ontology introduces only one new element for decision modelling over that which was present in the DO: an Agent which allows agency in decision making to be recorded.</p>
</div>
</section>
<section id="toc">
<h2>Table of Contents</h2>
<ol>
<li><a href="#classes">Classes</a></li>
<li><a href="#objectproperties">Object Properties</a></li>
<li><a href="#namespaces">Namespaces</a></li>
</ol>
</section>
<section id="overview">
<h2>Overview</h2>
<div class="figure" style="margin-bottom:10px;">
<a href="decprov.svg"><img style="width:65%;" src="decprov.svg" alt="DecPROV diagrammatic overview" /></a>
<div class="caption"><strong>Figure 1:</strong> Diagrammatic overview of this ontology</div>
</div>
</section>
<section id="classes">
<h2>Classes <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<ul class="hlist">
<li><a href="#answer">Answer</a></li>
<li><a href="#decisioninputdata">Decision Input Data</a></li>
<li><a href="#decisionlogicexpression">Decision Logic Expression</a></li>
<li><a href="#decisionmaking">Decision Making</a></li>
<li><a href="#question">Question</a></li>
<li><a href="#requirement">Requirement</a></li>
</ul>
<div class="entity class" id="decisioninputdata">
<h3>Decision Input Data<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://promsns.org/def/decprov#DecisionInputData</code></td>
</tr>
<tr>
<th>Description</th>
<td>
A Decision Input Data is an Entity that in input to (prov:used by) a DecisionMaking.
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="http://www.w3.org/ns/prov#Entity">prov:Entity</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="decisionlogicexpression">
<h3>Decision Logic Expression<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://promsns.org/def/decprov#DecisonLogicExpression</code></td>
</tr>
<tr>
<th>Description</th>
<td>
A Decision Logic Expression is a prov:Plan that instructs a course of decision making action.
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="http://www.w3.org/ns/prov#Plan">prov:Plan</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="answer">
<h3>Answer<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://promsns.org/def/do#Answer</code></td>
</tr>
<tr>
<th>Description</th>
<td>
A recorded answer to a Question
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="http://www.w3.org/ns/prov#Entity">prov:Entity</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
<tr>
<th>Restrictions</th>
<td>
<a href="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <span class="cardinality">some</span> <a href="http://promsns.org/def/do#DecisionMaking">do:DecisionMaking</a> <sup class="sup-c" title="class">c</sup><br/>
<a href="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <span class="cardinality">some</span> <a href="http://promsns.org/def/do#Question">do:Question</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
<tr>
<th>In domain of</th>
<td>
<a href="#hadquestion">http://promsns.org/def/decprov#hadQuestion</a> <sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="decisionmaking">
<h3>Decision Making<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://promsns.org/def/do#DecisionMaking</code></td>
</tr>
<tr>
<th>Description</th>
<td>
A temporal event in which decision processes are undertaken, such as initiating sub-questions for the question to be answered, consideration of options etc.
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="http://www.w3.org/ns/prov#Activity">prov:Activity</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="question">
<h3>Question<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://promsns.org/def/do#Question</code></td>
</tr>
<tr>
<th>Description</th>
<td>
A recorded question
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="http://www.w3.org/ns/prov#Entity">prov:Entity</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
<tr>
<th>In range of</th>
<td>
<a href="#hadquestion">http://promsns.org/def/decprov#hadQuestion</a> <sup class="sup-op" title="object property">op</sup><br/>
</td>
</tr>
</table>
</div>
<div class="entity class" id="requirement">
<h3>Requirement<sup title="class" class="type-c">c</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://promsns.org/def/do#Requirement</code></td>
</tr>
<tr>
<th>Description</th>
<td>
Requirements require something from an OptionSelection Activity. They indicate their requirement with a set (a class) of objects. They are then satisified by the presense of an onject within that class. Multiple Requirements can be intersected to require very specific OptionSelection outcomes.
</td>
</tr>
<tr>
<th>Super-classes</th>
<td>
<a href="http://www.w3.org/ns/prov#Entity">prov:Entity</a> <sup class="sup-c" title="class">c</sup><br/>
</td>
</tr>
</table>
</div>
</section>
<section id="objectproperties">
<h2>Object Properties <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<ul class="hlist">
<li><a href="#hadanswer">had answer</a></li>
<li><a href="#hadquestion">had question</a></li>
</ul>
<div class="entity property" id="hadanswer">
<h3>had answer<sup title="object property" class="type-op">op</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://promsns.org/def/decprov#hadAnswer</code></td>
</tr>
<tr>
<th>Description</th>
<td>
Links a Question to an Answer that a DecisionMaking generated for it.
</td>
</tr>
<tr>
<th>Super-properties</th>
<td>
<a href="http://www.w3.org/ns/prov#generated">prov:generated</a>
</td>
</tr>
</table>
</div>
<div class="entity property" id="hadquestion">
<h3>had question<sup title="object property" class="type-op">op</sup></h3>
<table>
<tr>
<th>IRI</th>
<td><code>http://promsns.org/def/decprov#hadQuestion</code></td>
</tr>
<tr>
<th>Description</th>
<td>
Links an Answer to the Question that motivated a DecisionMaking to generate it.
</td>
</tr>
<tr>
<th>Super-properties</th>
<td>
<a href="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a>
</td>
</tr>
<tr>
<th>Domain(s)</th>
<td>
<a href="http://promsns.org/def/do#Answer">do:Answer</a> <sup class="sup-c" title="class">c</sup>
</td>
</tr>
<tr>
<th>Range(s)</th>
<td>
<a href="http://promsns.org/def/do#Question">do:Question</a> <sup class="sup-c" title="class">c</sup>
</td>
</tr>
</table>
</div>
</section>
<section id="namespaces">
<h2>Namespaces <span style="float:right; font-size:smaller;"><a href="">↑</a></span></h2>
<dl>
<dt><em>default (:)</em></dt>
<dd><code>http://promsns.org/def/decprov#</code></dd>
<dt>dct</dt>
<dd><code>http://purl.org/dc/terms/</code></dd>
<dt>do</dt>
<dd><code>http://promsns.org/def/do#</code></dd>
<dt>owl</dt>
<dd><code>http://www.w3.org/2002/07/owl#</code></dd>
<dt>prov</dt>
<dd><code>http://www.w3.org/ns/prov#</code></dd>
<dt>rdf</dt>
<dd><code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code></dd>
<dt>rdfs</dt>
<dd><code>http://www.w3.org/2000/01/rdf-schema#</code></dd>
<dt>sdo</dt>
<dd><code>https://schema.org/</code></dd>
<dt>sdo2</dt>
<dd><code>http://schema.org/</code></dd>
<dt>skos</dt>
<dd><code>http://www.w3.org/2004/02/skos/core#</code></dd>
<dt>xml</dt>
<dd><code>http://www.w3.org/XML/1998/namespace</code></dd>
<dt>xsd</dt>
<dd><code>http://www.w3.org/2001/XMLSchema#</code></dd>
</dl>
</section>
<section id="legend">
<h2>Legend</h2>
<table class="entity">
<tr><td><sup class="type-c" title="Classes">c</sup></td><td>Classes</td></tr>
<tr><td><sup class="type-op" title="Object Properties">op</sup></td><td>Object Properties</td></tr>
<tr><td><sup class="type-dp" title="Data Properties">dp</sup></td><td>Data Properties</td></tr>
<tr><td><sup class="type-ap" title="Annotation Properties">dp</sup></td><td>Annotation Properties</td></tr>
<tr><td><sup class="type-p" title="Properties">p</sup></td><td>Properties</td></tr>
<tr><td><sup class="type-ni" title="Named Individuals">ni</sup></td><td>Named Individuals</td></tr>
</table>
</section>
</body>
</html>