-
Notifications
You must be signed in to change notification settings - Fork 1
/
agr.html
478 lines (478 loc) · 36.2 KB
/
agr.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
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
473
474
475
476
477
478
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Agreements ontology</title>
<link href="https://promsns.org/static/LODE/owl.css" rel="stylesheet" type="text/css" />
<link href="https://promsns.org/static/LODE/Primer.css" rel="stylesheet" type="text/css" />
<link href="https://promsns.org/static/LODE/rec.css" rel="stylesheet" type="text/css" />
<link href="https://promsns.org/static/LODE/extra.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="head">
<h1>Agreements ontology</h1>
<dl>
<dt>IRI:</dt>
<dd>http://promsns.org/def/agr</dd>
<dt>Version IRI:</dt>
<dd>http://promsns.org/def/agr/1.3</dd>
</dl>
<dl>
<dt>Current version:</dt>
<dd>1.3</dd>
</dl>
<dl>
<dt>Authors:</dt>
<dd><a href="http://orcid.org/0000-0002-8742-7730">http://orcid.org/0000-0002-8742-7730</a></dd>
</dl>
<dl>
<dt>Imported Ontologies:</dt>
<dd><a href="http://www.w3.org/ns/org">http://www.w3.org/ns/org</a></dd>
<dd><a href="http://www.w3.org/ns/prov-o#">http://www.w3.org/ns/prov-o#</a></dd>
</dl>
<dl>
<dt>Other formats:</dt>
<dd><a href="http://promsns.org/def/agr.ttl">Ontology source in RDF (turtle)</a></dd>
</dl>
<dl>
<dt>Further documentation & examples:</dt>
<dd><a href="http://github.com/nicholascar/agr-ont">This ontology on GitHub</a></dd>
</dl>
</div>
<hr />
<h2>Abstract</h2>
<span class="markdown">This Agreements Ontology is designed to model 'agreements' which are social contracts that include licenses, laws, contracts, Memoranda of Understanding, standards and definitional metadata.
Agreements' purposes are to effect the behaviour of Agents that use Entities or undertake Activities. This ontology defines those effects as further actions (Requirment Resolutions) that satisfy stated Requirements articulated within the Agreement. The Requirement Resolutions can compelled to be performed with one of a number of different Imperatives such as MUST, SHOULD etc.
This ontology's purpose is to support data sharing by making explicit the relationships between agreements and data, agreements and actions and agreements and Agents (people and organisations). Eventually it will also help with the interplay between different classes of agreements.</span>
<div id="toc">
<h2>Table of Content</h2>
<ol>
<li><a href="#classes">Classes</a></li>
<li><a href="#objectproperties">Object Properties</a></li>
<li><a href="#namedindividuals">Named Individuals</a></li>
<li><a href="#annotationproperties">Annotation Properties</a></li>
<li><a href="#namespacedeclarations">Namespace Declarations</a></li>
</ol>
</div>
<div id="img">
<img src="agr.png" alt="Image of all Agreements ontology classes and properties">
<p><em><strong>Figure 1</strong>: All the Agreements ontology classes and their properties</em></p>
</div>
<div id="classes">
<h2>Classes</h2>
<ul class="hlist">
<li><a href="#Agreement" title="http://promsns.org/def/agr#Agreement">Agreement</a></li>
<li><a href="#Imperative" title="http://promsns.org/def/agr#Imperative">Imperative</a></li>
<li><a href="#License" title="http://promsns.org/def/agr#License"><span>License</span></a></li>
<li><a href="#Requirement" title="http://promsns.org/def/agr#Requirement">Requirement</a></li>
<li><a href="#RequirementResolution" title="http://promsns.org/def/agr#RequirementResolution">Requirement Resolution</a></li>
</ul>
<div id="Agreement" class="entity">
<a name="http://promsns.org/def/agr#Agreement"></a>
<h3>Agreement<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#Agreement</p>
<div class="comment"><span class="markdown">A collection of Requirements.</span></div>
<dl class="description">
<dt>has super-classes</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#Collection">collection</span></dd>
<dt>has sub-classes</dt>
<dd><a href="#License" title="http://promsns.org/def/agr#License">License</a><sup title="class" class="type-c">c</sup></dd>
<dt>is in range of</dt>
<dd><a href="#hadAgreement" title="http://promsns.org/def/agr#hadAgreement">had agreement</a><sup title="object property" class="type-op">op</sup>, <span class="dotted" title="http://promsns.org/def/agr#requirementOf">requirement of</span>, <a href="#scopeOf" title="http://promsns.org/def/agr#scopeOf">scope of</a><sup title="object property" class="type-op">op</sup>, <a href="#withinScopeOf" title="http://promsns.org/def/agr#withinScopeOf">within scope</a><sup title="object property" class="type-op">op</sup></dd>
</dl>
</div>
<div id="Imperative" class="entity">
<a name="http://promsns.org/def/agr#Imperative"></a>
<h3>Imperative<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#Imperative</p>
<div class="comment"><span class="markdown">An Imperative is the force with which a Requirement compels an Agents within the scope of an Agreement containing that Requirment to take action expressed in a RequirementResolution.</span></div>
<dl class="description">
<dt>has super-classes</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#Plan">plan</span></dd>
<dt>is in range of</dt>
<dd><a href="#hadImperative" title="http://promsns.org/def/agr#hadImperative">had imperative</a><sup title="object property" class="type-op">op</sup></dd>
</dl>
</div>
<div id="License" class="entity">
<a name="http://promsns.org/def/agr#License"></a>
<h3>License<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#License</p>
<div class="comment"><span class="markdown">A specialised Agreement pertaining to licensing.
This subclass introduces no restrictions to Agreement but is defined in this ontology due to the common expected use of Agreements for licenses. Its inclusion also indicated how (by subclassing) laws, MoUs and other specialised Agreements should be made.</span>
</div>
<dl class="description">
<dt>has super-classes</dt>
<dd><a href="#Agreement" title="http://promsns.org/def/agr#Agreement">Agreement</a><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="Requirement" class="entity">
<a name="http://promsns.org/def/agr#Requirement"></a>
<h3>Requirement<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#Requirement</p>
<div class="comment"><span class="markdown">An action that may be requested of an agent requiring demonstrable fullfillment via a RequirmentResolution action with an imperative given by a RequirementLevel. The RequirmentResolution is thus conducted in accordance with the instructions implicit or explicit in the Requirement.
A Requrement is a specialised version of both a Creative Commons Requirement (a cc:Requirement is "an action that may or may not be requested of you") and a prov:Plan ("A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals").</span>
</div>
<dl class="description">
<dt>has super-classes</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#Plan">plan</span></dd>
<dd><span class="dotted" title="https://creativecommons.org/ns#Requirement">requirement</span><sup title="class" class="type-c">c</sup></dd>
<dd><a href="#hadImperative" title="http://promsns.org/def/agr#hadImperative">had imperative</a><sup title="object property" class="type-op">op</sup> <span class="logic">exactly</span> 1 <a href="#Imperative" title="http://promsns.org/def/agr#Imperative">Imperative</a><sup title="class" class="type-c">c</sup></dd>
<dd><a href="#wasMemberOf" title="http://promsns.org/def/agr#wasMemberOf">was member of</a><sup title="object property" class="type-op">op</sup> <span class="logic">some</span> <a href="#Agreement" title="http://promsns.org/def/agr#Agreement">Agreement</a><sup title="class" class="type-c">c</sup></dd>
<dt>is in range of</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#requires">requires</span>, <a href="#satisfies" title="http://promsns.org/def/agr#satisfies">satisfies</a><sup title="object property" class="type-op">op</sup></dd>
</dl>
</div>
<div id="RequirementResolution" class="entity">
<a name="http://promsns.org/def/agr#RequirementResolution"></a>
<h3>Requirement Resolution<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#RequirementResolution</p>
<div class="comment"><span class="markdown">An action (a prov:Activity) that resolves one or more Requirements.
Since a Requirement is a subclass of prov:Plan, a Requirement Resolution is then a prov:Activity which is conducted according to the Plan.</span>
</div>
<dl class="description">
<dt>has super-classes</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#Activity">activity</span></dd>
<dd><a href="#satisfies" title="http://promsns.org/def/agr#satisfies">satisfies</a><sup title="object property" class="type-op">op</sup> <span class="logic">some</span> <a href="#Requirement" title="http://promsns.org/def/agr#Requirement">Requirement</a><sup title="class" class="type-c">c</sup></dd>
<dt>is in domain of</dt>
<dd><a href="#satisfies" title="http://promsns.org/def/agr#satisfies">satisfies</a><sup title="object property" class="type-op">op</sup></dd>
</dl>
</div>
</div>
<div id="objectproperties">
<h2>Object Properties</h2>
<ul class="hlist">
<li><a href="#hadAgreement" title="http://promsns.org/def/agr#hadAgreement">had agreement</a></li>
<li><a href="#hadImperative" title="http://promsns.org/def/agr#hadImperative">had imperative</a></li>
<li><a href="#hadScope" title="http://promsns.org/def/agr#hadScope"><span>had scope</span></a></li>
<li><a href="#satisfiedBy" title="http://promsns.org/def/agr#satisfiedBy"><span>satisfied by</span></a></li>
<li><a href="#satisfies" title="http://promsns.org/def/agr#satisfies">satisfies</a></li>
<li><a href="#scopeOf" title="http://promsns.org/def/agr#scopeOf">scope of</a></li>
<li><a href="#wasMemberOf" title="http://promsns.org/def/agr#wasMemberOf"><span>was member of</span></a></li>
<li><a href="#withinScopeOf" title="http://promsns.org/def/agr#withinScopeOf">within scope</a></li>
</ul>
<div id="hadAgreement" class="entity">
<a name="http://promsns.org/def/agr#hadAgreement"></a>
<h3>had agreement<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#hadAgreement</p>
<div class="comment"><span class="markdown">Anything (an endurant thing like a Dataset or a Car) or a perdurant thing (like a course of action or a process) can have a related Agreement that affects Agents related to the production, use or agency related to the thing.
The way Agreements affect Agents is through the articulation of Requirements - required actions - which exist with varying imperatives.</span>
</div>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#wasInfluencedBy">was influenced by</span></dd>
<dt>has range</dt>
<dd><a href="#Agreement" title="http://promsns.org/def/agr#Agreement">Agreement</a><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
</div>
<div id="hadImperative" class="entity">
<a name="http://promsns.org/def/agr#hadImperative"></a>
<h3>had imperative<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#hadImperative</p>
<div class="comment"><span class="markdown">Something (permissive domain for this property) had an imperative according to a particular Imperative.
e.g. Requirement X: "Undertake Action Y" hadImperative agr:MUST
This indicates the Requirment MUST be stafisfied by the undertaking of Action Y.
The Imperative individuals are sources from RFC2119 (https://www.ietf.org/rfc/rfc2119.txt).</span>
</div>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#hadPlan">had plan</span></dd>
<dt>has range</dt>
<dd><a href="#Imperative" title="http://promsns.org/def/agr#Imperative">Imperative</a><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
</div>
<div id="hadScope" class="entity">
<a name="http://promsns.org/def/agr#hadScope"></a>
<h3>had scope<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#hadScope</p>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#wasInfluencedBy">was influenced by</span></dd>
<dt>is inverse of</dt>
<dd><a href="#scopeOf" title="http://promsns.org/def/agr#scopeOf">scope of</a><sup title="object property" class="type-op">op</sup></dd>
</dl>
</div>
</div>
<div id="satisfiedBy" class="entity">
<a name="http://promsns.org/def/agr#satisfiedBy"></a>
<h3>satisfied by<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#satisfiedBy</p>
<div class="comment"><span class="markdown">satisfied by</span></div>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#wasInfluencedBy">was influenced by</span></dd>
<dt>is inverse of</dt>
<dd><a href="#satisfies" title="http://promsns.org/def/agr#satisfies">satisfies</a><sup title="object property" class="type-op">op</sup></dd>
</dl>
</div>
</div>
<div id="satisfies" class="entity">
<a name="http://promsns.org/def/agr#satisfies"></a>
<h3>satisfies<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#satisfies</p>
<div class="comment"><span class="markdown">A Requirement Resolution may satisfy Requirement(s)</span></div>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#wasInfluencedBy">was influenced by</span></dd>
<dt>has domain</dt>
<dd><a href="#RequirementResolution" title="http://promsns.org/def/agr#RequirementResolution">Requirement Resolution</a><sup title="class" class="type-c">c</sup></dd>
<dt>has range</dt>
<dd><a href="#Requirement" title="http://promsns.org/def/agr#Requirement">Requirement</a><sup title="class" class="type-c">c</sup></dd>
<dt>is inverse of</dt>
<dd><a href="#satisfiedBy" title="http://promsns.org/def/agr#satisfiedBy">satisfied by</a><sup title="object property" class="type-op">op</sup></dd>
</dl>
</div>
</div>
<div id="scopeOf" class="entity">
<a name="http://promsns.org/def/agr#scopeOf"></a>
<h3>scope of<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#scopeOf</p>
<div class="comment"><span class="markdown">An Agent is within the scopeOf an Agreement if that Agent, or members of it if it is a collection Agent such as a Group or Organisation, are bound by that Agreement's requirements within a certain Agreement use scenario.</span></div>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#wasInfluencedBy">was influenced by</span></dd>
<dt>has range</dt>
<dd><a href="#Agreement" title="http://promsns.org/def/agr#Agreement">Agreement</a><sup title="class" class="type-c">c</sup></dd>
<dt>is inverse of</dt>
<dd><a href="#hadScope" title="http://promsns.org/def/agr#hadScope">had scope</a><sup title="object property" class="type-op">op</sup></dd>
</dl>
</div>
</div>
<div id="wasMemberOf" class="entity">
<a name="http://promsns.org/def/agr#wasMemberOf"></a>
<h3>was member of<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#wasMemberOf</p>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#wasInfluencedBy">was influenced by</span></dd>
<dt>is inverse of</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#hadMember">had member</span></dd>
</dl>
</div>
</div>
<div id="withinScopeOf" class="entity">
<a name="http://promsns.org/def/agr#withinScopeOf"></a>
<h3>within scope<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#withinScopeOf</p>
<div class="comment"><span class="markdown">inverse of hasWithinScope</span></div>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://www.w3.org/ns/prov#wasInfluencedBy">was influenced by</span></dd>
<dt>has range</dt>
<dd><a href="#Agreement" title="http://promsns.org/def/agr#Agreement">Agreement</a><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
</div>
</div>
<div id="namedindividuals">
<h2>Named Individuals</h2>
<ul class="hlist">
<li><a href="#MAY" title="http://promsns.org/def/agr#MAY">MAY</a></li>
<li><a href="#MUST" title="http://promsns.org/def/agr#MUST">MUST</a></li>
<li><a href="#MUST_NOT" title="http://promsns.org/def/agr#MUST_NOT">MUST NOT</a></li>
<li><a href="#d4e411" title="https://orcid.org/0000-0002-8742-7730">Nicholas Car</a></li>
<li><a href="#OPTIONAL" title="http://promsns.org/def/agr#OPTIONAL">OPTIONAL</a></li>
<li><a href="#RECOMMENDED" title="http://promsns.org/def/agr#RECOMMENDED">RECOMMENDED</a></li>
<li><a href="#REQUIRED" title="http://promsns.org/def/agr#REQUIRED">REQUIRED</a></li>
<li><a href="#SHALL" title="http://promsns.org/def/agr#SHALL">SHALL</a></li>
<li><a href="#SHALL_NOT" title="http://promsns.org/def/agr#SHALL_NOT">SHALL NOT</a></li>
<li><a href="#SHOULD" title="http://promsns.org/def/agr#SHOULD">SHOULD</a></li>
<li><a href="#SHOULD_NOT" title="http://promsns.org/def/agr#SHOULD_NOT">SHOULD NOT</a></li>
</ul>
<div id="MAY" class="entity">
<a name="http://promsns.org/def/agr#MAY"></a>
<h3>MAY<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#MAY</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="MUST" class="entity">
<a name="http://promsns.org/def/agr#MUST"></a>
<h3>MUST<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#MUST</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="MUST_NOT" class="entity">
<a name="http://promsns.org/def/agr#MUST_NOT"></a>
<h3>MUST NOT<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#MUST_NOT</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="d4e411" class="entity">
<a name="https://orcid.org/0000-0002-8742-7730"></a>
<h3>Nicholas Car<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> https://orcid.org/0000-0002-8742-7730</p>
<div class="comment"><span class="markdown">Contact Nicholas on nicholas.car@csiro.au</span></div>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://purl.org/dc/terms/Agent">agent</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="OPTIONAL" class="entity">
<a name="http://promsns.org/def/agr#OPTIONAL"></a>
<h3>OPTIONAL<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#OPTIONAL</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="RECOMMENDED" class="entity">
<a name="http://promsns.org/def/agr#RECOMMENDED"></a>
<h3>RECOMMENDED<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#RECOMMENDED</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="REQUIRED" class="entity">
<a name="http://promsns.org/def/agr#REQUIRED"></a>
<h3>REQUIRED<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#REQUIRED</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="SHALL" class="entity">
<a name="http://promsns.org/def/agr#SHALL"></a>
<h3>SHALL<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#SHALL</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="SHALL_NOT" class="entity">
<a name="http://promsns.org/def/agr#SHALL_NOT"></a>
<h3>SHALL NOT<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#SHALL_NOT</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="SHOULD" class="entity">
<a name="http://promsns.org/def/agr#SHOULD"></a>
<h3>SHOULD<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#SHOULD</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
<div id="SHOULD_NOT" class="entity">
<a name="http://promsns.org/def/agr#SHOULD_NOT"></a>
<h3>SHOULD NOT<sup title="named individual" class="type-ni">ni</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#SHOULD_NOT</p>
<dl class="description">
<dt>belongs to</dt>
<dd><span class="dotted" title="http://promsns.org/def/agr#RequirementLevel">requirement level</span><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
</div>
<div id="annotationproperties">
<h2>Annotation Properties</h2>
<ul class="hlist">
<li><a href="#d4e55" title="http://purl.org/dc/terms/hasPart"><span>has part</span></a></li>
<li><a href="#d4e59" title="http://purl.org/dc/terms/isPartOf"><span>is part of</span></a></li>
<li><a href="#requirementOf" title="http://promsns.org/def/agr#requirementOf"><span>requirement of</span></a></li>
<li><a href="#requires" title="http://promsns.org/def/agr#requires"><span>requires</span></a></li>
<li><a href="#d4e64" title="http://purl.org/dc/terms/source"><span>source</span></a></li>
</ul>
<div id="d4e55" class="entity">
<a name="http://purl.org/dc/terms/hasPart"></a>
<h3>has part<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://purl.org/dc/terms/hasPart</p>
<div class="description">
<dl>
<dt>has sub-properties</dt>
<dd><a href="#requires" title="http://promsns.org/def/agr#requires">requires</a><sup title="annotation property" class="type-ap">ap</sup></dd>
</dl>
</div>
</div>
<div id="d4e59" class="entity">
<a name="http://purl.org/dc/terms/isPartOf"></a>
<h3>is part of<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://purl.org/dc/terms/isPartOf</p>
<div class="description">
<dl>
<dt>has sub-properties</dt>
<dd><a href="#requirementOf" title="http://promsns.org/def/agr#requirementOf">requirement of</a><sup title="annotation property" class="type-ap">ap</sup></dd>
</dl>
</div>
</div>
<div id="requirementOf" class="entity">
<a name="http://promsns.org/def/agr#requirementOf"></a>
<h3>requirement of<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#requirementOf</p>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://purl.org/dc/terms/isPartOf">is part of</span><sup title="annotation property" class="type-ap">ap</sup></dd>
<dt>has range</dt>
<dd><a href="#Agreement" title="http://promsns.org/def/agr#Agreement">Agreement</a><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
</div>
<div id="requires" class="entity">
<a name="http://promsns.org/def/agr#requires"></a>
<h3>requires<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://promsns.org/def/agr#requires</p>
<div class="description">
<dl>
<dt>has super-properties</dt>
<dd><span class="dotted" title="http://purl.org/dc/terms/hasPart">has part</span><sup title="annotation property" class="type-ap">ap</sup></dd>
<dt>has range</dt>
<dd><a href="#Requirement" title="http://promsns.org/def/agr#Requirement">Requirement</a><sup title="class" class="type-c">c</sup></dd>
</dl>
</div>
</div>
<div id="d4e64" class="entity">
<a name="http://purl.org/dc/terms/source"></a>
<h3>source<sup title="annotation property" class="type-ap">ap</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#annotationproperties">Annotation Property ToC</a></span></h3>
<p><strong>IRI:</strong> http://purl.org/dc/terms/source</p>
</div>
</div>
<div id="namespacedeclarations">
<h2>Namespace Declarations <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<dl>
<dt><em>default namespace</em></dt>
<dd>http://promsns.org/def/agr#</dd>
<dt>dc</dt>
<dd>http://purl.org/dc/elements/1.1/</dd>
<dt>owl</dt>
<dd>http://www.w3.org/2002/07/owl#</dd>
<dt>prov</dt>
<dd>http://www.w3.org/ns/prov#</dd>
<dt>rdf</dt>
<dd>http://www.w3.org/1999/02/22-rdf-syntax-ns#</dd>
<dt>rdfs</dt>
<dd>http://www.w3.org/2000/01/rdf-schema#</dd>
<dt>dct</dt>
<dd>http://purl.org/dc/terms/</dd>
<dt>xsd</dt>
<dd>http://www.w3.org/2001/XMLSchema#</dd>
</dl>
</div>
<p class="endnote">This HTML document was obtained by processing the OWL ontology source code through <a href="http://www.essepuntato.it/lode">LODE</a>, <em>Live OWL Documentation Environment</em>, developed by <a href="http://www.essepuntato.it">Silvio Peroni</a>.</p>
</body>
</html>