-
Notifications
You must be signed in to change notification settings - Fork 0
/
ufo-module-06.p
142 lines (86 loc) · 7.72 KB
/
ufo-module-06.p
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
% ------------ gufo_e_Participation ------------
% Declaration(Class(<http://purl.org/nemo/gufo/events#Participation>))
fof(axiom130,axiom,(![X]:(gufo_e_Participation(X)=>owl_Thing(X)))).
% SubClassOf(<http://purl.org/nemo/gufo/events#Participation> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom323,axiom,(![X0]:(gufo_e_Participation(X0)=>gufo_i_Event(X0)))).
% SubClassOf(<http://purl.org/nemo/gufo/events#Participation> ObjectExactCardinality(1 ObjectInverseOf(<http://purl.org/nemo/gufo/events#participatedIn>) <http://purl.org/nemo/gufo/individuals#Object>))
fof(axiom341,axiom,(![X0]:(gufo_e_Participation(X0)=>(?[X1]:(gufo_e_participatedIn(X1,X0)&gufo_i_Object(X1))&![X2,X3]:((gufo_e_participatedIn(X2,X0)&gufo_i_Object(X2)&gufo_e_participatedIn(X3,X0)&gufo_i_Object(X3))=>~(X2!=X3)))))).
% ------------------------------------------------------------------------------------
% ------------ gufo_e_broughtAbout ------------
% ObjectPropertyDomain(<http://purl.org/nemo/gufo/events#broughtAbout> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom285,axiom,(![X0,X1]:(gufo_e_broughtAbout(X0,X1)=>gufo_i_Event(X0)))).
% ObjectPropertyRange(<http://purl.org/nemo/gufo/events#broughtAbout> <http://purl.org/nemo/gufo/individuals#Situation>)
fof(axiom299,axiom,(![X0,X1]:(gufo_e_broughtAbout(X0,X1)=>gufo_i_Situation(X1)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#broughtAbout>))
fof(axiom330,axiom,(![X,Y]:(gufo_e_broughtAbout(X,Y)=>owl_Thing(X)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#broughtAbout>))
fof(axiom331,axiom,(![X,Y]:(gufo_e_broughtAbout(X,Y)=>owl_Thing(Y)))).
% ------------ gufo_e_contributedToTrigger ------------
% ObjectPropertyRange(<http://purl.org/nemo/gufo/events#contributedToTrigger> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom75,axiom,(![X0,X1]:(gufo_e_contributedToTrigger(X0,X1)=>gufo_i_Event(X1)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#contributedToTrigger>))
fof(axiom107,axiom,(![X,Y]:(gufo_e_contributedToTrigger(X,Y)=>owl_Thing(X)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#contributedToTrigger>))
fof(axiom108,axiom,(![X,Y]:(gufo_e_contributedToTrigger(X,Y)=>owl_Thing(Y)))).
% ObjectPropertyDomain(<http://purl.org/nemo/gufo/events#contributedToTrigger> <http://purl.org/nemo/gufo/individuals#Situation>)
fof(axiom201,axiom,(![X0,X1]:(gufo_e_contributedToTrigger(X0,X1)=>gufo_i_Situation(X0)))).
% ------------ gufo_e_historicallyDependsOn ------------
% TransitiveObjectProperty(<http://purl.org/nemo/gufo/events#historicallyDependsOn>)
fof(axiom68,axiom,(![X0,X1,X2]:((gufo_e_historicallyDependsOn(X0,X1)&gufo_e_historicallyDependsOn(X1,X2))=>gufo_e_historicallyDependsOn(X0,X2)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#historicallyDependsOn>))
fof(axiom123,axiom,(![X,Y]:(gufo_e_historicallyDependsOn(X,Y)=>owl_Thing(X)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#historicallyDependsOn>))
fof(axiom124,axiom,(![X,Y]:(gufo_e_historicallyDependsOn(X,Y)=>owl_Thing(Y)))).
% ObjectPropertyRange(<http://purl.org/nemo/gufo/events#historicallyDependsOn> <http://purl.org/nemo/gufo/individuals#ConcreteIndividual>)
fof(axiom150,axiom,(![X0,X1]:(gufo_e_historicallyDependsOn(X0,X1)=>gufo_i_ConcreteIndividual(X1)))).
% ObjectPropertyDomain(<http://purl.org/nemo/gufo/events#historicallyDependsOn> <http://purl.org/nemo/gufo/individuals#ConcreteIndividual>)
fof(axiom189,axiom,(![X0,X1]:(gufo_e_historicallyDependsOn(X0,X1)=>gufo_i_ConcreteIndividual(X0)))).
% ------------ gufo_e_isEventProperPartOf ------------
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#isEventProperPartOf>))
fof(axiom57,axiom,(![X,Y]:(gufo_e_isEventProperPartOf(X,Y)=>owl_Thing(X)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#isEventProperPartOf>))
fof(axiom58,axiom,(![X,Y]:(gufo_e_isEventProperPartOf(X,Y)=>owl_Thing(Y)))).
% SubObjectPropertyOf(<http://purl.org/nemo/gufo/events#isEventProperPartOf> <http://purl.org/nemo/gufo/individuals#isProperPartOf>)
fof(axiom99,axiom,(![X0,X1]:(gufo_e_isEventProperPartOf(X0,X1)=>gufo_i_isProperPartOf(X0,X1)))).
% TransitiveObjectProperty(<http://purl.org/nemo/gufo/events#isEventProperPartOf>)
fof(axiom105,axiom,(![X0,X1,X2]:((gufo_e_isEventProperPartOf(X0,X1)&gufo_e_isEventProperPartOf(X1,X2))=>gufo_e_isEventProperPartOf(X0,X2)))).
% ObjectPropertyDomain(<http://purl.org/nemo/gufo/events#isEventProperPartOf> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom147,axiom,(![X0,X1]:(gufo_e_isEventProperPartOf(X0,X1)=>gufo_i_Event(X0)))).
% ObjectPropertyRange(<http://purl.org/nemo/gufo/events#isEventProperPartOf> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom185,axiom,(![X0,X1]:(gufo_e_isEventProperPartOf(X0,X1)=>gufo_i_Event(X1)))).
% ------------ gufo_e_manifestedIn ------------
% ObjectPropertyDomain(<http://purl.org/nemo/gufo/events#manifestedIn> <http://purl.org/nemo/gufo/individuals#Aspect>)
fof(axiom85,axiom,(![X0,X1]:(gufo_e_manifestedIn(X0,X1)=>gufo_i_Aspect(X0)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#manifestedIn>))
fof(axiom137,axiom,(![X,Y]:(gufo_e_manifestedIn(X,Y)=>owl_Thing(X)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#manifestedIn>))
fof(axiom138,axiom,(![X,Y]:(gufo_e_manifestedIn(X,Y)=>owl_Thing(Y)))).
% ObjectPropertyRange(<http://purl.org/nemo/gufo/events#manifestedIn> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom176,axiom,(![X0,X1]:(gufo_e_manifestedIn(X0,X1)=>gufo_i_Event(X1)))).
% ------------ gufo_e_participatedIn ------------
% ObjectPropertyRange(<http://purl.org/nemo/gufo/events#participatedIn> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom146,axiom,(![X0,X1]:(gufo_e_participatedIn(X0,X1)=>gufo_i_Event(X1)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#participatedIn>))
fof(axiom182,axiom,(![X,Y]:(gufo_e_participatedIn(X,Y)=>owl_Thing(X)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#participatedIn>))
fof(axiom183,axiom,(![X,Y]:(gufo_e_participatedIn(X,Y)=>owl_Thing(Y)))).
% ObjectPropertyDomain(<http://purl.org/nemo/gufo/events#participatedIn> <http://purl.org/nemo/gufo/individuals#Object>)
fof(axiom193,axiom,(![X0,X1]:(gufo_e_participatedIn(X0,X1)=>gufo_i_Object(X0)))).
% ------------ gufo_e_wasCreatedIn ------------
% ObjectPropertyRange(<http://purl.org/nemo/gufo/events#wasCreatedIn> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom86,axiom,(![X0,X1]:(gufo_e_wasCreatedIn(X0,X1)=>gufo_i_Event(X1)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#wasCreatedIn>))
fof(axiom281,axiom,(![X,Y]:(gufo_e_wasCreatedIn(X,Y)=>owl_Thing(X)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#wasCreatedIn>))
fof(axiom282,axiom,(![X,Y]:(gufo_e_wasCreatedIn(X,Y)=>owl_Thing(Y)))).
% ObjectPropertyDomain(<http://purl.org/nemo/gufo/events#wasCreatedIn> <http://purl.org/nemo/gufo/individuals#Endurant>)
fof(axiom344,axiom,(![X0,X1]:(gufo_e_wasCreatedIn(X0,X1)=>gufo_i_Endurant(X0)))).
% ------------ gufo_e_wasTerminatedIn ------------
% ObjectPropertyDomain(<http://purl.org/nemo/gufo/events#wasTerminatedIn> <http://purl.org/nemo/gufo/individuals#Endurant>)
fof(axiom18,axiom,(![X0,X1]:(gufo_e_wasTerminatedIn(X0,X1)=>gufo_i_Endurant(X0)))).
% ObjectPropertyRange(<http://purl.org/nemo/gufo/events#wasTerminatedIn> <http://purl.org/nemo/gufo/individuals#Event>)
fof(axiom235,axiom,(![X0,X1]:(gufo_e_wasTerminatedIn(X0,X1)=>gufo_i_Event(X1)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#wasTerminatedIn>))
fof(axiom270,axiom,(![X,Y]:(gufo_e_wasTerminatedIn(X,Y)=>owl_Thing(X)))).
% Declaration(ObjectProperty(<http://purl.org/nemo/gufo/events#wasTerminatedIn>))
fof(axiom271,axiom,(![X,Y]:(gufo_e_wasTerminatedIn(X,Y)=>owl_Thing(Y)))).