@prefix owl: . @prefix gsp: . @prefix rdf: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix glosis_sp: . @prefix glosis_cl: . @prefix glosis_cm: . @prefix lcc-cr: . @prefix om: . @prefix foaf: . @prefix ssn: . @prefix sosa: . @prefix dct: . @prefix schema: . ### ISO FEATURES @prefix iso28258: . @prefix qudt: . @prefix quantitykind: . @prefix unit: . a owl:Ontology ; owl:imports ssn: , sosa: , glosis_cl: , glosis_cm: , iso28258: ; owl:versionIRI ; owl:versionInfo "1.3.1" ; dct:creator [ schema:affiliation [ foaf:name "PSNC" ] ; rdfs:seeAlso ; foaf:name "Raul Palma" ] , [ schema:affiliation [ foaf:name "PSNC" ] ; foaf:name "Bogusz Janiak" ] ; dct:title "GlOSIS Ontology: Site-Plot module"@en ; dct:description "GLOSIS ontology has been created 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 the classes and properties to describe soil sites (a defined area which is subject to a soil quality investigation) and soil plots (an elementary area where individual observations are made and/or samples are taken)."@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_sp:GL_Plot a owl:Class ; rdfs:label "GL_Plot"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:subClassOf iso28258:Plot ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:location ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:remarks ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:responsibleOrganization ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:positionalAccuracy ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:altitude ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:timestamp ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:mapSheetID ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:country ] . glosis_sp:GL_Site a owl:Class ; rdfs:label "GL_Site"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:subClassOf iso28258:Site , sosa:FeatureOfInterest ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:country ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:location ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:mapSheetID ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:positionalAccuracy ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:timestamp ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:remarks ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:altitude ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty glosis_sp:responsibleOrganization ] . glosis_sp:location a owl:DatatypeProperty ; rdfs:label "location"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:range xsd:string . glosis_sp:remarks a owl:DatatypeProperty ; rdfs:label "remarks"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:range xsd:string . glosis_sp:responsibleOrganization a owl:ObjectProperty ; rdfs:label "responsibleOrganization"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:range foaf:Agent . glosis_sp:positionalAccuracy a owl:ObjectProperty ; rdfs:label "positionalAccuracy"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:range ssn:Property . glosis_sp:altitude a owl:ObjectProperty ; rdfs:label "altitude"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:range qudt:QuantityValue . glosis_sp:timestamp a owl:ObjectProperty ; rdfs:label "timestamp"@en ; rdfs:range xsd:dateTime . glosis_sp:mapSheetID a owl:DatatypeProperty ; rdfs:label "mapSheetID"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:range xsd:string . glosis_sp:country a owl:ObjectProperty ; rdfs:label "country"@en ; skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:range lcc-cr:Alpha2Code . glosis_sp:CropClass a owl:Class ; rdfs:label "CropClass"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 9"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CropClassValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:cropClassProperty ] . glosis_sp:cropClassProperty a sosa:ObservableProperty ; rdfs:label "cropClassProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 9"@en . glosis_sp:cropDescription a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of crops at the site"@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_sp:Geology a owl:Class ; rdfs:label "Geology"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 12"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:LithologyValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:geologyProperty ] . glosis_sp:geologyProperty a sosa:ObservableProperty ; rdfs:label "geologyProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 12"@en . glosis_cm:SoilDepthRootable rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] . glosis_sp:SlopeOrientationClass a owl:Class ; rdfs:label "SlopeOrientationClass"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; 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_sp:slopeOrientationClassProperty ] . glosis_sp:slopeOrientationClassProperty a sosa:ObservableProperty ; rdfs:label "slopeOrientationClassProperty"@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_sp:ErosionCategory a owl:Class ; rdfs:label "ErosionCategory"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 16"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ErosionCategoryValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:erosionCategoryProperty ] . glosis_sp:erosionCategoryProperty a sosa:ObservableProperty ; rdfs:label "erosionCategoryProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 16"@en . glosis_sp:ErosionAreaAffected a owl:Class ; rdfs:label "ErosionAreaAffected"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 17"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ErosionAreaAffectedValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:erosionAreaAffectedProperty ] . glosis_sp:erosionAreaAffectedProperty a sosa:ObservableProperty ; rdfs:label "erosionAreaAffectedProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 17"@en . glosis_sp:landUseRemark a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of land use at the site"@en ; rdfs:label "landUseRemark"@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_sp:landUseCropRotation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of crop rotation at the site"@en ; rdfs:label "landUseCropRotation"@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:WeatheringFragments rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] . glosis_sp:ParentTextureUnconsolidated a owl:Class ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:TextureUnconsolidatedValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:parentTextureUnconsolidatedProperty ] . glosis_sp:parentTextureUnconsolidatedProperty a sosa:ObservableProperty ; rdfs:label "parentTextureUnconsolidatedProperty"@en; skos:definition "table is missing!"@en . glosis_sp:LandUseGrass a owl:Class ; rdfs:label "LandUseGrass"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:LandUseGrassValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:grassAbundanceProperty ] . glosis_sp:grassAbundanceProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "GrassAbundanceProperty"@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_sp:LandUseGrassValue a owl:Class ; rdfs:label "LandUseGrassValue"@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:PERCENT] . glosis_sp:SurfaceAge a owl:Class ; rdfs:label "SurfaceAge"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 13"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SurfaceAgeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:surfaceAgeProperty ] . glosis_sp:surfaceAgeProperty a sosa:ObservableProperty ; rdfs:label "surfaceAgeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 13"@en . glosis_sp:WeatheringRock a owl:Class ; rdfs:label "WeatheringRock"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; 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_sp:weatheringRockProperty ] . glosis_sp:weatheringRockProperty a sosa:ObservableProperty ; rdfs:label "weatheringRockProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 29"@en . glosis_sp:SlopeForm a owl:Class ; rdfs:label "SlopeForm"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 6"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SlopeFormValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:slopeFormProperty ] . glosis_sp:slopeFormProperty a sosa:ObservableProperty ; rdfs:label "slopeFormProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 6"@en . glosis_sp:SlopeOrientationNumeric a owl:Class ; rdfs:label "SlopeOrientationNumeric"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:SlopeOrientationNumericValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:slopeOrientationProperty ] . glosis_sp:slopeOrientationProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "slopeOrientationProperty"@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_sp:SlopeOrientationNumericValue a owl:Class ; rdfs:label "SlopeOrientationNumericValue"@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:DEG ] . glosis_sp:ParentLithology a owl:Class ; rdfs:label "ParentLithology"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 12"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:LithologyValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:parentLithologyProperty ] . glosis_sp:parentLithologyProperty a sosa:ObservableProperty ; rdfs:label "parentLithologyProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 12"@en . glosis_cm:SoilDepthSampled rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] . glosis_sp:SlopeGradientClass a owl:Class ; rdfs:label "SlopeGradientClass"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 7"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SlopeGradientClassValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:slopeGradientClassProperty ] . glosis_sp:slopeGradientClassProperty a sosa:ObservableProperty ; rdfs:label "slopeGradientClassProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 7"@en . glosis_sp:ErosionDegree a owl:Class ; rdfs:label "ErosionDegree"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 18"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ErosionDegreeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:erosionDegreeProperty ] . glosis_sp:erosionDegreeProperty a sosa:ObservableProperty ; rdfs:label "erosionDegreeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 18"@en . glosis_sp:LandformComplex a owl:Class ; rdfs:label "LandformComplex"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 5"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:LandformComplexValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:landformComplexProperty ] . glosis_sp:landformComplexProperty a sosa:ObservableProperty ; rdfs:label "landformComplexProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 5"@en . glosis_sp:LandUseBareCover a owl:Class ; rdfs:label "LandUseBareCover"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:LandUseBareCoverValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:bareCoverAbundanceProperty ] . glosis_sp:bareCoverAbundanceProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "bareCoverAbundanceProperty"@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_sp:LandUseBareCoverValue a owl:Class ; rdfs:label "LandUseBareCoverValue"@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:PERCENT] . glosis_sp:WeatherPast a owl:Class ; rdfs:label "WeatherPast"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:WeatherConditionsValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:weatherConditionsPastProperty ] . glosis_sp:weatherConditionsPastProperty a sosa:ObservableProperty ; rdfs:label "weatherConditionsPastProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 2"@en . glosis_cm:SoilDepth rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] . glosis_sp:KoeppenClass a owl:Class ; rdfs:label "KoeppenClass"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; 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_sp:koeppenClassProperty ] . glosis_sp:koeppenClassProperty a sosa:ObservableProperty ; rdfs:label "koeppenClassProperty"@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_sp:RockOutcropsCover a owl:Class ; rdfs:label "RockOutcropsCover"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 14,1"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:RockOutcropsCoverValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:rockOutcropsCoverProperty ] . glosis_sp:rockOutcropsCoverProperty a sosa:ObservableProperty ; rdfs:label "rockOutcropsCoverProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 14,1"@en . glosis_sp:ParentDeposition a owl:Class ; rdfs:label "ParentDeposition"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 16"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ErosionCategoryValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:parentDepositionProperty ] . glosis_sp:parentDepositionProperty a sosa:ObservableProperty ; rdfs:label "ParentDepositionProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 16"@en . glosis_sp:physiographyDescription a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of the local physiography"@en ; rdfs:label "physiographyDescription"@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_sp:FloodDuration a owl:Class ; rdfs:label "FloodDuration"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 174"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:FloodDurationValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:floodDurationProperty ] . glosis_sp:floodDurationProperty a sosa:ObservableProperty ; rdfs:label "floodDurationProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 174"@en . glosis_sp:Physiography a owl:Class ; rdfs:label "Physiography"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: figure 2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:PhysiographyValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:physiographyProperty ] . glosis_sp:physiographyProperty a sosa:ObservableProperty ; rdfs:label "PhysiographyProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: figure 2"@en . glosis_sp:parentRemarks a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Remarks on the parent material"@en ; rdfs:label "parentRemarks"@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_sp:SlopeGradientNumeric a owl:Class ; rdfs:label "SlopeGradientNumeric"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:SlopeGradientNumericValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:slopeGradientProperty ] . glosis_sp:slopeGradientProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "slopeGradientProperty"@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_sp:SlopeGradientNumericValue a owl:Class ; rdfs:label "SlopeGradientNumericValue"@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:PERCENT] . glosis_sp:vegetationDescription a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of vegetation at the site"@en ; rdfs:label "vegetationDescription"@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_sp:LandUseForest a owl:Class ; rdfs:label "LandUseForest"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:LandUseForestValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:forestAbundanceProperty ] . glosis_sp:forestAbundanceProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "ForestAbundanceProperty"@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_sp:LandUseForestValue a owl:Class ; rdfs:label "LandUseForestValue"@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:PERCENT] . glosis_sp:RockOutcropsDistance a owl:Class ; rdfs:label "RockOutcropsDistance"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 14,2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:RockOutcropsDistanceValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:rockOutcropsDistanceProperty ] . glosis_sp:rockOutcropsDistanceProperty a sosa:ObservableProperty ; rdfs:label "rockOutcropsDistanceProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 14,2"@en . glosis_cm:SoilDepthRootableClass rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] . glosis_sp:LandUsePavedCover a owl:Class ; rdfs:label "LandUsePavedCover"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:LandUsePavedCoverValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:PavedAbundanceproperty ] . glosis_sp:pavedAbundanceProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "PavedAbundanceProperty"@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_sp:LandUsePavedCoverValue a owl:Class ; rdfs:label "LandUsePavedCoverValue"@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:PERCENT] . glosis_sp:SlopePathways a owl:Class ; rdfs:label "SlopePathways"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: figure 3"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SlopePathwaysValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:slopePathwaysProperty ] . glosis_sp:slopePathwaysProperty a sosa:ObservableProperty ; rdfs:label "slopePathwaysProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: figure 3"@en . glosis_sp:MajorLandForm a owl:Class ; rdfs:label "MajorLandForm"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 4"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MajorLandFormValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:majorLandFormProperty ] . glosis_sp:majorLandFormProperty a sosa:ObservableProperty ; rdfs:label "MajorLandFormProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 4"@en . glosis_sp:GroundwaterDepth a owl:Class ; rdfs:label "GroundwaterDepth"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:GroundwaterDepthValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:groundwaterDepthProperty ] . glosis_sp:groundwaterDepthProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "groundwaterDepthProperty"@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_sp:GroundwaterDepthValue a owl:Class ; rdfs:label "GroundwaterDepthValue"@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] . glosis_sp:Lithology a owl:Class ; rdfs:label "Lithology"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 12"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:LithologyValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:lithologyProperty ] . glosis_sp:lithologyProperty a sosa:ObservableProperty ; rdfs:label "lithologyProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 12"@en . glosis_sp:WeatherCurrent a owl:Class ; rdfs:label "WeatherCurrent"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:WeatherConditionsValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:weatherConditionsCurrentProperty ] . glosis_sp:weatherConditionsCurrentProperty a sosa:ObservableProperty ; rdfs:label "weatherConditionsCurrentProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 2"@en . glosis_sp:FloodFrequency a owl:Class ; rdfs:label "FloodFrequency"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 174"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:FloodFrequencyValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:floodFrequencyProperty ] . glosis_sp:floodFrequencyProperty a sosa:ObservableProperty ; rdfs:label "floodFrequencyProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 174"@en . glosis_sp:HumanInfluenceClass a owl:Class ; rdfs:label "HumanInfluenceClass"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 10"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:HumanInfluenceClassValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:humanInfluenceClassProperty ] . glosis_sp:humanInfluenceClassProperty a sosa:ObservableProperty ; rdfs:label "humanInfluenceClassProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 10"@en . glosis_cm:SoilDepthBedrock rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] . glosis_sp:LandUseShrubs a owl:Class ; rdfs:label "LandUseShrubs"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:LandUseShrubsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:shrubsAbundanceProperty ] . glosis_sp:shrubsAbundanceProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "shrubsAbundanceProperty"@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_sp:LandUseShrubsValue a owl:Class ; rdfs:label "LandUseShrubsValue"@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:PERCENT] . glosis_sp:ErosionActivityPeriod a owl:Class ; rdfs:label "ErosionActivityPeriod"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 19"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ErosionActivityPeriodValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:erosionActivityPeriodProperty ] . glosis_sp:erosionActivityPeriodProperty a sosa:ObservableProperty ; rdfs:label "erosionActivityPeriodProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 19"@en . glosis_sp:VegetationClass a owl:Class ; rdfs:label "VegetationClass"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 11"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:VegetationClassValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:vegetationClassProperty ] . glosis_sp:vegetationClassProperty a sosa:ObservableProperty ; rdfs:label "VegetationClassProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 11"@en . glosis_sp:TreeDensity a owl:Class ; rdfs:label "TreeDensity"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:TreeDensityValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:treeDensityProperty ] . glosis_sp:treeDensityProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "treeDensityProperty"@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_sp:TreeDensityValue a owl:Class ; rdfs:label "TreeDensityValue"@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:allValuesFrom qudt:Unit ] . glosis_sp:ErosionTotalAreaAffected a owl:Class ; rdfs:label "ErosionTotalAreaAffected"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 17"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ErosionTotalAreaAffectedValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:erosionTotalAreaAffectedProperty ] . glosis_sp:erosionTotalAreaAffectedProperty a sosa:ObservableProperty ; rdfs:label "erosionTotalAreaAffectedProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 17"@en . glosis_sp:LandUseClass a owl:Class ; rdfs:label "LandUseClass"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 8"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_sp:GL_Plot glosis_sp:GL_Site) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:LandUseClassValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:landUseClassProperty ] . glosis_sp:landUseClassProperty a sosa:ObservableProperty ; rdfs:label "landUseClassProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 8"@en . glosis_sp:SoilCarbonDensity a owl:Class ; rdfs:label "SoilCarbonDensity"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_sp:GL_Plot] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_sp:SoilCarbonDensityValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_sp:soilCarbonDensityProperty ] . glosis_sp:soilCarbonDensityProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "soilCarbonDensityProperty"@en . glosis_sp:SoilCarbonDensityValue a owl:Class ; rdfs:label "SoilCarbonDensityValue"@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:allValuesFrom qudt:Unit ] .