-
Notifications
You must be signed in to change notification settings - Fork 1
/
vaeontology-v101.ttl
3183 lines (2511 loc) · 160 KB
/
vaeontology-v101.ttl
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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@prefix : <https://w3id.org/def/vaeontology#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix vc: <http://www.ontologydesignpatterns.org/ont/values/valuecore#> .
@prefix bhv: <https://w3id.org/spice/SON/SchwartzValues#> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL#> .
@prefix mod: <https://w3id.org/mod#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vae: <https://w3id.org/def/vaeontology#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix fschema: <https://w3id.org/framester/schema#> .
@base <https://w3id.org/def/vaeontology#> .
<https://w3id.org/def/vaeontology#> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/def/vaeontology/1.0.1> ;
dc:created "2023-11-14"^^xsd:date ;
dc:creator "Andrés Holgado Sánchez" ;
dc:description "Ontology for Value Awareness Engineering: representation and reasoning with human values."@en ;
dc:license <http://purl.org/NET/rdflicense/cc-by4.0.ttl> ;
dc:title "VAE Ontology"@en ;
vann:preferredNamespacePrefix "vae" ;
vann:preferredNamespaceUri <https://w3id.org/def/vaeontology#> ;
owl:priorVersion <https://w3id.org/def/vaeontology/1.0.0> ;
owl:versionInfo "1.0.1" ;
mod:createdWith <https://chowlk.linkeddata.es> .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/created
dc:created rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/creator
dc:creator rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/description
dc:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/license
dc:license rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/title
dc:title rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespaceUri
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
### http://www.w3.org/2000/01/rdf-schema#comment
rdfs:comment rdf:type owl:AnnotationProperty ;
rdfs:range xsd:String ,
xsd:string .
### http://www.w3.org/2002/07/owl#priorVersion
owl:priorVersion rdf:type owl:AnnotationProperty .
### http://www.w3.org/2002/07/owl#versionIRI
owl:versionIRI rdf:type owl:AnnotationProperty .
### http://www.w3.org/2002/07/owl#versionInfo
owl:versionInfo rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#note
skos:note rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#scopeNote
skos:scopeNote rdf:type owl:AnnotationProperty .
### https://w3id.org/mod#createdWith
mod:createdWith rdf:type owl:AnnotationProperty .
### https://w3id.org/spice/SON/SchwartzValues#bibRef
bhv:bibRef rdf:type owl:AnnotationProperty .
#################################################################
# Datatypes
#################################################################
### http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .
#################################################################
# Object Properties
#################################################################
### http://www.ontologydesignpatterns.org/ont/dul/DUL#conceptualizes
dul:conceptualizes rdf:type owl:ObjectProperty ;
rdfs:label "conceptualizes" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#defines
dul:defines rdf:type owl:ObjectProperty ;
rdfs:label "defines" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#hasParameter
dul:hasParameter rdf:type owl:ObjectProperty ;
rdfs:label "has parameter" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#hasPart
dul:hasPart rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isPartOf ;
rdf:type owl:TransitiveProperty .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#hasParticipant
dul:hasParticipant rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isParticipantIn .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#hasProperPart
dul:hasProperPart rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasPart ;
owl:inverseOf dul:isProperPartOf ;
rdfs:label "has proper part" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#hasRegion
dul:hasRegion rdf:type owl:ObjectProperty ;
rdfs:label "has region" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#hasSetting
dul:hasSetting rdf:type owl:ObjectProperty ;
rdfs:label "has setting" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#isAbout
dul:isAbout rdf:type owl:ObjectProperty ;
rdfs:label "is about" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#isPartOf
dul:isPartOf rdf:type owl:ObjectProperty ,
owl:TransitiveProperty .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#isParticipantIn
dul:isParticipantIn rdf:type owl:ObjectProperty ;
rdfs:label "is participant in" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#isProperPartOf
dul:isProperPartOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isPartOf .
### http://www.ontologydesignpatterns.org/ont/dul/DUL#satisfies
dul:satisfies rdf:type owl:ObjectProperty ;
rdfs:label "satisfies" .
### http://www.ontologydesignpatterns.org/ont/values/valuecore#commitsTo
vc:commitsTo rdf:type owl:ObjectProperty ;
rdfs:label "commits to" .
### http://www.w3.org/ns/odrl/2/action
odrl:action rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( odrl:Policy
odrl:Rule
)
] ;
rdfs:range odrl:Action ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Has Action"@en ,
"action" ;
skos:definition "The operation relating to the Asset for which the Rule is being subjected."@en .
### http://www.w3.org/ns/odrl/2/assignee
odrl:assignee rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf odrl:function ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( odrl:Policy
odrl:Rule
)
] ;
rdfs:range odrl:Party ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Assignee"@en ,
"asignee" ;
skos:definition "The Party is the recipient of the Rule."@en .
### http://www.w3.org/ns/odrl/2/assigneeOf
odrl:assigneeOf rdf:type owl:ObjectProperty ;
rdfs:domain odrl:Party ;
rdfs:range odrl:Policy ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Assignee Of"@en ;
skos:definition "Identifies an ODRL Policy for which the identified Party undertakes the assignee functional role."@en ;
skos:note "When assigneeOf has been asserted between a metadata expression and an ODRL Policy, the Party being identified MUST be inferred to undertake the assignee functional role of all the Rules of that Policy."@en .
### http://www.w3.org/ns/odrl/2/assigner
odrl:assigner rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf odrl:function ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( odrl:Policy
odrl:Rule
)
] ;
rdfs:range odrl:Party ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Assigner"@en ,
"asigner" ;
skos:definition "The Party is the issuer of the Rule."@en .
### http://www.w3.org/ns/odrl/2/assignerOf
odrl:assignerOf rdf:type owl:ObjectProperty ;
rdfs:domain odrl:Party ;
rdfs:range odrl:Policy ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Assigner Of"@en ;
skos:definition "Identifies an ODRL Policy for which the identified Party undertakes the assigner functional role."@en ;
skos:note "When assignerOf has been asserted between a metadata expression and an ODRL Policy, the Party being identified MUST be inferred to undertake the assigner functional role of all the Rules of that Policy."@en .
### http://www.w3.org/ns/odrl/2/constraint
odrl:constraint rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( odrl:Policy
odrl:Rule
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( odrl:Constraint
odrl:LogicalConstraint
)
] ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Has Constraint"@en ,
"constraint" ;
skos:definition "Constraint applied to a Rule"@en ;
skos:note "Constraints on Rules are used to determine if a rule is Active or not. Example: the Permission rule is only active during the year 2018."@en .
### http://www.w3.org/ns/odrl/2/function
odrl:function rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( odrl:Policy
odrl:Rule
)
] ;
rdfs:range odrl:Party ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Function"@en ;
skos:definition "Function is an abstract property whose sub-properties define the functional roles which may be fulfilled by a party in relation to a Rule."@en .
### http://www.w3.org/ns/odrl/2/hasPolicy
odrl:hasPolicy rdf:type owl:ObjectProperty ;
rdfs:domain odrl:Asset ;
rdfs:range odrl:Policy ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Target Policy"@en ;
skos:definition "Identifies an ODRL Policy for which the identified Asset is the target Asset to all the Rules."@en ;
skos:note "The Asset being identified MUST be inferred to be the target Asset of all of the Rules of the Policy."@en .
### http://www.w3.org/ns/odrl/2/leftOperand
odrl:leftOperand rdf:type owl:ObjectProperty ;
rdfs:domain odrl:Constraint ;
rdfs:range odrl:LeftOperand ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Has Left Operand"@en ,
"left operand" ;
skos:definition "The left operand in a constraint expression."@en .
### http://www.w3.org/ns/odrl/2/operator
odrl:operator rdf:type owl:ObjectProperty ;
rdfs:domain odrl:Constraint ;
rdfs:range odrl:Operator ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Has Operator"@en ,
"operator" ;
skos:definition "The operator function applied to operands of a Constraint"@en .
### http://www.w3.org/ns/odrl/2/output
odrl:output rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf odrl:relation ;
rdfs:domain odrl:Rule ;
rdfs:range odrl:Asset ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Output"@en ;
skos:definition "The output property specifies the Asset which is created from the output of the Action."@en ;
skos:scopeNote "Non-Normative"@en .
### http://www.w3.org/ns/odrl/2/relation
odrl:relation rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( odrl:Policy
odrl:Rule
)
] ;
rdfs:range odrl:Asset ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Relation"@en ;
skos:definition "Relation is an abstract property which creates an explicit link between an Action and an Asset."@en ;
skos:note "Sub-properties of relation are used to define the nature of that link."@en .
### http://www.w3.org/ns/odrl/2/rightOperand
odrl:rightOperand rdf:type owl:ObjectProperty ;
rdfs:domain odrl:Constraint ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( rdfs:Literal
xsd:anyURI
odrl:RightOperand
)
] ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Has Right Operand"@en ,
"right operand" ;
skos:definition "The value of the right operand in a constraint expression."@en ;
skos:note "When used with set-based operators, a list of values may be used."@en .
### http://www.w3.org/ns/odrl/2/target
odrl:target rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf odrl:relation ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( odrl:Policy
odrl:Rule
)
] ;
rdfs:range odrl:Asset ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Target"@en ,
"target" ;
skos:definition "The target property indicates the Asset that is the primary subject to which the Rule action directly applies."@en .
### https://w3id.org/def/vaeontology#abidesByValue
vae:abidesByValue rdf:type owl:ObjectProperty ;
owl:inverseOf vae:constrainsOutcome ;
rdfs:domain vae:Outcome ;
rdfs:range vae:ValueConcept ;
rdfs:comment "Said of an outcome abiding by a ValueConcept" ;
rdfs:label "abides by value" .
### https://w3id.org/def/vaeontology#comparisonHasInferior
vae:comparisonHasInferior rdf:type owl:ObjectProperty ;
owl:inverseOf vae:inferiorInComparison ;
rdfs:domain vae:ValueComparisonStatement ;
rdfs:range vae:ValueConcept ;
rdfs:comment "Indicates in the ValueComparisonStatement the ValueConcept that is inferior to some other superior one (that is to be supplied in the same ValueComparisonStatement)." ;
rdfs:label "comparison has inferior" .
### https://w3id.org/def/vaeontology#comparisonHasSuperior
vae:comparisonHasSuperior rdf:type owl:ObjectProperty ;
owl:inverseOf vae:superiorInComparison ;
rdfs:domain vae:ValueComparisonStatement ;
rdfs:range vae:ValueConcept ;
rdfs:comment "Indicates in the ValueComparisonStatement the ValueConcept that is superior to some other inferior one (that is to be supplied in the same ValueComparisonStatement)." ;
rdfs:label "comparison has superior" .
### https://w3id.org/def/vaeontology#composedBySequence
vae:composedBySequence rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasProperPart ;
owl:inverseOf vae:composesComplexOutcome ;
rdfs:domain vae:Outcome ;
rdfs:range vae:Sequence ;
rdfs:comment "Indicates that the Outcome is composed by a Sequence of other outcomes." ;
rdfs:label "composed by sequence" .
### https://w3id.org/def/vaeontology#composesComplexOutcome
vae:composesComplexOutcome rdf:type owl:ObjectProperty ;
rdfs:domain vae:Sequence ;
rdfs:range vae:Outcome ;
rdfs:comment "Indicates that the Sequence is a sequence of outcomes that composes a more complex Outcome." ;
rdfs:label "composes complex outcome" .
### https://w3id.org/def/vaeontology#conditionsActionIn
vae:conditionsActionIn rdf:type owl:ObjectProperty ;
owl:inverseOf vae:onState ;
rdfs:domain vae:State ;
rdfs:range vae:ActionOnState ;
rdfs:comment "Indicates that the vae:State is in some relation (vae:ActionOnState) from a vae:Strategy, an such, some vae:Action should be made by the Agent holding the vae:Strategy on the vae:State." ;
rdfs:label "conditions action in" .
### https://w3id.org/def/vaeontology#constrainsOutcome
vae:constrainsOutcome rdf:type owl:ObjectProperty ;
rdfs:domain vae:ValueConcept ;
rdfs:range vae:Outcome ;
rdfs:comment "Said of an ValueConcept constraining an Outcome." ;
rdfs:label "constrains outcome" .
### https://w3id.org/def/vaeontology#coversItem
vae:coversItem rdf:type owl:ObjectProperty ;
owl:inverseOf vae:isPresentInStatement ;
rdfs:domain vae:AgentStatement ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( vae:Agent
vae:Norm
vae:Outcome
vae:VaeProperty
vae:ValueConcept
)
] ;
rdfs:comment "Indicates that the AgentStatement covers some Vae abstraction (Agent or Norm or Outcome or VaeProperty or ValeuConcept) in an undetermined way." ;
rdfs:label "covers item" .
### https://w3id.org/def/vaeontology#directlyGeneralizes
vae:directlyGeneralizes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:generalizes ;
owl:inverseOf vae:directlyParticularizes ;
rdfs:domain vae:ConceptNode ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( vae:ConceptNode
vae:PropertyNode
)
] ;
rdfs:comment "Indicates that the ConceptNode directly generalizes the ConceptNode or PropertyNode specified (they are linked directly in the ValueTaxonomy)." ;
rdfs:label "directly generalizes" .
### https://w3id.org/def/vaeontology#directlyParticularizes
vae:directlyParticularizes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:particularizes ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( vae:ConceptNode
vae:PropertyNode
)
] ;
rdfs:range vae:ConceptNode ;
rdfs:comment "Indicates that the ConceptNode or PropertyNode directly particularizes the ConceptNode specified (they are linked directly in the ValueTaxonomy)." ;
rdfs:label "directly particularizes" .
### https://w3id.org/def/vaeontology#expressesProperty
vae:expressesProperty rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:coversItem ;
owl:inverseOf vae:propertyExpressedAt ;
rdfs:domain vae:VaePropertyStatement ;
rdfs:range vae:VaeProperty ;
rdfs:comment "Indicates that the VaePropertyStatement expresses some VaeProperty" ;
rdfs:label "presents property" .
### https://w3id.org/def/vaeontology#followsStrategy
vae:followsStrategy rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isParticipantIn ;
owl:inverseOf vae:isFollowedByAgent ;
rdfs:domain vae:ActingAgent ;
rdfs:range vae:Strategy ;
rdfs:comment "Indicates that the Strategy is followed by some ActingAgent." ;
rdfs:label "follows strategy" .
### https://w3id.org/def/vaeontology#generalizes
vae:generalizes rdf:type owl:ObjectProperty ;
owl:inverseOf vae:particularizes ;
rdf:type owl:TransitiveProperty ;
rdfs:domain vae:ConceptNode ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( vae:ConceptNode
vae:PropertyNode
)
] ;
rdfs:comment "Indicates that the ConceptNode generalizes the ConceptNode or PropertyNode specified." ;
rdfs:label "generalizes" .
### https://w3id.org/def/vaeontology#hasActionOnState
vae:hasActionOnState rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasProperPart ;
owl:inverseOf vae:isActionOnStateOfStrategy ;
rdfs:domain vae:Strategy ;
rdfs:range vae:ActionOnState ;
rdfs:comment "Indicates the Strategy has the ActionOnState relation specified." ;
rdfs:label "has action on state" .
### https://w3id.org/def/vaeontology#hasAgent
vae:hasAgent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasPart ;
owl:inverseOf vae:isAgentOfSystem ;
rdfs:domain vae:System ;
rdfs:range vae:Agent ;
rdfs:comment "Indicates that the System has the Agent specified." ;
rdfs:label "has agent" .
### https://w3id.org/def/vaeontology#hasClaim
vae:hasClaim rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasProperPart ;
owl:inverseOf vae:isClaimOf ;
rdfs:domain vae:ArgumentStatement ;
rdfs:range vae:VaeStatement ;
rdfs:comment "Indicates that the Argument has the VaeStaement specified as a claim." ;
rdfs:label "has claim" .
### https://w3id.org/def/vaeontology#hasConceptNode
vae:hasConceptNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:hasTaxonomyNode ;
owl:inverseOf vae:isConceptNodeOf ;
rdfs:domain vae:ValueTaxonomy ;
rdfs:range vae:ConceptNode ;
rdfs:comment "Indicates that the ValueTaxonomy has the ConceptNode specified." ;
rdfs:label "has concept node" .
### https://w3id.org/def/vaeontology#hasImportance
vae:hasImportance rdf:type owl:ObjectProperty ;
owl:inverseOf vae:isImportanceOf ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( vae:ConceptNode
vae:PropertyNode
)
] ;
rdfs:range vae:NodeImportance ;
rdfs:comment "Indicates that the ConceptNode has a NodeImportance." ;
rdfs:label "has importance" .
### https://w3id.org/def/vaeontology#hasInput
vae:hasInput rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasProperPart ;
owl:inverseOf vae:isInputOfSequence ;
rdfs:domain vae:MultiInputOutcome ;
rdfs:range dul:Event ;
rdfs:comment "Indicates that the MultiInputOutcome has some Event as its input, that conditions its outcome." ;
rdfs:label "has input" .
### https://w3id.org/def/vaeontology#hasInputOutcome
vae:hasInputOutcome rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasPart ;
owl:inverseOf vae:isInputOutcomeOf ;
rdfs:domain vae:Sequence ;
rdfs:range vae:MultiInputOutcome ;
rdfs:comment "Indicates that a vae:Sequence contains some vae:InputOutcome relation." ;
rdfs:label "has input outcome" .
### https://w3id.org/def/vaeontology#hasOutcome
vae:hasOutcome rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasProperPart ;
owl:inverseOf vae:isOutcomeOfSequence ;
rdfs:domain vae:MultiInputOutcome ;
rdfs:range vae:Outcome ;
rdfs:comment "Indicates that the MultiInputOutcome relation has some Outcome, that might be conditioned on some input." ;
rdfs:label "has outcome" .
### https://w3id.org/def/vaeontology#hasPremise
vae:hasPremise rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasProperPart ;
owl:inverseOf vae:isPremiseOf ;
rdfs:domain vae:ArgumentStatement ;
rdfs:range vae:VaeStatement ;
rdfs:comment "Indicates that the Argument has the VaeStaement specified as a premise." ;
rdfs:label "has premise" .
### https://w3id.org/def/vaeontology#hasPropertyNode
vae:hasPropertyNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasProperPart ,
vae:hasTaxonomyNode ;
owl:inverseOf vae:isPropertyNodeOf ;
rdfs:domain vae:ValueTaxonomy ;
rdfs:range vae:PropertyNode ;
rdfs:comment "Indicates that the ValueTaxonomy has the PropertyNode specified." ;
rdfs:label "has PropertyNode" .
### https://w3id.org/def/vaeontology#hasPropertyOfInferior
vae:hasPropertyOfInferior rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:coversItem ;
owl:inverseOf vae:isPropertyOfInferiorOf ;
rdfs:domain vae:ValueComparisonStatement ;
rdfs:range vae:ValueProperty ;
rdfs:comment "Indicates that the ValueComparisonStatement has a ValueProperty characterizing why the inferior of the comparison is, in fact, inferior of the relation." ;
rdfs:label "has property of inferior" .
### https://w3id.org/def/vaeontology#hasPropertyOfSuperior
vae:hasPropertyOfSuperior rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:coversItem ;
owl:inverseOf vae:isPropertyOfSuperiorOf ;
rdfs:domain vae:ValueComparisonStatement ;
rdfs:range vae:ValueProperty ;
rdfs:comment "Indicates that the ValueComparisonStatement has a ValueProperty characterizing why the superior of the comparison is, in fact, superior of the relation." ;
rdfs:label "has property of superior" .
### https://w3id.org/def/vaeontology#hasPropertyTaxonomy
vae:hasPropertyTaxonomy rdf:type owl:ObjectProperty ;
owl:inverseOf vae:isPropertyTaxonomyOfPropertyNode ;
rdfs:domain vae:PropertyNode ;
rdfs:range vae:PropertyTaxonomy ;
rdfs:comment "Indicates that the PropertyNode has a PropertyTaxonomy (a ValueProperty informing of the degree of satisfaction of the taxonomy property)." ;
rdfs:label "has Property Taxonomy" .
### https://w3id.org/def/vaeontology#hasRootNode
vae:hasRootNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasProperPart ,
vae:hasConceptNode ;
owl:inverseOf vae:isRootNodeOf ;
rdfs:domain vae:ValueTaxonomy ;
rdfs:range [ owl:intersectionOf ( vae:ConceptNode
[ rdf:type owl:Class ;
owl:complementOf [ rdf:type owl:Restriction ;
owl:onProperty vae:particularizes ;
owl:someValuesFrom vae:ConceptNode
]
]
) ;
rdf:type owl:Class
] ;
rdfs:comment "Indicates that the ValueTaxonomy has the RootNode specified (a ConceptNode which is not generalized by any other)." ;
rdfs:label "has root node" .
### https://w3id.org/def/vaeontology#hasState
vae:hasState rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isParticipantIn ;
owl:inverseOf vae:isStateOfAgent ;
rdfs:domain vae:Agent ;
rdfs:range vae:State ;
rdfs:comment "Indicates that the Agent is represented by some State." ;
rdfs:label "has state" .
### https://w3id.org/def/vaeontology#hasTaxonomyAlignment
vae:hasTaxonomyAlignment rdf:type owl:ObjectProperty ;
owl:inverseOf vae:isAlignmentOfTaxonomy ;
rdfs:domain vae:ValueTaxonomy ;
rdfs:range vae:TaxonomyAlignment ;
rdfs:comment "Indicates the ValueTaxonomy has a TaxonomyAlignment (a ValueProperty indicating the degree of alignment of an outcome considering the ValueTaxonomy)." ;
rdfs:label "has taxonomy alignment" .
### https://w3id.org/def/vaeontology#hasTaxonomyNode
vae:hasTaxonomyNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasPart ;
owl:inverseOf vae:isTaxonomyNodeOf ;
rdfs:domain vae:ValueTaxonomy ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( vae:ConceptNode
vae:PropertyNode
)
] ;
rdfs:comment "Indicates that the ValueTaxonomy containts the ConceptNode or PropertyNode specified." ;
rdfs:label "has TaxonomyNode" .
### https://w3id.org/def/vaeontology#hasTrace
vae:hasTrace rdf:type owl:ObjectProperty ;
owl:inverseOf vae:isTraceOfSystem ;
rdfs:domain vae:System ;
rdfs:range vae:Sequence ;
rdfs:comment "Indicates that the System has a Sequence representing its trace." ;
rdfs:label "has trace" .
### https://w3id.org/def/vaeontology#hasUser
vae:hasUser rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:hasAgent ;
owl:inverseOf vae:isUserOfSystem ;
rdfs:domain vae:System ;
rdfs:range vae:User ;
rdfs:comment "Indicates that the System has the User specified." ;
rdfs:label "has user" .
### https://w3id.org/def/vaeontology#inferiorInComparison
vae:inferiorInComparison rdf:type owl:ObjectProperty ;
rdfs:domain vae:ValueConcept ;
rdfs:range vae:ValueComparisonStatement ;
rdfs:comment "Indicates in the ValueComparisonStatement the ValueConcept that is inferior to some other superior one (that is to be supplied in the same ValueComparisonStatement)." ;
rdfs:label "inferior in comparison" .
### https://w3id.org/def/vaeontology#influencesOutcome
vae:influencesOutcome rdf:type owl:ObjectProperty ;
owl:inverseOf vae:satisfiesNorm ;
rdfs:domain vae:Norm ;
rdfs:range vae:Outcome ;
rdfs:comment "Said of an Norm influencing an Outcome." ;
rdfs:label "influences outcome" .
### https://w3id.org/def/vaeontology#isActionOnStateOfStrategy
vae:isActionOnStateOfStrategy rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isProperPartOf ;
rdfs:domain vae:ActionOnState ;
rdfs:range vae:Strategy ;
rdfs:comment "Indicates the ActionOnState relation is part of the Strategy specified." ;
rdfs:label "is ActionOnState of Strategy" .
### https://w3id.org/def/vaeontology#isAgentOfSystem
vae:isAgentOfSystem rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isPartOf ;
rdfs:domain vae:Agent ;
rdfs:range vae:System ;
rdfs:comment "Indicates that the Agent belongs to the System specified." ;
rdfs:label "is agent of system" .
### https://w3id.org/def/vaeontology#isAlignmentOfTaxonomy
vae:isAlignmentOfTaxonomy rdf:type owl:ObjectProperty ;
rdfs:domain vae:TaxonomyAlignment ;
rdfs:range vae:ValueTaxonomy ;
rdfs:comment "Indicates the ValueTaxonomy has a TaxonomyAlignment (a ValueProperty indicating the degree of alignment of an outcome considering the ValueTaxonomy)." ;
rdfs:label "is alignment of taxonomy" .
### https://w3id.org/def/vaeontology#isBasedOnCriterion
vae:isBasedOnCriterion rdf:type owl:ObjectProperty ;
owl:inverseOf vae:isCriterionOfArgument ;
rdfs:domain vae:ArgumentStatement ;
rdfs:range vae:Criterion ;
rdfs:comment "Indicates that the vae:ArgumentStatement is based on some vae:Criterion as the theory of the Explanation ODP." ;
rdfs:label "is based on criterion" .
### https://w3id.org/def/vaeontology#isClaimOf
vae:isClaimOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isProperPartOf ;
rdfs:domain vae:VaeStatement ;
rdfs:range vae:ArgumentStatement ;
rdfs:comment "Indicates that the VaeStatement functions as a claim for the ArgumentStatement supplied." ;
rdfs:label "is claim of" .
### https://w3id.org/def/vaeontology#isConceptNodeOf
vae:isConceptNodeOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:isTaxonomyNodeOf ;
rdfs:domain vae:ConceptNode ;
rdfs:range vae:ValueTaxonomy ;
rdfs:comment "Indicates that the ConceptNode is part of a ValueTaxonomy." ;
rdfs:label "is ConceptNode of" .
### https://w3id.org/def/vaeontology#isCriterionOfArgument
vae:isCriterionOfArgument rdf:type owl:ObjectProperty ;
rdfs:domain vae:Criterion ;
rdfs:range vae:ArgumentStatement ;
rdfs:comment "Indicates that the vae:ArgumentStatement is based on some vae:Criterion as the theory of the Explanation ODP." ;
rdfs:label "is Criterion Of Argument" .
### https://w3id.org/def/vaeontology#isEntityOf
vae:isEntityOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:isPresentInStatement ;
owl:inverseOf vae:onEntity ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( vae:Agent
vae:Norm
vae:Outcome
)
] ;
rdfs:range vae:VaeStatement ;
rdfs:comment "Indicates that an Agent or Outcome or Norm is being used in a VaeStatement as an entity subject of evaluation for some characteristic, e.g. for an vae:AwarenessStatement: \"The vae:Agent payerAgent is aware of the vae:Norm [norm]\", the entity of the statement is the vae:Agent payerAgent." ;
rdfs:label "Is Entity Of"@en .
### https://w3id.org/def/vaeontology#isFollowedByAgent
vae:isFollowedByAgent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasParticipant ;
rdfs:domain vae:Strategy ;
rdfs:range vae:ActingAgent ;
rdfs:comment "Indicates that the Strategy is followed by some ActingAgent." ;
rdfs:label "followed by agent" .
### https://w3id.org/def/vaeontology#isImportanceOf
vae:isImportanceOf rdf:type owl:ObjectProperty ;
rdfs:domain vae:NodeImportance ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( vae:ConceptNode
vae:PropertyNode
)
] ;
rdfs:comment "Indicates that the ConceptNode has a NodeImportance." ;
rdfs:label "is importance of" .
### https://w3id.org/def/vaeontology#isInputOfSequence
vae:isInputOfSequence rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isProperPartOf ;
rdfs:domain dul:Event ;
rdfs:range vae:MultiInputOutcome ;
rdfs:comment "Indicates that the Event is input of a MultiInputOutcome relation, so it conditions some outcome." ;
rdfs:label "is input of sequence" .
### https://w3id.org/def/vaeontology#isInputOutcomeOf
vae:isInputOutcomeOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isPartOf ;
rdfs:domain vae:MultiInputOutcome ;
rdfs:range vae:Sequence ;
rdfs:comment "Indicates the MultiInputOutcome is part of some Sequence" ;
rdfs:label "is InputOutcome of" .
### https://w3id.org/def/vaeontology#isOptimizationOfProperty
vae:isOptimizationOfProperty rdf:type owl:ObjectProperty ;
owl:inverseOf vae:propertyOptimizedAt ;
rdfs:domain vae:OptimizedProperty ;
rdfs:range vae:VaeProperty ;
rdfs:comment "Indicates the VaeProperty that is being optimized in some OptimizedProperty assertion." ;
rdfs:label "is optimization of property" .
### https://w3id.org/def/vaeontology#isOutcomeOfSequence
vae:isOutcomeOfSequence rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isProperPartOf ;
rdfs:domain vae:Outcome ;
rdfs:range vae:MultiInputOutcome ;
rdfs:comment "Indicates that the Outcome is present at a MultiInputOutcome relation, being part of some Sequence." ;
rdfs:label "is outcome of sequence" .
### https://w3id.org/def/vaeontology#isPremiseOf
vae:isPremiseOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isProperPartOf ;
rdfs:domain vae:VaeStatement ;
rdfs:range vae:ArgumentStatement ;
rdfs:comment "Indicates that the VaeStatement functions as a premise for the ArgumentStatement supplied." ;
rdfs:label "is premise of" .
### https://w3id.org/def/vaeontology#isPresentInStatement
vae:isPresentInStatement rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( vae:Agent
vae:Norm
vae:Outcome
vae:VaeProperty
vae:ValueConcept
)
] ;
rdfs:range vae:AgentStatement ;
rdfs:comment "Indicates some Vae abstraction (Agent or Norm or Outcome or VaeProperty or ValeuConcept) is present (referenced) in an AgentStatement." ;
rdfs:label "is present in statement" .
### https://w3id.org/def/vaeontology#isPropertyNodeOf
vae:isPropertyNodeOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:isTaxonomyNodeOf ;
rdfs:domain vae:PropertyNode ;
rdfs:range vae:ValueTaxonomy ;
rdfs:comment "Indicates that the PropertyNode is part of the ValueTaxonomy specified." ;
rdfs:label "is PropertyNode of" .
### https://w3id.org/def/vaeontology#isPropertyOfInferiorOf
vae:isPropertyOfInferiorOf rdf:type owl:ObjectProperty ;
rdfs:domain vae:ValueProperty ;
rdfs:range vae:ValueComparisonStatement ;
rdfs:comment "Indicates that the ValueComparisonStatement has a ValueProperty characterizing why the inferior of the comparison is, in fact, inferior of the relation." ;
rdfs:label "is property of inferior of" .
### https://w3id.org/def/vaeontology#isPropertyOfSuperiorOf
vae:isPropertyOfSuperiorOf rdf:type owl:ObjectProperty ;
rdfs:domain vae:ValueProperty ;
rdfs:range vae:ValueComparisonStatement ;
rdfs:comment "Indicates that the ValueComparisonStatement has a ValueProperty characterizing why the superior of the comparison is, in fact, superior of the relation." ;
rdfs:label "Is property of superior of" .
### https://w3id.org/def/vaeontology#isPropertyTaxonomyOfPropertyNode
vae:isPropertyTaxonomyOfPropertyNode rdf:type owl:ObjectProperty ;
rdfs:domain vae:PropertyTaxonomy ;
rdfs:range vae:PropertyNode ;
rdfs:comment "Indicates that the PropertyNode has a PropertyTaxonomy (a ValueProperty informing of the degree of satisfaction of the taxonomy property)." ;
rdfs:label "is PropertyTaxonomy of PropertyNode" .
### https://w3id.org/def/vaeontology#isProposedByAgent
vae:isProposedByAgent rdf:type owl:ObjectProperty ;
owl:inverseOf vae:proposesStatement ;
rdfs:domain vae:AgentStatement ;
rdfs:range vae:Agent ;
rdfs:comment "Indicates that the AgentStatement about the world was proposed by some Agent." ;
rdfs:label "is expressed by agent" .
### https://w3id.org/def/vaeontology#isRootNodeOf
vae:isRootNodeOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isProperPartOf ,
vae:isConceptNodeOf ;
rdfs:domain [ owl:intersectionOf ( vae:ConceptNode
[ rdf:type owl:Class ;
owl:complementOf [ rdf:type owl:Restriction ;
owl:onProperty vae:particularizes ;
owl:someValuesFrom vae:ConceptNode
]
]
) ;
rdf:type owl:Class
] ;
rdfs:range vae:ValueTaxonomy ;
rdfs:comment "Indicates that the ConceptNode is a root of the ValueTaxonomy (is generalized by none other ConceptNode)." ;
rdfs:label "is root node of" .
### https://w3id.org/def/vaeontology#isStartOfSequence
vae:isStartOfSequence rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:isInputOutcomeOf ;
owl:inverseOf vae:startsWithInputOutcome ;
rdfs:domain vae:MultiInputOutcome ;
rdfs:range vae:Sequence ;
rdfs:comment "Indicates that the MultiInputOutcome relation is the starting point of some Sequence." ;
rdfs:label "is start of sequence" .
### https://w3id.org/def/vaeontology#isStateOfAgent
vae:isStateOfAgent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasParticipant ;
rdfs:domain vae:State ;
rdfs:range vae:Agent ;
rdfs:comment "Indicates that the State represents the Agent supplied." ;
rdfs:label "is state of agent" .
### https://w3id.org/def/vaeontology#isTaxonomyNodeOf
vae:isTaxonomyNodeOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isPartOf ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( vae:ConceptNode
vae:PropertyNode
)
] ;
rdfs:range vae:ValueTaxonomy ;
rdfs:comment "Indicates that the Node (Concept or Property nodes) are part of a ValueTaxonomy." ;
rdfs:label "is Taxonomy Node Of" .
### https://w3id.org/def/vaeontology#isTestedInStatement
vae:isTestedInStatement rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:isPresentInStatement ;
owl:inverseOf vae:withNorm ;
rdfs:domain vae:Norm ;
rdfs:range vae:VaeStatement ;
rdfs:comment "Indicates that the norm is being used in a VaeStatement as the evaluated characteristic, e.g. for an AwarenessStatement: \"The vae:Agent payerAgent is aware of the vae:Norm [norm]\"." ;
rdfs:label "Is Tested in Statement" .
### https://w3id.org/def/vaeontology#isTraceOfSystem
vae:isTraceOfSystem rdf:type owl:ObjectProperty ;
rdfs:domain vae:Sequence ;
rdfs:range vae:System ;
rdfs:comment "Indicates that the Sequence is the trace of a System supplied." ;
rdfs:label "is trace of system" .
### https://w3id.org/def/vaeontology#isUserOfSystem
vae:isUserOfSystem rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:isAgentOfSystem ;