-
Notifications
You must be signed in to change notification settings - Fork 1
/
agr.rdf
413 lines (249 loc) · 16.3 KB
/
agr.rdf
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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://promsns.org/def/agr#"
xml:base="http://promsns.org/def/agr"
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:dcterms="http://purl.org/dc/terms/"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://promsns.org/def/agr">
<owl:versionIRI rdf:resource="http://promsns.org/def/agr/1.3"/>
<owl:imports rdf:resource="http://www.w3.org/ns/org.ttl"/>
<owl:imports rdf:resource="http://www.w3.org/ns/prov-o#"/>
<dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2018-02-21</dcterms:modified>
<dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-09-12</dcterms:created>
<rdfs:label xml:lang="en">Agreements ontology</rdfs:label>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.3</owl:versionInfo>
<rdfs:comment xml:lang="en">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.</rdfs:comment>
<dcterms:creator rdf:resource="http://orcid.org/0000-0002-8742-7730"/>
<dc:creator rdf:resource="https://orcid.org/0000-0002-8742-7730"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://promsns.org/def/agr#requirementOf -->
<owl:AnnotationProperty rdf:about="http://promsns.org/def/agr#requirementOf">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<rdfs:range rdf:resource="http://promsns.org/def/agr#Agreement"/>
</owl:AnnotationProperty>
<!-- http://promsns.org/def/agr#requires -->
<owl:AnnotationProperty rdf:about="http://promsns.org/def/agr#requires">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
<rdfs:range rdf:resource="http://promsns.org/def/agr#Requirement"/>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/hasPart -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/hasPart"/>
<!-- http://purl.org/dc/terms/isPartOf -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/isPartOf"/>
<!-- http://purl.org/dc/terms/source -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://promsns.org/def/agr#hadAgreement -->
<owl:ObjectProperty rdf:about="http://promsns.org/def/agr#hadAgreement">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<rdfs:range rdf:resource="http://promsns.org/def/agr#Agreement"/>
<rdfs:comment xml:lang="en">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.</rdfs:comment>
<rdfs:label xml:lang="en">had agreement</rdfs:label>
</owl:ObjectProperty>
<!-- http://promsns.org/def/agr#hadImperative -->
<owl:ObjectProperty rdf:about="http://promsns.org/def/agr#hadImperative">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#hadPlan"/>
<rdfs:range rdf:resource="http://promsns.org/def/agr#Imperative"/>
<rdfs:comment xml:lang="en">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).</rdfs:comment>
<rdfs:label xml:lang="en">had imperative</rdfs:label>
</owl:ObjectProperty>
<!-- http://promsns.org/def/agr#hadScope -->
<owl:ObjectProperty rdf:about="http://promsns.org/def/agr#hadScope">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<owl:inverseOf rdf:resource="http://promsns.org/def/agr#scopeOf"/>
</owl:ObjectProperty>
<!-- http://promsns.org/def/agr#satisfiedBy -->
<owl:ObjectProperty rdf:about="http://promsns.org/def/agr#satisfiedBy">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<owl:inverseOf rdf:resource="http://promsns.org/def/agr#satisfies"/>
<rdfs:comment xml:lang="en">satisfied by</rdfs:comment>
</owl:ObjectProperty>
<!-- http://promsns.org/def/agr#satisfies -->
<owl:ObjectProperty rdf:about="http://promsns.org/def/agr#satisfies">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<rdfs:domain rdf:resource="http://promsns.org/def/agr#RequirementResolution"/>
<rdfs:range rdf:resource="http://promsns.org/def/agr#Requirement"/>
<rdfs:comment xml:lang="en">A Requirement Resolution may satisfy Requirement(s)</rdfs:comment>
<rdfs:label xml:lang="en">satisfies</rdfs:label>
</owl:ObjectProperty>
<!-- http://promsns.org/def/agr#scopeOf -->
<owl:ObjectProperty rdf:about="http://promsns.org/def/agr#scopeOf">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<rdfs:range rdf:resource="http://promsns.org/def/agr#Agreement"/>
<rdfs:comment xml:lang="en">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.</rdfs:comment>
<rdfs:label xml:lang="en">scope of</rdfs:label>
</owl:ObjectProperty>
<!-- http://promsns.org/def/agr#wasMemberOf -->
<owl:ObjectProperty rdf:about="http://promsns.org/def/agr#wasMemberOf">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
</owl:ObjectProperty>
<!-- http://promsns.org/def/agr#withinScopeOf -->
<owl:ObjectProperty rdf:about="http://promsns.org/def/agr#withinScopeOf">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
<rdfs:range rdf:resource="http://promsns.org/def/agr#Agreement"/>
<rdfs:comment xml:lang="en">inverse of hasWithinScope</rdfs:comment>
<rdfs:label xml:lang="en">within scope</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov#hadMember -->
<rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMember"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://promsns.org/def/agr#Agreement -->
<owl:Class rdf:about="http://promsns.org/def/agr#Agreement">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Collection"/>
<rdfs:comment xml:lang="en">A collection of Requirements.</rdfs:comment>
<rdfs:label xml:lang="en">Agreement</rdfs:label>
</owl:Class>
<!-- http://promsns.org/def/agr#Imperative -->
<owl:Class rdf:about="http://promsns.org/def/agr#Imperative">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Plan"/>
<dcterms:source xml:lang="en">Named Individual Imperatives in this ontology are taken from RFC2119 (https://www.ietf.org/rfc/rfc2119.txt).</dcterms:source>
<rdfs:comment xml:lang="en">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.</rdfs:comment>
<rdfs:label xml:lang="en">Imperative</rdfs:label>
</owl:Class>
<!-- http://promsns.org/def/agr#License -->
<owl:Class rdf:about="http://promsns.org/def/agr#License">
<rdfs:subClassOf rdf:resource="http://promsns.org/def/agr#Agreement"/>
<rdfs:comment xml:lang="en">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.</rdfs:comment>
<rdfs:label xml:lang="en">License</rdfs:label>
</owl:Class>
<!-- http://promsns.org/def/agr#Requirement -->
<owl:Class rdf:about="http://promsns.org/def/agr#Requirement">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Plan"/>
<rdfs:subClassOf rdf:resource="https://creativecommons.org/ns#Requirement"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://promsns.org/def/agr#wasMemberOf"/>
<owl:someValuesFrom rdf:resource="http://promsns.org/def/agr#Agreement"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://promsns.org/def/agr#hadImperative"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://promsns.org/def/agr#Imperative"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">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").</rdfs:comment>
<rdfs:label xml:lang="en">Requirement</rdfs:label>
</owl:Class>
<!-- http://promsns.org/def/agr#RequirementLevel -->
<owl:Class rdf:about="http://promsns.org/def/agr#RequirementLevel"/>
<!-- http://promsns.org/def/agr#RequirementResolution -->
<owl:Class rdf:about="http://promsns.org/def/agr#RequirementResolution">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://promsns.org/def/agr#satisfies"/>
<owl:someValuesFrom rdf:resource="http://promsns.org/def/agr#Requirement"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">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.</rdfs:comment>
<rdfs:label xml:lang="en">Requirement Resolution</rdfs:label>
</owl:Class>
<!-- http://purl.org/dc/terms/Agent -->
<owl:Class rdf:about="http://purl.org/dc/terms/Agent"/>
<!-- https://creativecommons.org/ns#Requirement -->
<owl:Class rdf:about="https://creativecommons.org/ns#Requirement"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://promsns.org/def/agr -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr"/>
<!-- http://promsns.org/def/agr#MAY -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#MAY">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>MAY</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#MUST -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#MUST">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>MUST</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#MUST_NOT -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#MUST_NOT">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>MUST NOT</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#OPTIONAL -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#OPTIONAL">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>OPTIONAL</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#RECOMMENDED -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#RECOMMENDED">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>RECOMMENDED</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#REQUIRED -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#REQUIRED">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>REQUIRED</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#SHALL -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#SHALL">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>SHALL</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#SHALL_NOT -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#SHALL_NOT">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>SHALL NOT</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#SHOULD -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#SHOULD">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>SHOULD</rdfs:label>
</owl:NamedIndividual>
<!-- http://promsns.org/def/agr#SHOULD_NOT -->
<owl:NamedIndividual rdf:about="http://promsns.org/def/agr#SHOULD_NOT">
<rdf:type rdf:resource="http://promsns.org/def/agr#RequirementLevel"/>
<rdfs:label>SHOULD NOT</rdfs:label>
</owl:NamedIndividual>
<!-- https://orcid.org/0000-0002-8742-7730 -->
<owl:NamedIndividual rdf:about="https://orcid.org/0000-0002-8742-7730">
<rdf:type rdf:resource="http://purl.org/dc/terms/Agent"/>
<rdfs:comment xml:lang="en">Contact Nicholas on nicholas.car@csiro.au</rdfs:comment>
<rdfs:label xml:lang="en">Nicholas Car</rdfs:label>
</owl:NamedIndividual>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->