-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensorweb-core-stat.ttl
258 lines (182 loc) · 14.7 KB
/
sensorweb-core-stat.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
@prefix : <http://sensorml.com/ont/core/stat/> .
@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#> .
@base <http://sensorml.com/ont/core/stat> .
<http://sensorml.com/ont/core/stat> rdf:type owl:Ontology ;
<http://purl.org/dc/terms/creator> "OpenSensorHub Community" ;
rdfs:label "SensorWeb Statistics Ontology" ;
owl:versionInfo 1.0 .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> rdf:type owl:AnnotationProperty .
#################################################################
# Classes
#################################################################
### http://sensorml.com/ont/core/stat/Accumulation
:Accumulation rdf:type owl:Class ;
rdfs:subClassOf :SummaryStatistic .
### http://sensorml.com/ont/core/stat/CentralTendency
:CentralTendency rdf:type owl:Class ;
rdfs:subClassOf :SummaryStatistic ;
<http://www.w3.org/2004/02/skos/core#definition> "A Central Tendency (or measure of central tendency) is a central or typical value for a probability distribution." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.obolibrary.org/obo/STATO_0000029> .
### http://sensorml.com/ont/core/stat/DailyMax
:DailyMax rdf:type owl:Class ;
rdfs:subClassOf :Max .
### http://sensorml.com/ont/core/stat/DailyMean
:DailyMean rdf:type owl:Class ;
rdfs:subClassOf :TemporalMean ;
<http://www.w3.org/2004/02/skos/core#definition> "The Daily Mean (or daily average) is the arithmetic mean of a time series computed over a period of one calendar day. The period extends from midnight on a given day until midnight on the following day (exclusive). The timestamp associated with the computed statistic indicates the exact day used for the calculation." .
### http://sensorml.com/ont/core/stat/DailyMin
:DailyMin rdf:type owl:Class ;
rdfs:subClassOf :Min .
### http://sensorml.com/ont/core/stat/Decile
:Decile rdf:type owl:Class ;
rdfs:subClassOf :Percentile .
### http://sensorml.com/ont/core/stat/HourlyMean
:HourlyMean rdf:type owl:Class ;
rdfs:subClassOf :TemporalMean ;
<http://www.w3.org/2004/02/skos/core#definition> "The Hourly Mean (or hourly average) is the arithmetic mean of a time series computed over a period of one hour. The timestamp associated with the computed statistic sets the beginning of the time period, and should always be a round hour." .
### http://sensorml.com/ont/core/stat/Max
:Max rdf:type owl:Class ;
rdfs:subClassOf :MeasureOfDispersion ;
rdfs:label "Maximum Value" ;
<http://www.w3.org/2004/02/skos/core#definition> "The Max is the maximum (greatest) value in a data set." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.obolibrary.org/obo/STATO_0000151> ,
<http://sweetontology.net/propFunction/Maximum> .
### http://sensorml.com/ont/core/stat/Mean
:Mean rdf:type owl:Class ;
rdfs:subClassOf :CentralTendency ;
rdfs:label "Arithmetic Mean" ;
<http://www.w3.org/2004/02/skos/core#definition> "The Arithmetic Mean (also called average or simply mean) is the sum of all values in a data set divided by the number of observations in the data set." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Mean> ,
<http://purl.obolibrary.org/obo/STATO_0000573> ,
<http://sweetontology.net/propFunction/Mean> .
### http://sensorml.com/ont/core/stat/MeasureOfDispersion
:MeasureOfDispersion rdf:type owl:Class ;
rdfs:subClassOf :SummaryStatistic ;
<http://www.w3.org/2004/02/skos/core#definition> "A Measure of Dispersion (also called variability, scatter, or spread) describes the extent to which a distribution is stretched or squeezed." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.obolibrary.org/obo/STATO_0000028> .
### http://sensorml.com/ont/core/stat/Median
:Median rdf:type owl:Class ;
rdfs:subClassOf :CentralTendency ;
<http://www.w3.org/2004/02/skos/core#definition> "The Median is the middle value that separates the higher half from the lower half of the data set." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Median> ,
<http://purl.obolibrary.org/obo/STATO_0000574> ,
<http://sweetontology.net/propFunction/Median> .
### http://sensorml.com/ont/core/stat/Midrange
:Midrange rdf:type owl:Class ;
rdfs:subClassOf :CentralTendency ;
<http://www.w3.org/2004/02/skos/core#definition> "The Midrange is the arithmetic mean of the maximum and minimum values of a data set." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Mid-range> ,
<http://sweetontology.net/propFunction/MidRange> .
### http://sensorml.com/ont/core/stat/Min
:Min rdf:type owl:Class ;
rdfs:subClassOf :MeasureOfDispersion ;
rdfs:label "Minimum Value" ;
<http://www.w3.org/2004/02/skos/core#definition> "The Min is the minimum (lowest) value in a data set." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.obolibrary.org/obo/STATO_0000150> ,
<http://sweetontology.net/propFunction/Minimum> .
### http://sensorml.com/ont/core/stat/Mode
:Mode rdf:type owl:Class ;
rdfs:subClassOf :CentralTendency ;
<http://www.w3.org/2004/02/skos/core#definition> "The Mode is the most frequent value in the data set. This is the only central tendency measure that can be used with nominal data, which have purely qualitative category assignments." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.obolibrary.org/obo/STATO_0000033> ,
<http://sweetontology.net/propFunction/Mode> .
### http://sensorml.com/ont/core/stat/MonthlyAverageOfDailyMax
:MonthlyAverageOfDailyMax rdf:type owl:Class ;
rdfs:subClassOf :Max .
### http://sensorml.com/ont/core/stat/MonthlyAverageOfDailyMin
:MonthlyAverageOfDailyMin rdf:type owl:Class ;
rdfs:subClassOf :Min .
### http://sensorml.com/ont/core/stat/MonthlyMean
:MonthlyMean rdf:type owl:Class ;
rdfs:subClassOf :TemporalMean ;
<http://www.w3.org/2004/02/skos/core#definition> "The Monthly Mean (or monthly average) is the arithmetic mean of a time series computed over a period of one calendar month. The period extends from midnight on the first day of the month until midnight on the first day of the following month (exclusive). The timestamp associated with the computed statistic indicates the exact month used for the calculation." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://sweetontology.net/propFunction/MonthlyAverage> .
### http://sensorml.com/ont/core/stat/Percentile
:Percentile rdf:type owl:Class ;
rdfs:subClassOf :SummaryStatistic ;
<http://www.w3.org/2004/02/skos/core#definition> "A percentile (or a centile) is a summary statistic indicating the value below which a given percentage of values in a data set falls." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Percentile> ,
<http://sweetontology.net/propFunction/Percentile> .
### http://sensorml.com/ont/core/stat/Quartile
:Quartile rdf:type owl:Class ;
rdfs:subClassOf :Percentile .
### http://sensorml.com/ont/core/stat/Quintile
:Quintile rdf:type owl:Class ;
rdfs:subClassOf :Percentile .
### http://sensorml.com/ont/core/stat/Range
:Range rdf:type owl:Class ;
rdfs:subClassOf :MeasureOfDispersion ;
<http://www.w3.org/2004/02/skos/core#definition> "The Range is the difference between the minimum and maximum values of a data set." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.obolibrary.org/obo/STATO_0000035> .
### http://sensorml.com/ont/core/stat/StandardDeviation
:StandardDeviation rdf:type owl:Class ;
rdfs:subClassOf :MeasureOfDispersion ;
<http://www.w3.org/2004/02/skos/core#definition> "The Standard Deviation is the measure of dispersion of a data set from its mean. It measures the absolute variability of a distribution; the higher the dispersion or variability, the greater is the standard deviation and greater will be the magnitude of the deviation of the value from their mean." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Standard_deviation> ,
<http://purl.obolibrary.org/obo/STATO_0000237> ,
<http://sweetontology.net/propFunction/StandardDeviation> .
### http://sensorml.com/ont/core/stat/StatPeriodAfter
:StatPeriodAfter rdf:type owl:Class ;
rdfs:subClassOf :StatisticPeriod ;
<http://www.w3.org/2004/02/skos/core#definition> "The duration of the time period over which the statistic is computed. The timestamp associated with the computed statistic value sets the beginning of the time period." .
### http://sensorml.com/ont/core/stat/StatPeriodBefore
:StatPeriodBefore rdf:type owl:Class ;
rdfs:subClassOf :StatisticPeriod ;
<http://www.w3.org/2004/02/skos/core#definition> "The duration of the time period over which the statistic is computed. The timestamp associated with the computed statistic value sets the end of the time period." .
### http://sensorml.com/ont/core/stat/StatPeriodCentered
:StatPeriodCentered rdf:type owl:Class ;
rdfs:subClassOf :StatisticPeriod ;
<http://www.w3.org/2004/02/skos/core#definition> "The duration of the time period over which the statistic is computed. The time period is centered at the timestamp associated with the computed statistic value." .
### http://sensorml.com/ont/core/stat/StatisticDomain
:StatisticDomain rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
### http://sensorml.com/ont/core/stat/StatisticPeriod
:StatisticPeriod rdf:type owl:Class ;
rdfs:subClassOf :StatisticDomain ;
<http://www.w3.org/2004/02/skos/core#definition> "The duration of the time period over which the statistic is computed. When the duration is larger than the period at which the statistic is produced, it defines a moving window and the statistic is called a rolling statistic (or running statistic)." .
### http://sensorml.com/ont/core/stat/StatisticRegion
:StatisticRegion rdf:type owl:Class ;
rdfs:subClassOf :StatisticDomain .
### http://sensorml.com/ont/core/stat/SummaryStatistic
:SummaryStatistic rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#definition> "Summary Statistics are statistical measures used in descriptive statistics to summarize a set of observations, in order to communicate the largest amount of information as simply as possible." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://sweetontology.net/prop/StatisticalSummary> .
### http://sensorml.com/ont/core/stat/TemporalMean
:TemporalMean rdf:type owl:Class ;
rdfs:subClassOf :Mean ;
<http://www.w3.org/2004/02/skos/core#definition> "The Temporal Mean (or temporal average) is the arithmetic mean of a series of values computed over a given time period." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Temporal_mean> ,
<http://sweetontology.net/propFunction/TemporalMean> .
### http://sensorml.com/ont/core/stat/Variance
:Variance rdf:type owl:Class ;
rdfs:subClassOf :MeasureOfDispersion ;
rdfs:seeAlso :StandardDeviation ;
<http://www.w3.org/2004/02/skos/core#definition> "The Variance is the square of the Standard Deviation" ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://dbpedia.org/resource/Variance> ,
<http://purl.obolibrary.org/obo/STATO_0000113> ,
<http://sweetontology.net/propFunction/Variance> .
### http://sensorml.com/ont/core/stat/WeightedMean
:WeightedMean rdf:type owl:Class ;
rdfs:subClassOf :CentralTendency ;
rdfs:label "Weighted Arithmetic Mean" ;
<http://www.w3.org/2004/02/skos/core#definition> "The Weighted Arithmetic Mean (or simply weighted mean) is similar to an ordinary arithmetic mean, except that instead of each of the data points contributing equally to the final average, some data points contribute more than others, according to their respective (non-negative) weights." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://purl.obolibrary.org/obo/STATO_0000398> .
### http://sensorml.com/ont/core/stat/YearlyMean
:YearlyMean rdf:type owl:Class ;
rdfs:subClassOf :TemporalMean ;
<http://www.w3.org/2004/02/skos/core#definition> "The Yearly Mean (or annual mean/average) is the arithmetic mean of a time series computed over a period of one calendar year. The period extends from midnight on the first day of the year until midnight on the first day of the following year (exclusive). The timestamp associated with the computed statistic indicates the exact year used for the calculation." ;
<http://www.w3.org/2004/02/skos/core#exactMatch> <http://sweetontology.net/propFunction/AnnualAverage> .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi