-
Notifications
You must be signed in to change notification settings - Fork 9
/
glosis_common.ttl
346 lines (291 loc) · 21.8 KB
/
glosis_common.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
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix glosis_cm: <http://w3id.org/glosis/model/common/> .
@prefix glosis_cl: <http://w3id.org/glosis/model/codelists/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
### ISO FEATURES
@prefix iso28258: <http://w3id.org/glosis/model/iso28258/2013/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://w3id.org/glosis/model/common>
a owl:Ontology ;
owl:imports ssn: , sosa: ;
owl:versionIRI <http://w3id.org/glosis/model/common/1.4.1> ;
owl:versionInfo "1.4.1" ;
dct:creator [ schema:affiliation [ foaf:name "PSNC" ] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] ,
[ schema:affiliation [ foaf:name "PSNC" ] ;
foaf:name "Bogusz Janiak"
] ;
dct:title "GlOSIS Ontology: Common module"@en ;
dct:description "This ontology represents GLOSIS code lists extracted from the data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ;
rdfs:comment "This module contains all classes and properties that are used among multiple modules."@en ;
dct:source "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ;
dct:rights "This ontology is distributed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 IGO License - https://creativecommons.org/licenses/by-nc-sa/3.0/igo/"@en .
glosis_cm:SoilDepthBedrock a owl:Class ;
rdfs:label "SoilDepthBedrock"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_cm:SoilDepthBedrockValue ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:soilDepthBedrockProperty ] .
glosis_cm:soilDepthBedrockProperty a sosa:ObservableProperty , qudt:Quantitykind ;
rdfs:label "soilDepthBedrockProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en .
glosis_cm:SoilDepthBedrockValue a owl:Class ;
rdfs:label "SoilDepthBedrockValue"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf qudt:QuantityValue ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:numericValue ; owl:allValuesFrom xsd:integer ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiM] .
glosis_cm:SoilDepth a owl:Class ;
rdfs:label "SoilDepth"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_cm:SoilDepthValue ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:soilDepthProperty ] .
glosis_cm:soilDepthProperty a sosa:ObservableProperty , qudt:Quantitykind ;
rdfs:label "soilDepthProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en .
glosis_cm:SoilDepthValue a owl:Class ;
rdfs:label "SoilDepthValue"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf qudt:QuantityValue ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:numericValue ; owl:allValuesFrom xsd:integer ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiM] .
glosis_cm:SoilDepthRootable a owl:Class ;
rdfs:label "SoilDepthRootable"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_cm:SoilDepthRootableValue ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:soilDepthRootableProperty ] .
glosis_cm:soilDepthRootableProperty a sosa:ObservableProperty , qudt:Quantitykind ;
rdfs:label "soilDepthRootableProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en .
glosis_cm:SoilDepthRootableValue a owl:Class ;
rdfs:label "SoilDepthRootableValue"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf qudt:QuantityValue ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:numericValue ; owl:allValuesFrom xsd:integer ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiM] .
glosis_cm:SoilDepthRootableClass a owl:Class ;
rdfs:label "SoilDepthRootableClass"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSimpleResult ; owl:allValuesFrom xsd:string ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:soilDepthRootableClassProperty ] .
glosis_cm:soilDepthRootableClassProperty a sosa:ObservableProperty ;
rdfs:label "soilDepthRootableClassProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en .
glosis_cm:SoilDepthSampled a owl:Class ;
rdfs:label "SoilDepthSampled"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_cm:SoilDepthSampledValue ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:soilDepthSampledProperty ] .
glosis_cm:soilDepthSampledProperty a sosa:ObservableProperty , qudt:Quantitykind ;
rdfs:label "soilDepthSampledProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en .
glosis_cm:SoilDepthSampledValue a owl:Class ;
rdfs:label "SoilDepthSampledValue"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf qudt:QuantityValue ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:numericValue ; owl:allValuesFrom xsd:integer ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiM] .
glosis_cm:InfiltrationRateClass a owl:Class ;
rdfs:label "InfiltrationRateClass"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSimpleResult ; owl:allValuesFrom xsd:string ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:infiltrationRateClassProperty ] .
glosis_cm:infiltrationRateClassProperty a sosa:ObservableProperty ;
rdfs:label "infiltrationRateClassProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en .
glosis_cm:Texture a owl:Class ;
rdfs:label "Texture"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSimpleResult ; owl:allValuesFrom xsd:string ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:textureProperty ] .
glosis_cm:textureProperty a sosa:ObservableProperty ;
rdfs:label "textureProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en .
glosis_cm:MunsellColorValue a owl:Class ;
rdfs:label "MunsellColorValue"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en ;
rdfs:subClassOf sosa:Result ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty glosis_cm:munsellCompounded
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty glosis_cm:chroma
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty glosis_cm:value
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty glosis_cm:hue
] .
glosis_cm:munsellCompounded
a owl:DatatypeProperty ;
rdfs:label "munsellCompounded"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en ;
rdfs:range xsd:string .
glosis_cm:chroma
a owl:DatatypeProperty ;
rdfs:label "chroma"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en ;
rdfs:range xsd:decimal .
glosis_cm:value
a owl:DatatypeProperty ;
rdfs:label "value"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en ;
rdfs:range xsd:decimal .
glosis_cm:hue
a owl:DatatypeProperty ;
rdfs:label "hue"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en ;
rdfs:range xsd:string .
glosis_cm:colourMoistProperty a sosa:ObservableProperty ;
rdfs:label "colourMoistProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en .
glosis_cm:colourDryProperty a sosa:ObservableProperty ;
rdfs:label "colourDryProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en .
glosis_cm:InfiltrationRateNumeric a owl:Class ;
rdfs:label "InfiltrationRateNumeric"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_cm:InfiltrationRateNumericValue ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:infiltrationRateNumericProperty ] .
glosis_cm:infiltrationRateNumericProperty a sosa:ObservableProperty , qudt:Quantitykind ;
rdfs:label "infiltrationRateNumericProperty"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en .
glosis_cm:InfiltrationRateNumericValue a owl:Class ;
rdfs:label "InfiltrationRateNumericValue"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ;
rdfs:subClassOf qudt:QuantityValue ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:numericValue ; owl:allValuesFrom xsd:float ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiM-PER-HR] .
glosis_cm:BleachedSand a owl:Class ;
rdfs:label "BleachedSand"@en ;
skos:definition "Guidelines for Soil Description issued by the FAO: table 23"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:BleachedSandValueCode] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:bleachedSandProperty ] .
glosis_cm:bleachedSandProperty a sosa:ObservableProperty ;
rdfs:label "bleachedSandProperty"@en ;
skos:definition "Guidelines for Soil Description issued by the FAO: table 23"@en .
glosis_cm:FragmentsSize a owl:Class ;
rdfs:label "FragmentsSize "@en ;
skos:definition "Guidelines for Soil Description issued by the FAO: table 15,2"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:FragmentsSizeValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:fragmentsSizeProperty ] .
glosis_cm:fragmentsSizeProperty a sosa:ObservableProperty ;
rdfs:label "fragmentsSizeProperty"@en ;
skos:definition "Guidelines for Soil Description issued by the FAO: table 15,2"@en .
glosis_cm:CracksDepth a owl:Class ;
rdfs:label "CracksDepth"@en ;
skos:definition "Guidelines for Soil Description issued by the FAO: table 21,2"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CracksDepthValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:cracksDepthProperty ] .
glosis_cm:cracksDepthProperty a sosa:ObservableProperty ;
rdfs:label "cracksDepthProperty"@en ;
skos:definition "Guidelines for Soil Description issued by the FAO: table 21,2"@en .
glosis_cm:OrganicMatterClass a owl:Class ;
rdfs:label "OrganicMatterClass"@en ;
skos:definition "table is missing!"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:OrganicMatterClassValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:organicMatterClassProperty ] .
glosis_cm:organicMatterClassProperty a sosa:ObservableProperty ;
rdfs:label "organicMatterClassProperty"@en ;
skos:definition "table is missing!"@en .
glosis_cm:CracksDistance a owl:Class ;
rdfs:label "CracksDistance"@en ;
skos:definition "Guidelines for Soil Description issued by the FAO: table 21,3"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CracksDistanceValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:cracksDistanceProperty ] .
glosis_cm:cracksDistanceProperty a sosa:ObservableProperty ;
rdfs:label "cracksDistanceProperty"@en ;
skos:definition "Guidelines for Soil Description issued by the FAO: table 21,3"@en .
glosis_cm:CracksWidth a owl:Class ;
rdfs:label "CracksWidth"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 21,1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CracksWidthValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:cracksWidthProperty ] .
glosis_cm:cracksWidthProperty a sosa:ObservableProperty ;
rdfs:label "cracksWidthProperty"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 21,1"@en .
glosis_cm:RockAbundance a owl:Class ;
rdfs:label "RockAbundance"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 26"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:RockAbundanceValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:rockAbundanceProperty ] .
glosis_cm:rockAbundanceProperty a sosa:ObservableProperty ;
rdfs:label "rockAbundanceProperty"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 26"@en .
glosis_cm:ColourDry a owl:Class ;
rdfs:label "ColourDry"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_cm:MunsellColorValue] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:colourDryProperty ] .
glosis_cm:ColourMoist a owl:Class ;
rdfs:label "ColourMoist"@en ;
skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 3"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_cm:MunsellColorValue ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:colourMoistProperty ] .
glosis_cm:RockShape a owl:Class ;
rdfs:label "RockShape"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 28"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:RockShapeValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:rockShapeProperty ] .
glosis_cm:rockShapeProperty a sosa:ObservableProperty ;
rdfs:label "rockShapeProperty"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 28"@en .
glosis_cm:RockSize a owl:Class ;
rdfs:label "RockSize"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 27"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:RockSizeValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:rockSizeProperty ] .
glosis_cm:rockSizeProperty a sosa:ObservableProperty ;
rdfs:label "rockSizeProperty"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 27"@en .
glosis_cm:WeatheringFragments a owl:Class ;
rdfs:label "WeatheringFragments"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 29"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:WeatheringValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:weatheringFragmentsProperty ] .
glosis_cm:weatheringFragmentsProperty a sosa:ObservableProperty ;
rdfs:label "weatheringFragmentsProperty"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 29"@en .
glosis_cm:FragmentCover a owl:Class ;
rdfs:label "FragmentCover"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 15,1"@en ;
rdfs:subClassOf sosa:Observation ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:FragmentCoverValueCode ] ;
rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cm:fragmentCoverProperty ] .
glosis_cm:fragmentCoverProperty a sosa:ObservableProperty ;
rdfs:label "fragmentCoverProperty"@en;
skos:definition "Guidelines for Soil Description issued by the FAO: table 15,1"@en .