-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvaeontology-v102-1.ttl
3011 lines (2412 loc) · 165 KB
/
vaeontology-v102-1.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 bhv: <https://w3id.org/spice/SON/SchwartzValues#> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@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 vcvf: <http://www.ontologydesignpatterns.org/ont/values/valuecore_with_value_frames.owl#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix schema: <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> ;
dc:created "2023-11-14"^^xsd:date ;
dc:creator "Andrés Holgado Sánchez - https://orcid.org/my-orcid?orcid=0000-0001-8853-1022" ;
dc:description "Ontology for Value Awareness Engineering: representation and reasoning with human values."@en ;
dc:title "VAE Ontology"@en ;
terms:license <https://creativecommons.org/licenses/by/4.0/> ;
vann:preferredNamespacePrefix "vae" ;
vann:preferredNamespaceUri vae: ;
owl:priorVersion "https://w3id.org/def/vaeontology/1.0.1" ;
owl:versionInfo "1.0.2" ;
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/dc/terms/license
terms:license rdf:type owl:AnnotationProperty ;
rdfs:subPropertyOf terms:license .
### 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.owl#conceptualizes
dul:conceptualizes rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isConceptualizedBy ;
rdfs:domain dul:Agent ;
rdfs:range dul:SocialObject ;
rdfs:comment """A relation stating that an Agent is internally representing a SocialObject: situations, descriptions, concepts, etc. E.g., 'John believes in the conspiracy theory'; 'Niels Bohr created the solar-system metaphor for the atomic theory'; 'Jacques assumes all swans are white'; 'the task force members share the attack plan'.
Conceptualizations can be distinguished into different forms, primarily based on the type of SocialObject that is conceptualized. Descriptions and concepts can be 'assumed', situations can be 'believed' or 'known', plans can be 'adopted', etc. (see ontology: http://www.ontologydesignpatterns.org/ont/dul/Conceptualization.owl.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "conceptualizes"@en ,
"concettualizza"@it ,
"conceptualizes" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#describes
dul:describes rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isDescribedBy ;
rdfs:domain dul:Description ;
rdfs:range dul:Entity ;
rdfs:comment """The relation between a Description and an Entity : a Description gives a unity to a Collection of parts (the components), or constituents, by assigning a Role to each of them in the context of a whole Object (the system).
A same Entity can be given different descriptions, for example, an old cradle can be given a unifying Description based on the original aesthetic design, the functionality it was built for, or a new aesthetic functionality in which it can be used as a flower pot.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "describes"@en ,
"descrive"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#directlyFollows
dul:directlyFollows rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:follows ;
owl:inverseOf dul:directlyPrecedes ;
rdfs:domain dul:Entity ;
rdfs:range dul:Entity ;
rdfs:comment "The intransitive follows relation. For example, Wednesday directly precedes Thursday. Directness of precedence depends on the designer conceptualization." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "directly follows"@en ,
"segue direttamente"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#directlyPrecedes
dul:directlyPrecedes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:precedes ;
rdfs:domain dul:Entity ;
rdfs:range dul:Entity ;
rdfs:comment "The intransitive precedes relation. For example, Monday directly precedes Tuesday. Directness of precedence depends on the designer conceptualization." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "directly precedes"@en ,
"precede direttamente"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#follows
dul:follows rdf:type owl:ObjectProperty ;
owl:inverseOf dul:precedes ;
rdf:type owl:TransitiveProperty ;
rdfs:domain dul:Entity ;
rdfs:range dul:Entity ;
rdfs:comment """A relation between entities, expressing a 'sequence' schema.
E.g. 'year 2000 follows 1999', 'preparing coffee' follows 'deciding what coffee to use', 'II World War follows I World War', etc.
It can be used between tasks, processes or time intervals, and subproperties would fit best in order to distinguish the different uses.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "follows"@en ,
"segue"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasConstituent
dul:hasConstituent rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isConstituentOf ;
rdfs:domain dul:Entity ;
rdfs:range dul:Entity ;
rdfs:comment """'Constituency' depends on some layering of the world described by the ontology. For example, scientific granularities (e.g. body-organ-tissue-cell) or ontological 'strata' (e.g. social-mental-biological-physical) are typical layerings.
Intuitively, a constituent is a part belonging to a lower layer. Since layering is actually a partition of the world described by the ontology, constituents are not properly classified as parts, although this kinship can be intuitive for common sense.
A desirable advantage of this distinction is that we are able to talk e.g. of physical constituents of non-physical objects (e.g. systems), while this is not possible in terms of parts.
Example of are the persons constituting a social system, the molecules constituting a person, the atoms constituting a river, etc.
In all these examples, we notice a typical discontinuity between the constituted and the constituent object: e.g. a social system is conceptualized at a different layer from the persons that constitute it, a person is conceptualized at a different layer from the molecules that constitute them, and a river is conceptualized at a different layer from the atoms that constitute it.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "ha costituente"@it ,
"has constituent"@en .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasMember
dul:hasMember rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isMemberOf ;
rdfs:domain dul:Collection ;
rdfs:range dul:Entity ;
rdfs:comment "A relation between collections and entities, e.g. 'my collection of saxophones includes an old Adolphe Sax original alto' (i.e. my collection has member an Adolphe Sax alto)." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "ha membro"@it ,
"has member"@en .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasParticipant
dul:hasParticipant rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isParticipantIn ;
rdfs:domain dul:Event ;
rdfs:range dul:Object ;
rdfs:comment "A relation between an object and a process, e.g. 'John took part in the discussion', 'a large mass of snow fell during the avalanche', or 'a cook, some sugar, flour, etc. are all present in the cooking of a cake'." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "ha come partecipante"@it ,
"has participant"@en .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPostcondition
dul:hasPostcondition rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:directlyPrecedes ;
owl:inverseOf dul:isPostconditionOf ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( dul:Event
dul:Situation
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( dul:Event
dul:Situation
)
] ;
rdfs:comment """Direct succession applied to situations.
E.g., 'A postcondition of our Plan is to have things settled'.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "ha postcondizione"@it ,
"has postcondition"@en .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPrecondition
dul:hasPrecondition rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:directlyFollows ;
owl:inverseOf dul:isPreconditionOf ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( dul:Event
dul:Situation
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( dul:Event
dul:Situation
)
] ;
rdfs:comment """Direct precedence applied to situations.
E.g., 'A precondition to declare war against a foreign country is claiming to find nuclear weapons in it'.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "ha precondizione"@it ,
"has precondition"@en .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion
dul:hasRegion rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isRegionFor ;
rdfs:domain dul:Entity ;
rdfs:range dul:Region ;
rdfs:comment "A relation between entities and regions, e.g. 'the number of wheels of that truck is 12', 'the time of the experiment is August 9th, 2004', 'the whale has been localized at 34 degrees E, 20 degrees S'." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "ha attributo"@it ,
"has region"@en ,
"has region" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasSetting
dul:hasSetting rdf:type owl:ObjectProperty ;
owl:inverseOf dul:isSettingFor ;
rdfs:domain dul:Entity ;
rdfs:range dul:Situation ;
rdfs:comment "A relation between entities and situations, e.g. 'this morning I've prepared my coffee with a new fantastic Arabica', i.e.: (an amount of) a new fantastic Arabica hasSetting the preparation of my coffee this morning." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "has setting"@en ,
"è nel contesto di"@it ,
"has setting" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#involvesAgent
dul:involvesAgent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasParticipant ;
owl:inverseOf dul:isAgentInvolvedIn ;
rdfs:domain dul:Event ;
rdfs:range dul:Agent ;
rdfs:comment "Agent participation." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "coinvolge agente"@it ,
"involves agent"@en .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isAgentInvolvedIn
dul:isAgentInvolvedIn rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isParticipantIn ;
rdfs:domain dul:Agent ;
rdfs:range dul:Event ;
rdfs:comment "Agent participation." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is agent involved in"@en ,
"è un agente coinvolto in"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConceptualizedBy
dul:isConceptualizedBy rdf:type owl:ObjectProperty ;
rdfs:domain dul:SocialObject ;
rdfs:range dul:Agent ;
rdfs:comment "A relation stating that an Agent is internally representing a Description . E.g., 'John believes in the conspiracy theory'; 'Niels Bohr created a solar-system metaphor for his atomic theory'; 'Jacques assumes all swans are white'; 'the task force shares the attack plan'." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is conceptualized by"@en ,
"è concettualizzato da"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isConstituentOf
dul:isConstituentOf rdf:type owl:ObjectProperty ;
rdfs:domain dul:Entity ;
rdfs:range dul:Entity ;
rdfs:comment """'Constituency' depends on some layering of the world described by the ontology. For example, scientific granularities (e.g. body-organ-tissue-cell) or ontological 'strata' (e.g. social-mental-biological-physical) are typical layerings.
Intuitively, a constituent is a part belonging to a lower layer. Since layering is actually a partition of the world described by the ontology, constituents are not properly classified as parts, although this kinship can be intuitive for common sense.
A desirable advantage of this distinction is that we are able to talk e.g. of physical constituents of non-physical objects (e.g. systems), while this is not possible in terms of parts.
Example of are the persons constituting a social system, the molecules constituting a person, the atoms constituting a river, etc.
In all these examples, we notice a typical discontinuity between the constituted and the constituent object: e.g. a social system is conceptualized at a different layer from the persons that constitute it, a person is conceptualized at a different layer from the molecules that constitute them, and a river is conceptualized at a different layer from the atoms that constitute it.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is constituent of"@en ,
"è costituente di"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isDescribedBy
dul:isDescribedBy rdf:type owl:ObjectProperty ;
rdfs:domain dul:Entity ;
rdfs:range dul:Description ;
rdfs:comment """The relation between an Entity and a Description: a Description gives a unity to a Collection of parts (the components), or constituents, by assigning a Role to each of them in the context of a whole Object (the system).
A same Entity can be given different descriptions, for example, an old cradle can be given a unifying Description based on the original aesthetic design, the functionality it was built for, or a new aesthetic functionality in which it can be used as a flower pot.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is described by"@en ,
"è descritto da"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isMemberOf
dul:isMemberOf rdf:type owl:ObjectProperty ;
rdfs:domain dul:Entity ;
rdfs:range dul:Collection ;
rdfs:comment "A relation between collections and entities, e.g. 'the Night Watch by Rembrandt is in the Rijksmuseum collection'; 'Davide is member of the Pen Club', 'Igor is one the subjects chosen for the experiment'." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is member of"@en ,
"è membro di"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParticipantIn
dul:isParticipantIn rdf:type owl:ObjectProperty ;
rdfs:domain dul:Object ;
rdfs:range dul:Event ;
rdfs:comment "A relation between an object and a process, e.g. 'John took part in the discussion', 'a large mass of snow fell during the avalanche', or 'a cook, some sugar, flour, etc. are all present in the cooking of a cake'." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is participant in"@en ,
"è un partecipante a"@it ,
"is participant in" .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPostconditionOf
dul:isPostconditionOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:directlyFollows ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( dul:Event
dul:Situation
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( dul:Event
dul:Situation
)
] ;
rdfs:comment """Direct succession applied to situations.
E.g., 'Taking some rest is a postcondition of my search for a hotel'.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is postcondition of"@en ,
"è postcondizione di"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPreconditionOf
dul:isPreconditionOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:directlyPrecedes ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( dul:Event
dul:Situation
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( dul:Event
dul:Situation
)
] ;
rdfs:comment """Direct precedence applied to situations.
E.g., 'claiming to find nuclear weapons in a foreign country is a precondition to declare war against it'.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is precondition of"@en ,
"è precondizione di"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isRegionFor
dul:isRegionFor rdf:type owl:ObjectProperty ;
rdfs:domain dul:Region ;
rdfs:range dul:Entity ;
rdfs:comment "A relation between entities and regions, e.g. 'the color of my car is red'." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is region for"@en ,
"è una regione di"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isSatisfiedBy
dul:isSatisfiedBy rdf:type owl:ObjectProperty ;
owl:inverseOf dul:satisfies ;
rdfs:domain dul:Description ;
rdfs:range dul:Situation ;
rdfs:comment "A relation between a Situation and a Description, e.g. the execution of a Plan satisfies that plan." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is satisfied by"@en ,
"è soddisfatta da"@it .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isSettingFor
dul:isSettingFor rdf:type owl:ObjectProperty ;
rdfs:domain dul:Situation ;
rdfs:range dul:Entity ;
rdfs:comment "A relation between situations and entities, e.g. 'this morning I've prepared my coffee with a new fantastic Arabica', i.e.: the preparation of my coffee this morning is the setting for (an amount of) a new fantastic Arabica." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "include"@it ,
"is setting for"@en .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#precedes
dul:precedes rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain dul:Entity ;
rdfs:range dul:Entity ;
rdfs:comment """A relation between entities, expressing a 'sequence' schema.
E.g. 'year 1999 precedes 2000', 'deciding what coffee to use' precedes 'preparing coffee', 'World War II follows World War I', 'in the Milan to Rome autoroute, Bologna precedes Florence', etc.
It can then be used between tasks, processes, time intervals, spatially locate objects, situations, etc.
Subproperties can be defined in order to distinguish the different uses.""" ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "precede"@it ,
"precedes"@en .
### http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#satisfies
dul:satisfies rdf:type owl:ObjectProperty ;
rdfs:domain dul:Situation ;
rdfs:range dul:Description ;
rdfs:comment "A relation between a Situation and a Description, e.g. the execution of a Plan satisfies that plan." ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "satisfies"@en ,
"soddisfa"@it ,
"satisfies" .
### 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: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/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: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 ;
rdfs:subPropertyOf dul:describes ;
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 ;
rdfs:subPropertyOf dul:describes ;
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:hasConstituent ;
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:subPropertyOf dul:isConstituentOf ;
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 ;
rdfs:subPropertyOf dul:isPreconditionOf ;
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#describesVaeStatementEntity
vae:describesVaeStatementEntity rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:describes ;
owl:inverseOf vae:isPresentInStatement ;
rdfs:domain vae:AgentStatement ;
rdfs:range vae:VaeStatementEntity ;
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#directlyGeneralizesNode
vae:directlyGeneralizesNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:generalizesNode ;
owl:inverseOf vae:directlyParticularizesNode ;
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#directlyParticularizesNode
vae:directlyParticularizesNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:particularizesNode ;
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:describesVaeStatementEntity ;
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#generalizesNode
vae:generalizesNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf schema:subsumes ;
owl:inverseOf vae:particularizesNode ;
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:hasConstituent ;
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:hasMember ;
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:hasConstituent ;
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:ValueTaxonomyStatement ;
rdfs:range vae:ConceptNode ;
rdfs:comment "Indicates that the ValueTaxonomy has the ConceptNode specified." ;
rdfs:label "has concept node" .
### https://w3id.org/def/vaeontology#hasInput
vae:hasInput rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasConstituent ;
owl:inverseOf vae:isInputOf ;
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:hasConstituent ;
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#hasInterpretation
vae:hasInterpretation rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:isPresentInStatement ;
owl:inverseOf vae:interpretationOn ;
rdfs:domain vae:VaeConditioningEntity ;
rdfs:range vae:AgentStatement .
### https://w3id.org/def/vaeontology#hasOutcome
vae:hasOutcome rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasConstituent ;
owl:inverseOf vae:isOutcomeOf ;
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:hasConstituent ;
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 vae:hasTaxonomyNode ;
owl:inverseOf vae:isPropertyNodeOf ;
rdfs:domain vae:ValueTaxonomyStatement ;
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 dul:describes ;
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 dul:describes ;
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 ;
rdfs:subPropertyOf vae:expressesProperty ;
owl:inverseOf vae:isTaxonomyPropertyOf ;
rdfs:domain vae:PropertyNode ;
rdfs:range vae:TaxonomyProperty ;
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#hasRelationWithProperty
vae:hasRelationWithProperty rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf schema:hasPerspective ;
owl:inverseOf vae:relationWith ;
rdfs:domain vae:VaeConditioningEntity ;
rdfs:range vae:VaeProperty .
### https://w3id.org/def/vaeontology#hasRootNode
vae:hasRootNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:hasConceptNode ;
owl:inverseOf vae:isRootNodeOf ;
rdfs:domain vae:ValueTaxonomyStatement ;
rdfs:range vae:ConceptNode ;
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:isAgentInvolvedIn ;
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#hasTaxonomyNode
vae:hasTaxonomyNode rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasConstituent ;
owl:inverseOf vae:isTaxonomyNodeOf ;
rdfs:domain vae:ValueTaxonomyStatement ;
rdfs:range vae:TaxonomyNode ;
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 ;
rdfs:subPropertyOf dul:isAgentInvolvedIn ;
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:subPropertyOf dul:isDescribedBy ;
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#interpretationOn
vae:interpretationOn rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf vae:describesVaeStatementEntity ;
rdfs:domain vae:AgentStatement ;
rdfs:range vae:VaeConditioningEntity .
### https://w3id.org/def/vaeontology#isActionOnStateOfStrategy
vae:isActionOnStateOfStrategy rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:isConstituentOf ;
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:isMemberOf ;
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#isBasedOnCriterion
vae:isBasedOnCriterion rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dul:hasConstituent ;
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" .