-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcausal-event.ttl
406 lines (302 loc) · 22.9 KB
/
causal-event.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
@prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix kwg-ont: <http://knowwheregraph.com/#> .
@prefix opla-cp: <http://ontologydesignpatterns.org/opla-cp#> .
@prefix opla-sd: <http://ontologydesignpatterns.org/opla-sd#> .
@prefix opla-core: <http://ontologydesignpatterns.org/opla-core#> .
@base <http://knowwheregraph.com/> .
<http://knowwheregraph.com/> rdf:type owl:Ontology ;
opla-cp:addressesScenario """Direct Relief
Monsoon after diptheria outbreak"""^^xsd:string ,
"""Thomas Fire
Fire causes bad air quality in Goleta. Obvious to us, but not to a model."""^^xsd:string ;
opla-cp:hasCompetencyQuestion "Are there areas in other states than California that are frequently affected by wildfires?"^^xsd:string ,
"Farm2Table: many Space-Time Use Cases already there, but these need clarification of the specific Space-Time semantic functionalities needed"^^xsd:string ,
"Given fire x, which regions will be effected by smoke exposure, given current wind direction projections?"^^xsd:string ,
"How were the 2019 Southern California fires affecting the tourism industry?"^^xsd:string ,
"If I am an agent of an insurance company, what information I can gain from your KWG? (not a competency question, but may help us to think)"^^xsd:string ,
"Was the Cholera outbreak in Mozambique contributing to the food shortage in year x?"^^xsd:string ,
"What are the causalities of the wildfire? To answer it, we need spatiotemporal information of temperature, precipitation, soil moisture and etc. in the KG."^^xsd:string ,
"What factors can you find in a specific region that would help explain e.g. the stroke belt. Which contaminants of farms may be related from the health literature to strokes?"^^xsd:string ,
"What farmlands or vegetation covers have been mostly affected in the fire?"^^xsd:string ,
"What were the reasons for the landslide east of Santa Barbara in April 2017?"^^xsd:string ,
"What were wildfires affecting the Ventura area in the 2010s?"^^xsd:string ,
"Where are areas of increased heat exceedance and pollution, where migration is not driven by urbanization?"^^xsd:string ,
"Where are the places where heat is rising and migration is occurring that cannot be explained by urbanization?"^^xsd:string ,
"Which farm has High productivity and low connectivity?"^^xsd:string ,
"Which farm has adopted health soil practice after other nearby farms did so?"^^xsd:string ,
"Which farm has experienced disease?"^^xsd:string ,
"Which region affected by a transmissive disease is affected by a hurricane?"^^xsd:string ,
"Which region affected by the current hurricane just suffers from another natural disaster?"^^xsd:string ,
"Which regions affected by wildfires are expected to experience heavy rain (flood risk)"^^xsd:string ,
"Which residents are still evacuated from the same region where the second hurricane hit?"^^xsd:string ,
"where to deliver Covid-19 supplies?"^^xsd:string .
#################################################################
# Annotation properties
#################################################################
### http://ontologydesignpatterns.org/opla-core#isNativeTo
opla-core:isNativeTo rdf:type owl:AnnotationProperty .
### http://ontologydesignpatterns.org/opla-core#reusesPatternAsTemplate
opla-core:reusesPatternAsTemplate rdf:type owl:AnnotationProperty .
### http://ontologydesignpatterns.org/opla-cp#addressesScenario
opla-cp:addressesScenario rdf:type owl:AnnotationProperty .
### http://ontologydesignpatterns.org/opla-cp#hasCompetencyQuestion
opla-cp:hasCompetencyQuestion rdf:type owl:AnnotationProperty .
### http://ontologydesignpatterns.org/opla-sd#entityPosition
opla-sd:entityPosition rdf:type owl:AnnotationProperty ;
opla-core:isNativeTo :Causal_Event_Module .
### http://ontologydesignpatterns.org/opla-sd#entityPositionX
opla-sd:entityPositionX rdf:type owl:AnnotationProperty ;
opla-core:isNativeTo :Causal_Event_Module .
### http://ontologydesignpatterns.org/opla-sd#entityPositionY
opla-sd:entityPositionY rdf:type owl:AnnotationProperty ;
opla-core:isNativeTo :Causal_Event_Module .
#################################################################
# Object Properties
#################################################################
### http://knowwheregraph.com#affects
<http://knowwheregraph.com#affects> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#hasConstituent
<http://knowwheregraph.com#hasConstituent> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#hasObservationType
<http://knowwheregraph.com#hasObservationType> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#hasPossiblyCausesRelation
<http://knowwheregraph.com#hasPossiblyCausesRelation> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#hasResultsInRelation
<http://knowwheregraph.com#hasResultsInRelation> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#hasSTE
<http://knowwheregraph.com#hasSTE> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#occursOver
<http://knowwheregraph.com#occursOver> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#ofType
<http://knowwheregraph.com#ofType> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#pertainsTo
<http://knowwheregraph.com#pertainsTo> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#possiblyCauses
<http://knowwheregraph.com#possiblyCauses> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
### http://knowwheregraph.com#resultsIn
<http://knowwheregraph.com#resultsIn> rdf:type owl:ObjectProperty ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> .
#################################################################
# Classes
#################################################################
### http://knowwheregraph.com#EntityWithProvenance
<http://knowwheregraph.com#EntityWithProvenance> rdf:type owl:Class ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#Event-Abstract
<http://knowwheregraph.com#Event-Abstract> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasPossiblyCausesRelation> ;
owl:allValuesFrom <http://knowwheregraph.com#PossiblyCausesRelation>
] ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#Event-Concrete
<http://knowwheregraph.com#Event-Concrete> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#affects> ;
owl:allValuesFrom <http://knowwheregraph.com#Place>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasResultsInRelation> ;
owl:allValuesFrom <http://knowwheregraph.com#ResultsInRelation>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#occursOver> ;
owl:allValuesFrom <http://knowwheregraph.com#SpatioTemporalExtent>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#ofType> ;
owl:allValuesFrom <http://knowwheregraph.com#Event-Abstract>
] ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#Observation
<http://knowwheregraph.com#Observation> rdf:type owl:Class ;
rdfs:subClassOf <http://knowwheregraph.com#EntityWithProvenance> ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasObservationType> ;
owl:allValuesFrom <http://knowwheregraph.com#ObservationType>
] ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#ObservationType
<http://knowwheregraph.com#ObservationType> rdf:type owl:Class ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#Place
<http://knowwheregraph.com#Place> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasSTE> ;
owl:allValuesFrom <http://knowwheregraph.com#SpatioTemporalExtent>
] ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#PossiblyCausesRelation
<http://knowwheregraph.com#PossiblyCausesRelation> rdf:type owl:Class ;
rdfs:subClassOf <http://knowwheregraph.com#EntityWithProvenance> ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#possiblyCauses> ;
owl:allValuesFrom <http://knowwheregraph.com#Event-Abstract>
] ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#ResultsInRelation
<http://knowwheregraph.com#ResultsInRelation> rdf:type owl:Class ;
rdfs:subClassOf <http://knowwheregraph.com#EntityWithProvenance> ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#resultsIn> ;
owl:allValuesFrom <http://knowwheregraph.com#StateOfAffairs>
] ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#SpatioTemporalExtent
<http://knowwheregraph.com#SpatioTemporalExtent> rdf:type owl:Class ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://knowwheregraph.com#StateOfAffairs
<http://knowwheregraph.com#StateOfAffairs> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasConstituent> ;
owl:allValuesFrom <http://knowwheregraph.com#Observation>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#pertainsTo> ;
owl:allValuesFrom <http://knowwheregraph.com#SpatioTemporalExtent>
] ;
opla-core:isNativeTo <http://knowwheregraph.com#Causal_Event_Module> ;
opla-sd:entityPosition [ ] .
### http://ontologydesignpatterns.org/opla-core#Module
opla-core:Module rdf:type owl:Class .
### http://ontologydesignpatterns.org/opla-core#Pattern
opla-core:Pattern rdf:type owl:Class .
#################################################################
# Individuals
#################################################################
### http://knowwheregraph.com#Causal_Event_Module
<http://knowwheregraph.com#Causal_Event_Module> rdf:type owl:NamedIndividual ,
opla-core:Module ;
opla-core:reusesPatternAsTemplate <https://archive.org/services/purl/domain/modular_ontology_design_library/causalevent> ;
opla-sd:entityPosition [ ] .
### https://archive.org/services/purl/domain/modular_ontology_design_library/causalevent
<https://archive.org/services/purl/domain/modular_ontology_design_library/causalevent> rdf:type owl:NamedIndividual ,
opla-core:Pattern ;
rdfs:label "Causal Event"^^xsd:string .
[ opla-sd:entityPositionX "440.0"^^xsd:double ;
opla-sd:entityPositionY "470.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "50.0"^^xsd:double ;
opla-sd:entityPositionY "150.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "660.0"^^xsd:double ;
opla-sd:entityPositionY "70.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "20.0"^^xsd:double ;
opla-sd:entityPositionY "20.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "450.0"^^xsd:double ;
opla-sd:entityPositionY "240.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "670.2917545430142"^^xsd:double ;
opla-sd:entityPositionY "249.86427160379844"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "650.0"^^xsd:double ;
opla-sd:entityPositionY "410.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "160.0"^^xsd:double ;
opla-sd:entityPositionY "470.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "180.0"^^xsd:double ;
opla-sd:entityPositionY "240.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "150.0"^^xsd:double ;
opla-sd:entityPositionY "70.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
[ opla-sd:entityPositionX "180.0"^^xsd:double ;
opla-sd:entityPositionY "320.0"^^xsd:double ;
rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en
] .
#################################################################
# General axioms
#################################################################
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#affects> ;
owl:someValuesFrom <http://knowwheregraph.com#Place> ;
rdfs:subClassOf <http://knowwheregraph.com#Event-Concrete>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasConstituent> ;
owl:someValuesFrom <http://knowwheregraph.com#Observation> ;
rdfs:subClassOf <http://knowwheregraph.com#StateOfAffairs>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasObservationType> ;
owl:someValuesFrom <http://knowwheregraph.com#ObservationType> ;
rdfs:subClassOf <http://knowwheregraph.com#Observation>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasPossiblyCausesRelation> ;
owl:someValuesFrom <http://knowwheregraph.com#PossiblyCausesRelation> ;
rdfs:subClassOf <http://knowwheregraph.com#Event-Abstract>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasResultsInRelation> ;
owl:someValuesFrom <http://knowwheregraph.com#ResultsInRelation> ;
rdfs:subClassOf <http://knowwheregraph.com#Event-Concrete>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#hasSTE> ;
owl:someValuesFrom <http://knowwheregraph.com#SpatioTemporalExtent> ;
rdfs:subClassOf <http://knowwheregraph.com#Place>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#occursOver> ;
owl:someValuesFrom <http://knowwheregraph.com#SpatioTemporalExtent> ;
rdfs:subClassOf <http://knowwheregraph.com#Event-Concrete>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#ofType> ;
owl:someValuesFrom <http://knowwheregraph.com#Event-Abstract> ;
rdfs:subClassOf <http://knowwheregraph.com#Event-Concrete>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#pertainsTo> ;
owl:someValuesFrom <http://knowwheregraph.com#SpatioTemporalExtent> ;
rdfs:subClassOf <http://knowwheregraph.com#StateOfAffairs>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#possiblyCauses> ;
owl:someValuesFrom <http://knowwheregraph.com#Event-Abstract> ;
rdfs:subClassOf <http://knowwheregraph.com#PossiblyCausesRelation>
] .
[ rdf:type owl:Restriction ;
owl:onProperty <http://knowwheregraph.com#resultsIn> ;
owl:someValuesFrom <http://knowwheregraph.com#StateOfAffairs> ;
rdfs:subClassOf <http://knowwheregraph.com#ResultsInRelation>
] .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi