This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrust.owl
411 lines (407 loc) · 16.4 KB
/
trust.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
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
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://ontology.eil.utoronto.ca/trust.owl"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
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#"
ontologyIRI="http://ontology.eil.utoronto.ca/trust.owl">
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Annotation>
<AnnotationProperty IRI="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">tr</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/vocab/vann/preferredNamespaceUri"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">http://ontology.eil.utoronto.ca/trust.owl#</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="owl:versionInfo"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">0</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Version of the Trust Ontology defined in:
Huang, J., and Fox, M.S., (2006). "An Ontology of Trust - Formal Semantics and Transitivity", Proceedings of the International Conference on Electronic Commerce, Association of Computing Machinery, pp. 259-270.</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://www.w3.org/ns/adms#relatedDocumentation"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">http://www.eil.utoronto.ca/km/papers/huang-ec06.pdf</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/modified"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">21 April 2015</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://creativecommons.org/ns#license"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">http://creativecommons.org/licenses/by/3.0/</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/title"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Trust Ontology</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Trust Ontology</Literal>
</Annotation>
<Declaration>
<Class IRI="#Trust_b"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#has_trust_for"/>
</Declaration>
<Declaration>
<Class IRI="#TrustThing"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/title"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/rights"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#trusted_activity_for"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#trustee_for"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#trustee"/>
</Declaration>
<Declaration>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://creativecommons.org/ns#license"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#has_trusted_certainty_degree"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/vocab/vann/preferredNamespaceUri"/>
</Declaration>
<Declaration>
<Class IRI="#Trust_p"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://www.w3.org/ns/adms#relatedDocumentation"/>
</Declaration>
<Declaration>
<Class IRI="#Trust"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#has_trusted_certainty_degree_for"/>
</Declaration>
<Declaration>
<Class IRI="http://www.w3.org/ns/prov#Activity"/>
</Declaration>
<Declaration>
<Class IRI="http://ontology.eil.utoronto.ca/kp.owl#KP_prop"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#has_trust"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#trustor_for"/>
</Declaration>
<Declaration>
<DataProperty IRI="#certainty"/>
</Declaration>
<Declaration>
<Class IRI="#Trusted_certainty_degree"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#trusted_entity_for"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#trustor"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/modified"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#trusted_entity"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#trusted_activity"/>
</Declaration>
<Declaration>
<DataProperty IRI="#trust_Degree"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
</Declaration>
<Declaration>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</Declaration>
<SubClassOf>
<Class IRI="http://ontology.eil.utoronto.ca/kp.owl#KP_prop"/>
<ObjectAllValuesFrom>
<ObjectProperty IRI="#has_trusted_certainty_degree"/>
<Class IRI="#Trusted_certainty_degree"/>
</ObjectAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust"/>
<Class IRI="#TrustThing"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust"/>
<ObjectAllValuesFrom>
<ObjectProperty IRI="#trustee"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</ObjectAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust"/>
<ObjectAllValuesFrom>
<ObjectProperty IRI="#trustor"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</ObjectAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust"/>
<DataAllValuesFrom>
<DataProperty IRI="#trust_Degree"/>
<Datatype abbreviatedIRI="xsd:decimal"/>
</DataAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust_b"/>
<Class IRI="#Trust"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust_b"/>
<ObjectAllValuesFrom>
<ObjectProperty IRI="#trusted_entity"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</ObjectAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust_b"/>
<ObjectAllValuesFrom>
<ObjectProperty IRI="#trustee"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</ObjectAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust_p"/>
<Class IRI="#Trust"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust_p"/>
<ObjectAllValuesFrom>
<ObjectProperty IRI="#trusted_activity"/>
<Class IRI="http://www.w3.org/ns/prov#Activity"/>
</ObjectAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trust_p"/>
<ObjectAllValuesFrom>
<ObjectProperty IRI="#trustee"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</ObjectAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trusted_certainty_degree"/>
<Class IRI="#TrustThing"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trusted_certainty_degree"/>
<ObjectAllValuesFrom>
<ObjectProperty IRI="#has_trust"/>
<Class IRI="#Trust"/>
</ObjectAllValuesFrom>
</SubClassOf>
<SubClassOf>
<Class IRI="#Trusted_certainty_degree"/>
<DataAllValuesFrom>
<DataProperty IRI="#certainty"/>
<Datatype abbreviatedIRI="xsd:decimal"/>
</DataAllValuesFrom>
</SubClassOf>
<DisjointClasses>
<Class IRI="#Trust_b"/>
<Class IRI="#Trust_p"/>
</DisjointClasses>
<InverseObjectProperties>
<ObjectProperty IRI="#has_trust"/>
<ObjectProperty IRI="#has_trust_for"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="#has_trusted_certainty_degree"/>
<ObjectProperty IRI="#has_trusted_certainty_degree_for"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="#trusted_activity"/>
<ObjectProperty IRI="#trusted_activity_for"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="#trusted_entity"/>
<ObjectProperty IRI="#trusted_entity_for"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="#trustee"/>
<ObjectProperty IRI="#trustee_for"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="#trustor"/>
<ObjectProperty IRI="#trustor_for"/>
</InverseObjectProperties>
<AsymmetricObjectProperty>
<ObjectProperty IRI="#has_trust"/>
</AsymmetricObjectProperty>
<AsymmetricObjectProperty>
<ObjectProperty IRI="#has_trusted_certainty_degree"/>
</AsymmetricObjectProperty>
<AsymmetricObjectProperty>
<ObjectProperty IRI="#trusted_activity"/>
</AsymmetricObjectProperty>
<AsymmetricObjectProperty>
<ObjectProperty IRI="#trusted_entity"/>
</AsymmetricObjectProperty>
<AsymmetricObjectProperty>
<ObjectProperty IRI="#trustee"/>
</AsymmetricObjectProperty>
<AsymmetricObjectProperty>
<ObjectProperty IRI="#trustor"/>
</AsymmetricObjectProperty>
<IrreflexiveObjectProperty>
<ObjectProperty IRI="#has_trust"/>
</IrreflexiveObjectProperty>
<IrreflexiveObjectProperty>
<ObjectProperty IRI="#has_trusted_certainty_degree"/>
</IrreflexiveObjectProperty>
<IrreflexiveObjectProperty>
<ObjectProperty IRI="#trusted_activity"/>
</IrreflexiveObjectProperty>
<IrreflexiveObjectProperty>
<ObjectProperty IRI="#trusted_entity"/>
</IrreflexiveObjectProperty>
<IrreflexiveObjectProperty>
<ObjectProperty IRI="#trustee"/>
</IrreflexiveObjectProperty>
<IrreflexiveObjectProperty>
<ObjectProperty IRI="#trustor"/>
</IrreflexiveObjectProperty>
<ObjectPropertyDomain>
<ObjectProperty IRI="#has_trust"/>
<Class IRI="#Trusted_certainty_degree"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#has_trusted_certainty_degree"/>
<Class IRI="http://ontology.eil.utoronto.ca/kp.owl#KP_prop"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#trusted_activity"/>
<Class IRI="#Trust_p"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#trusted_entity"/>
<Class IRI="#Trust_b"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#trustee"/>
<Class IRI="#Trust"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#trustor"/>
<Class IRI="#Trust"/>
</ObjectPropertyDomain>
<ObjectPropertyRange>
<ObjectProperty IRI="#has_trust"/>
<Class IRI="#Trust"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#has_trusted_certainty_degree"/>
<Class IRI="#Trusted_certainty_degree"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#has_trusted_certainty_degree_for"/>
<Class IRI="#Trust"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#trusted_entity"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#trustee"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#trustor"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</ObjectPropertyRange>
<DataPropertyDomain>
<DataProperty IRI="#certainty"/>
<Class IRI="#Trusted_certainty_degree"/>
</DataPropertyDomain>
<DataPropertyDomain>
<DataProperty IRI="#trust_Degree"/>
<Class IRI="#Trust"/>
</DataPropertyDomain>
<DataPropertyRange>
<DataProperty IRI="#certainty"/>
<Datatype abbreviatedIRI="owl:real"/>
</DataPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#trust_Degree"/>
<Datatype abbreviatedIRI="owl:real"/>
</DataPropertyRange>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>http://ontology.eil.utoronto.ca/kp.owl#KP_prop</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">KP Proposition</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
<IRI>#Trust</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Contains two types of trust, in belief and performance.
The 'trustor' is the agent is is doing the trusting. The 'trustee' is the agent that is being trusted.
'trust_degree' is a number between zero and one that signifies the degree to which the trustor trusts the trustee.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Trust</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Trust</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
<IRI>#Trust_b</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Trust based on an agent believing in what another agent believes.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Trust_b</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Trust in Belief</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
<IRI>#Trust_p</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Trust based on believing that another agent will perform an activity correctly.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Trust_p</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Trust in Performance</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
<IRI>#Trusted_certainty_degree</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">The degree to which a KP_prop (i.e, Proposition) and therefore any Measure is believed. It links to a Trust class that defines the trustor, trustee and degree of trust.
The value of 'certainty' is usually the product of the KP_prop 'assigned_certainty_degree' and the Trust 'trust_degree'.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Trusted_certainty_degree</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Trusted Certainty Degree</Literal>
</AnnotationAssertion>
</Ontology>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->