@prefix gsp: . @prefix owl: . @prefix rdf: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix glosis_lh: . @prefix glosis_cl: . @prefix glosis_cm: . @prefix glosis_proc: . @prefix glosis_u: . @prefix ssn: . @prefix sosa: . @prefix dct: . @prefix schema: . @prefix foaf: . ## APPENDED @prefix iso28258: . @prefix iso19156_SF: . @prefix qudt: . @prefix quantitykind: . @prefix unit: . a owl:Ontology ; owl:imports ssn: , sosa: , glosis_cl: , glosis_cm: , iso28258: , glosis_u: ; 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" ] , [ schema:affiliation [ foaf:name "ISRIC" ] ; foaf:name "Luís Moreira de Sousa" ; rdfs:seeAlso ] ; dct:title "GlOSIS Ontology: Layer-Horizon 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 all classes and properties to describe the domain of soil with a certain vertical extension, which is a layer (developed through non-pedogenic processes, displaying an unconformity to possibly over- or underlying adjacent domains) or a horizon (more or less parallel to the surface and is homogeneous for most morphological and analytical characteristics, developed in a parent material through pedogenic processes or made up of in-situ sedimented organic residues of up-growing plants (peat))."@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 4.0 License - http://creativecommons.org/licenses/by/4.0"@en . glosis_lh:GL_Horizon a owl:Class ; rdfs:label "GL_Horizon"@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:Horizon ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty iso28258:ProfileElement.lowerDepth ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty iso28258:ProfileElement.order ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty iso28258:ProfileElement.upperDepth ] ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty iso19156_SF:SF_SamplingFeature.lineage ] . glosis_lh:GL_Layer a owl:Class ; rdfs:label "GL_Layer"@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:Layer ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty iso28258:ProfileElement.lowerDepth ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty iso28258:ProfileElement.order ] ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty iso28258:ProfileElement.upperDepth ] ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty iso19156_SF:SF_SamplingFeature.lineage ] . glosis_cm:InfiltrationRateClass rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_cm:RockSize rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_cm:FragmentsSize rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:CoatingNature a owl:Class ; rdfs:label "CoatingNature"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 66"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CoatingNatureValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:coatingNatureProperty ] . glosis_lh:coatingNatureProperty a sosa:ObservableProperty ; rdfs:label "coatingNatureProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 66"@en . glosis_lh:TextureLabClass a owl:Class ; rdfs:label "TextureLabClass"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; 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_lh:textureLabClassProperty ] . glosis_lh:textureLabClassProperty a sosa:ObservableProperty ; rdfs:label "textureLabClassProperty"@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_lh:CementationDegree a owl:Class ; rdfs:label "CementationDegree"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 72"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CementationDegreeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cementationDegreeProperty ] . glosis_lh:cementationDegreeProperty a sosa:ObservableProperty ; rdfs:label "cementationDegreeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 72"@en . glosis_cm:ColourDry rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:CoatingContrast a owl:Class ; rdfs:label "CoatingContrast"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 65"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CoatingContrastValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:coatingContrastProperty ] . glosis_lh:coatingContrastProperty a sosa:ObservableProperty ; rdfs:label "coatingContrastProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 65"@en . glosis_lh:BiologicalAbundance a owl:Class ; rdfs:label "BiologicalAbundance"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 81"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:BiologicalAbundanceValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:biologicalAbundanceProperty ] . glosis_lh:biologicalAbundanceProperty a sosa:ObservableProperty ; rdfs:label "biologicalAbundanceProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 81"@en . glosis_lh:MottlesPresence a owl:Class ; rdfs:label "MottlesPresence"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:MottlesPresenceValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mottlesPresenceProperty ] . glosis_lh:mottlesPresenceProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "mottlesPresenceProperty"@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_lh:MottlesPresenceValue a owl:Class ; rdfs:label "MottlesPresenceValue"@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 qudt:QuantityValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:numericValue ; owl:allValuesFrom xsd:boolean ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:allValuesFrom qudt:Unit ] . glosis_lh:VoidsClassification a owl:Class ; rdfs:label "VoidsClassification"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 61"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:VoidsClassificationValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:voidsClassificationProperty ] . glosis_lh:voidsClassificationProperty a sosa:ObservableProperty ; rdfs:label "VoidsClassificationProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 61"@en . glosis_lh:MineralConcKind a owl:Class ; rdfs:label "MineralConcKind"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 74"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MineralConcKindValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralConcKindProperty ] . glosis_lh:mineralConcKindProperty a sosa:ObservableProperty ; rdfs:label "mineralConcKindProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 74"@en . glosis_lh:BulkDensityMineral a owl:Class ; rdfs:label "BulkDensityMineral"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 58"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:BulkDensityMineralValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:bulkDensityMineralProperty ] . glosis_lh:bulkDensityMineralProperty a sosa:ObservableProperty ; rdfs:label "bulkDensityMineralProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 58"@en . glosis_cm:ColourMoist rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:PhysioChemical a owl:Class ; rdfs:label "PhysioChemical"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PhysioChemicalValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:someValuesFrom glosis_cl:PhysioChemicalPropertyCode ] . glosis_lh:PhysioChemicalValue a owl:Class ; rdfs:label "PhysioChemicalValue"@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 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 ] . glosis_lh:CationsSum a owl:Class ; rdfs:label "CationsSum"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CationsSumValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cationsSumProperty ] . glosis_lh:cationsSumProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "cationsSumProperty"@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_lh:CationsSumValue a owl:Class ; rdfs:label "CationsSumValue"@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 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 ] . glosis_lh:MottlesColour a owl:Class ; rdfs:label "MottlesColour"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; 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_lh:mottlesColourProperty ] . glosis_lh:mottlesColourProperty a sosa:ObservableProperty ; rdfs:label "mottlesColourProperty"@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_lh:DryConsistency a owl:Class ; rdfs:label "DryConsistency"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; 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_lh:dryConsistencyProperty ] . glosis_lh:dryConsistencyProperty a sosa:ObservableProperty ; rdfs:label "dryConsistencyProperty"@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_lh:CoatingAbundance a owl:Class ; rdfs:label "CoatingAbundance"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 64"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CoatingAbundanceValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:coatingAbundanceProperty ] . glosis_lh:coatingAbundanceProperty a sosa:ObservableProperty ; rdfs:label "coatingAbundanceProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 64"@en . glosis_lh:ConsistenceDry a owl:Class ; rdfs:label "ConsistenceDry"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 53"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ConsistenceDryValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:consistenceDryProperty ] . glosis_lh:consistenceDryProperty a sosa:ObservableProperty ; rdfs:label "consistenceDryProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 53"@en . glosis_cm:InfiltrationRateNumeric rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:GypsumForms a owl:Class ; rdfs:label "GypsumForms"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 41"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:GypsumFormsValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:gypsumFormsProperty ] . glosis_lh:gypsumFormsProperty a sosa:ObservableProperty ; rdfs:label "gypsumFormsProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 41"@en . glosis_lh:MineralConcNature a owl:Class ; rdfs:label "MineralConcNature"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 77"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MineralConcNatureValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralConcNatureProperty ] . glosis_lh:mineralConcNatureProperty a sosa:ObservableProperty ; rdfs:label "mineralConcNatureProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 77"@en . glosis_cm:WeatheringFragments rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:ParticleSizeFractionsSum a owl:Class ; rdfs:label "ParticleSizeFractionsSum"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ParticleSizeFractionsSumValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:particleSizeFractionsSumProperty ] . glosis_lh:particleSizeFractionsSumProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "ParticleSizeFractionsSumProperty"@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_lh:ParticleSizeFractionsSumValue a owl:Class ; rdfs:label "ParticleSizeFractionsSumValue"@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 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:GM-PER-GM] . glosis_lh:BoundaryDistinctness a owl:Class ; rdfs:label "BoundaryDistinctness"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 24.1"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:BoundaryDistinctnessValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:boundaryDistinctnessProperty ] . glosis_lh:boundaryDistinctnessProperty a sosa:ObservableProperty ; rdfs:label "boundaryDistinctnessProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 24.1"@en . glosis_lh:RootsPresence a owl:Class ; rdfs:label "RootsPresence"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:RootsPresenceValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:rootsPresenceProperty ] . glosis_lh:rootsPresenceProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "RootsPresenceProperty"@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_lh:RootsPresenceValue a owl:Class ; rdfs:label "RootsPresenceValue"@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 qudt:QuantityValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:numericValue ; owl:allValuesFrom xsd:boolean ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:allValuesFrom qudt:Unit ] . glosis_lh:CementationFabric a owl:Class ; rdfs:label "CementationFabric"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 70"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CementationFabricValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cementationFabricProperty ] . glosis_lh:cementationFabricProperty a sosa:ObservableProperty ; rdfs:label "cementationFabricProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 70"@en . glosis_lh:MottlesSize a owl:Class ; rdfs:label "MottlesSize"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 33"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MottlesSizeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mottlesSizeProperty ] . glosis_lh:mottlesSizeProperty a sosa:ObservableProperty ; rdfs:label "mottlesSizeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 33"@en . glosis_lh:PorosityClass a owl:Class ; rdfs:label "PorosityClass"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 60"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:PorosityClassValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:porosityClassProperty ] . glosis_lh:porosityClassProperty a sosa:ObservableProperty ; rdfs:label "porosityClassProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 60"@en . glosis_lh:Silt a owl:Class ; rdfs:label "Silt"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SiltValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:someValuesFrom glosis_cl:SiltPropertyCode ] . glosis_lh:SiltValue a owl:Class ; rdfs:label "SiltValue"@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 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 glosis_u:GM-PER-HectoGM] . glosis_lh:MottlesAbundance a owl:Class ; rdfs:label "MottlesAbundance"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 32"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MottlesAbundanceValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mottlesAbundanceProperty ] . glosis_lh:mottlesAbundanceProperty a sosa:ObservableProperty ; rdfs:label "mottlesAbundanceProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 32"@en . glosis_lh:VoidsDiameter a owl:Class ; rdfs:label "VoidsDiameter"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 62"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:VoidsDiameterValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:voidsDiameterProperty ] . glosis_lh:voidsDiameterProperty a sosa:ObservableProperty ; rdfs:label "voidsDiameterProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 62"@en . glosis_lh:StructureGrade a owl:Class ; rdfs:label "StructureGrade"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 47"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:StructureGradeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:structureGradeProperty ] . glosis_lh:structureGradeProperty a sosa:ObservableProperty ; rdfs:label "structureGradeProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: table 47"@en . glosis_cm:FragmentCover rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:BiologicalFeatures a owl:Class ; rdfs:label "BiologicalFeatures"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 82"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:BiologicalFeaturesValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:biologicalFeaturesProperty ] . glosis_lh:biologicalFeaturesProperty a sosa:ObservableProperty ; rdfs:label "biologicalFeaturesProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 82"@en . glosis_cm:Texture rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:MineralContent a owl:Class ; rdfs:label "MineralContent"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:MineralContentValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralContentProperty ] . glosis_lh:mineralContentProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "mineralContentProperty"@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_lh:MineralContentValue a owl:Class ; rdfs:label "MineralContentValue"@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 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_lh:PoresSize a owl:Class ; rdfs:label "PoresSize"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 62"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:VoidsDiameterValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:poresSizeProperty ] . glosis_lh:poresSizeProperty a sosa:ObservableProperty ; rdfs:label "poresSizeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 62"@en . glosis_cm:RockShape rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:StructureSize a owl:Class ; rdfs:label "StructureSize"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 50"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:StructureSizeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:structureSizeProperty ] . glosis_lh:structureSizeProperty a sosa:ObservableProperty ; rdfs:label "structureSizeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 50"@en . glosis_lh:MineralConcShape a owl:Class ; rdfs:label "MineralConcShape"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 75,2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MineralConcShapeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralConcShapeProperty ] . glosis_lh:mineralConcShapeProperty a sosa:ObservableProperty ; rdfs:label "mineralConcShapeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 75,2"@en . glosis_lh:WaterRetention a owl:Class ; rdfs:label "WaterRetention"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:WaterRetentionValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:someValuesFrom glosis_cl:WaterRetentionPropertyCode ] . glosis_lh:WaterRetentionValue a owl:Class ; rdfs:label "WaterRetentionValue"@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 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:GM-PER-GM] . glosis_lh:Sand a owl:Class ; rdfs:label "Sand"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SandValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:someValuesFrom glosis_cl:SandPropertyCode ] . glosis_lh:SandValue a owl:Class ; rdfs:label "SandValue"@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 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 glosis_u:GM-PER-HectoGM] . glosis_cm:OrganicMatterClass rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:clayMineralogy a owl:DatatypeProperty ; rdfs:label "clayMineralogy"@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_lh:GypsumWeight a owl:Class ; rdfs:label "GypsumWeight"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:GypsumWeightValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:gypsumWeightProperty ] . glosis_lh:gypsumWeightProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "gypsumWeightProperty"@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_lh:GypsumWeightValue a owl:Class ; rdfs:label "GypsumWeightValue"@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 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:GM-PER-KiloGM ]. glosis_lh:PeatDrainage a owl:Class ; rdfs:label "PeatDrainage"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 59,1"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:PeatDrainageValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:peatDrainageProperty ] . glosis_lh:peatDrainageProperty a sosa:ObservableProperty ; rdfs:label "peatDrainageProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 59,1"@en . glosis_cm:BleachedSand rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:SandyTexture a owl:Class ; rdfs:label "SandyTexture"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: figure 4,3"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SandyTextureValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:sandyTextureProperty ] . glosis_lh:sandyTextureProperty a sosa:ObservableProperty ; rdfs:label "sandyTextureProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: figure 4,3"@en . glosis_lh:SolubleCationsTotal a owl:Class ; rdfs:label "SolubleCationsTotal"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SolubleCationsTotalValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:solubleCationsTotalProperty ] . glosis_lh:solubleCationsTotalProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "solubleCationsTotalProperty"@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_lh:SolubleCationsTotalValue a owl:Class ; rdfs:label "SolubleCationsTotalValue"@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 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 glosis_u:CentiMOL-PER-L ] . glosis_lh:CementationNature a owl:Class ; rdfs:label "CementationNature"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 71"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CementationNatureValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cementationNatureProperty ] . glosis_lh:cementationNatureProperty a sosa:ObservableProperty ; rdfs:label "cementationNatureProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 71"@en . glosis_lh:Salt a owl:Class ; rdfs:label "Salt"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SaltValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:saltProperty ] . glosis_lh:saltProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "saltProperty"@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_lh:SaltValue a owl:Class ; rdfs:label "SaltValue"@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 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 ] . glosis_lh:SolubleAnionsTotal a owl:Class ; rdfs:label "SolubleAnionsTotal"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SolubleAnionsTotalValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:solubleAnionsTotalProperty ] . glosis_lh:solubleAnionsTotalProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "solubleAnionsTotalProperty"@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_lh:SolubleAnionsTotalValue a owl:Class ; rdfs:label "SolubleAnionsTotalValue"@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 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 glosis_u:CentiMOL-PER-L ] . glosis_cm:CracksDepth rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:BulkDensityPeat a owl:Class ; rdfs:label "BulkDensityPeat"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 59,3"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:BulkDensityPeatValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:bulkDensityPeatProperty ] . glosis_lh:bulkDensityPeatProperty a sosa:ObservableProperty ; rdfs:label "bulkDensityPeatProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 59,3"@en . glosis_lh:MineralFragments a owl:Class ; rdfs:label "MineralFragments"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 30"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MineralFragmentsValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralFragmentsProperty ] . glosis_lh:mineralFragmentsProperty a sosa:ObservableProperty ; rdfs:label "mineralFragmentsProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 30"@en . glosis_lh:MottlesBoundaryClassification a owl:Class ; rdfs:label "MottlesBoundaryClassification"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 35"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:BoundaryClassificationValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mottlesBoundaryClassificationProperty ] . glosis_lh:mottlesBoundaryClassificationProperty a sosa:ObservableProperty ; rdfs:label "mottlesBoundaryClassificationProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 35"@en . glosis_lh:CationExchangeCapacity a owl:Class ; rdfs:label "CationExchangeCapacity"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CationExchangeCapacityValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cationExchangeCapacityProperty ] . glosis_lh:cationExchangeCapacityProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "cationExchangeCapacityProperty"@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_lh:CationExchangeCapacityValue a owl:Class ; rdfs:label "CationExchangeCapacityValue"@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 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:MOL-PER-KiloGM ] . glosis_lh:PeatDecompostion a owl:Class ; rdfs:label "PeatDecompostion"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 31"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:PeatDecompostionValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:peatDecompostionProperty ] . glosis_lh:peatDecompostionProperty a sosa:ObservableProperty ; rdfs:label "peatDecompostionProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 31"@en . glosis_lh:PeatVolume a owl:Class ; rdfs:label "PeatVolume"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 59,2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:PeatVolumeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:peatVolumeProperty ] . glosis_lh:peatVolumeProperty a sosa:ObservableProperty ; rdfs:label "peatVolumeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 59,2"@en . glosis_lh:BoundaryTopography a owl:Class ; rdfs:label "BoundaryTopography"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 24,2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:BoundaryTopographyValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:boundaryTopographyProperty ] . glosis_lh:boundaryTopographyProperty a sosa:ObservableProperty ; rdfs:label "boundaryTopographyProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 24,2"@en . glosis_lh:CarbonatesContent a owl:Class ; rdfs:label "CarbonatesContent"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 38"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CarbonatesContentValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:carbonatesContentProperty ] . glosis_lh:carbonatesContentProperty a sosa:ObservableProperty ; rdfs:label "carbonatesContentProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 38"@en . glosis_lh:MineralConcColour a owl:Class ; rdfs:label "MineralConcColour"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 78"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MineralConcColourValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralConcColourProperty ] . glosis_lh:mineralConcColourProperty a sosa:ObservableProperty ; rdfs:label "mineralConcColourProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 78"@en . glosis_lh:CationExchangeCapacityEffective a owl:Class ; rdfs:label "CationExchangeCapacityEffective"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CationExchangeCapacityEffectiveValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cationExchangeCapacityEffectiveProperty ] . glosis_lh:cationExchangeCapacityEffectiveProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "cationExchangeCapacityEffectiveProperty"@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_lh:CationExchangeCapacityEffectiveValue a owl:Class ; rdfs:label "CationExchangeCapacityEffectiveValue"@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 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:MOL-PER-KiloGM ] . glosis_lh:Plasticity a owl:Class ; rdfs:label "Plasticity"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 56"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:PlasticityValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:plasticityProperty ] . glosis_lh:plasticityProperty a sosa:ObservableProperty ; rdfs:label "plasticityProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 56"@en . glosis_lh:MottlesContrast a owl:Class ; rdfs:label "MottlesContrast"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 34"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ContrastValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mottlesContrastProperty ] . glosis_lh:mottlesContrastProperty a sosa:ObservableProperty ; rdfs:label "mottlesContrastProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 34"@en . glosis_lh:ConsistenceMoist a owl:Class ; rdfs:label "ConsistenceMoist"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 54"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ConsistenceMoistValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:consistenceMoistProperty ] . glosis_lh:consistenceMoistProperty a sosa:ObservableProperty ; rdfs:label "consistenceMoistProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 54"@en . glosis_lh:MineralConcVolume a owl:Class ; rdfs:label "MineralConcVolume"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 73"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MineralConcVolumeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralConcVolumeProperty ] . glosis_lh:mineralConcVolumeProperty a sosa:ObservableProperty ; rdfs:label "mineralConcVolumeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 73"@en . glosis_cm:CracksDistance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:Clay a owl:Class ; rdfs:label "Clay"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ClayValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:someValuesFrom glosis_cl:ClayPropertyCode ] . glosis_lh:ClayValue a owl:Class ; rdfs:label "ClayValue"@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 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_lh:SaltContent a owl:Class ; rdfs:label "SaltContent"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 42"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SaltContentValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:saltContentProperty ] . glosis_lh:saltContentProperty a sosa:ObservableProperty ; rdfs:label "saltContentProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 42"@en . glosis_lh:GypsumContent a owl:Class ; rdfs:label "GypsumContent"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 40"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:GypsumContentValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:gypsumContentProperty ] . glosis_lh:gypsumContentProperty a sosa:ObservableProperty ; rdfs:label "gypsumContentProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 40"@en . glosis_lh:CoatingForm a owl:Class ; rdfs:label "CoatingForm"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 67"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CoatingFormValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:coatingFormProperty ] . glosis_lh:coatingFormProperty a sosa:ObservableProperty ; rdfs:label "coatingFormProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 67"@en . glosis_lh:OxalateExtractableOpticalDensity a owl:Class ; rdfs:label "OxalateExtractableOpticalDensity"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:OxalateExtractableOpticalDensityValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:oxalateExtractableOpticalDensityProperty ] . glosis_lh:oxalateExtractableOpticalDensityProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "oxalateExtractableOpticalDensityProperty"@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_lh:OxalateExtractableOpticalDensityValue a owl:Class ; rdfs:label "OxalateExtractableOpticalDensityValue"@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 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 ] . glosis_lh:MineralConcHardness a owl:Class ; rdfs:label "MineralConcHardness"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 76"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MineralConcHardnessValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralConcHardnessProperty ] . glosis_lh:mineralConcHardnessProperty a sosa:ObservableProperty ; rdfs:label "mineralConcHardnessProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 76"@en . glosis_lh:PoresAbundance a owl:Class ; rdfs:label "PoresAbundance"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 63"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:PoresAbundanceValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:poresAbundanceProperty ] . glosis_lh:poresAbundanceProperty a sosa:ObservableProperty ; rdfs:label "poresAbundanceProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 63"@en . glosis_cm:CracksWidth rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] . glosis_lh:MineralConcSize a owl:Class ; rdfs:label "MineralConcSize"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 75,1"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:MineralConcSizeValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:mineralConcSizeProperty ] . glosis_lh:mineralConcSizeProperty a sosa:ObservableProperty ; rdfs:label "mineralConcSizeeProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 75,1"@en . glosis_lh:Stickiness a owl:Class ; rdfs:label "Stickiness"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 55"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:StickinessValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:stickinessProperty ] . glosis_lh:stickinessProperty a sosa:ObservableProperty ; rdfs:label "stickinessProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 55"@en . glosis_lh:MoistConsistency a owl:Class ; rdfs:label "MoistConsistency"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; 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_lh:moistConsistencyProperty ] . glosis_lh:moistConsistencyProperty a sosa:ObservableProperty ; rdfs:label "moistConsistencyProperty"@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_lh:CoatingLocation a owl:Class ; rdfs:label "CoatingLocation"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 68"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CoatingLocationValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:coatingLocationProperty ] . glosis_lh:coatingLocationProperty a sosa:ObservableProperty ; rdfs:label "coatingLocationProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 68"@en . glosis_cm:RockAbundance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ]] . glosis_lh:TextureFieldClass a owl:Class ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; 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_lh:textureFieldClassProperty ] . glosis_lh:textureFieldClassProperty a sosa:ObservableProperty ; rdfs:label "textureFieldClassProperty"@en . glosis_lh:CarbonatesForms a owl:Class ; rdfs:label "CarbonatesForms"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 39"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CarbonatesFormsValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:carbonatesFormsProperty ] . glosis_lh:carbonatesFormsProperty a sosa:ObservableProperty ; rdfs:label "carbonatesFormsProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 39"@en . glosis_lh:fragmentsClassProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "fragmentsClassProperty"@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_lh:FragmentsClass a owl:Class ; rdfs:label "FragmentsClass"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:FragmentsClassValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:fragmentsClassProperty ] . glosis_lh:WetPlasticity a owl:Class ; rdfs:label "WetPlasticity"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; 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_lh:wetPlasticityProperty ] . glosis_lh:wetPlasticityProperty a sosa:ObservableProperty ; rdfs:label "wetPlasticityProperty"@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_lh:MineralConcAbundance a owl:Class ; rdfs:label "MineralConcAbundance"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; 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_lh:mineralConcAbundanceProperty ] . glosis_lh:mineralConcAbundanceProperty a sosa:ObservableProperty ; rdfs:label "mineralConcAbundanceProperty"@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_lh:RootsAbundance a owl:Class ; rdfs:label "RootsAbundance"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 80"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:RootsAbundanceValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:rootsAbundanceProperty ] . glosis_lh:rootsAbundanceProperty a sosa:ObservableProperty ; rdfs:label "rootsAbundanceProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 80"@en . glosis_lh:CementationContinuity a owl:Class ; rdfs:label "CementationContinuity"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 69"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:CementationContinuityValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cementationContinuityProperty ] . glosis_lh:cementationContinuityProperty a sosa:ObservableProperty ; rdfs:label "cementationContinuityProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 69"@en . glosis_lh:AvailableWaterHoldingCapacity a owl:Class ; rdfs:label "AvailableWaterHoldingCapacity"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:AvailableWaterHoldingCapacityValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Avavol ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:AvailableWaterHoldingCapacityProcedure ] . glosis_lh:AvailableWaterHoldingCapacityValue a owl:Class ; rdfs:label "AvailableWaterHoldingCapacityValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue glosis_u:M3-PER-HundredM3 ] . glosis_lh:BaseSaturation a owl:Class ; rdfs:label "BaseSaturation"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:BaseSaturationValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Bascal ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:BaseSaturationProcedure ] . glosis_lh:BaseSaturationValue a owl:Class ; rdfs:label "BaseSaturationValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:bulkDensityFineEarthProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "bulkDensityFineEarthProperty"@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_lh:BulkDensityFineEarth a owl:Class ; rdfs:label "BulkDensityFineEarth"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:BulkDensityFineEarthValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:bulkDensityFineEarthProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:BulkDensityFineEarthProcedure ] . glosis_lh:BulkDensityFineEarthValue a owl:Class ; rdfs:label "BulkDensityFineEarthValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:KiloGM-PER-DeciM3 ] . glosis_lh:bulkDensityWholeSoilProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "bulkDensityWholeSoilProperty"@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_lh:BulkDensityWholeSoil a owl:Class ; rdfs:label "BulkDensityWholeSoil"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:BulkDensityWholeSoilValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:bulkDensityWholeSoilProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:BulkDensityWholeSoilProcedure ] . glosis_lh:BulkDensityWholeSoilValue a owl:Class ; rdfs:label "BulkDensityWholeSoilValue"@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 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:KiloGM-PER-DeciM3 ] . glosis_lh:cationExchangeCapacitycSoilProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "cationExchangeCapacitycSoilProperty"@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_lh:CationExchangeCapacitycSoil a owl:Class ; rdfs:label "CationExchangeCapacitycSoil"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CationExchangeCapacitycSoilValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cationExchangeCapacitycSoilProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:CationExchangeCapacitycSoilProcedure ] . glosis_lh:CationExchangeCapacitycSoilValue a owl:Class ; rdfs:label "CationExchangeCapacitycSoilValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:CoarseFragments a owl:Class ; rdfs:label "CoarseFragments"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CoarseFragmentsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-CoaFra ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:CoarseFragmentsProcedure ] . glosis_lh:CoarseFragmentsValue a owl:Class ; rdfs:label "CoarseFragmentsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:effectiveCecProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "effectiveCecProperty"@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_lh:EffectiveCec a owl:Class ; rdfs:label "EffectiveCec"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:EffectiveCecValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:effectiveCecProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:EffectiveCecProcedure ] . glosis_lh:EffectiveCecValue a owl:Class ; rdfs:label "EffectiveCecValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:electricalConductivityProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "electricalConductivityProperty"@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_lh:ElectricalConductivity a owl:Class ; rdfs:label "ElectricalConductivity"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ElectricalConductivityValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:electricalConductivityProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ElectricalConductivityProcedure ] . glosis_lh:ElectricalConductivityValue a owl:Class ; rdfs:label "ElectricalConductivityValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:DeciS-PER-M ] . glosis_lh:AcidityExchangeable a owl:Class ; rdfs:label "AcidityExchangeable"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:AcidityExchangeableValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Aciexc ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:AcidityExchangeableProcedure ] . glosis_lh:AcidityExchangeableValue a owl:Class ; rdfs:label "AcidityExchangeableValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:AluminiumExchangeableBases a owl:Class ; rdfs:label "AluminiumExchangeableBases"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:AluminiumExchangeableBasesValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Aluexc ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExchangeableBasesProcedure ] . glosis_lh:AluminiumExchangeableBasesValue a owl:Class ; rdfs:label "AluminiumExchangeableBasesValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:CalciumExchangeableBases a owl:Class ; rdfs:label "CalciumExchangeableBases"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CalciumExchangeableBasesValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Calexc ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExchangeableBasesProcedure ] . glosis_lh:CalciumExchangeableBasesValue a owl:Class ; rdfs:label "CalciumExchangeableBasesValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:CalciumExtractableElements a owl:Class ; rdfs:label "CalciumExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CalciumExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Calext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:CalciumExtractableElementsValue a owl:Class ; rdfs:label "CalciumExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:CalciumTotalElements a owl:Class ; rdfs:label "CalciumTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CalciumTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Caltot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:CalciumTotalElementsValue a owl:Class ; rdfs:label "CalciumTotalElementsValue"@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 glosis_lh:PhysioChemicalValue; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:HydrogenExchangeableBases a owl:Class ; rdfs:label "HydrogenExchangeableBases"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:HydrogenExchangeableBasesValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Hydexc ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExchangeableBasesProcedure ] . glosis_lh:HydrogenExchangeableBasesValue a owl:Class ; rdfs:label "HydrogenExchangeableBasesValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:MagnesiumExchangeableBases a owl:Class ; rdfs:label "MagnesiumExchangeableBases"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:MagnesiumExchangeableBasesValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Magexc ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExchangeableBasesProcedure ] . glosis_lh:MagnesiumExchangeableBasesValue a owl:Class ; rdfs:label "MagnesiumExchangeableValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:MagnesiumExtractableElements a owl:Class ; rdfs:label "MagnesiumExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:MagnesiumExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Magext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:MagnesiumExtractableElementsValue a owl:Class ; rdfs:label "MagnesiumExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:MagnesiumTotalElements a owl:Class ; rdfs:label "MagnesiumTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:MagnesiumTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Magtot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:MagnesiumTotalElementsValue a owl:Class ; rdfs:label "MagnesiumTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:manganeseProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "manganeseProperty"@en . glosis_lh:ManganeseExchangeableBases a owl:Class ; rdfs:label "ManganeseExchangeableBases"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ManganeseExchangeableBasesValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:manganeseProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExchangeableBasesProcedure ] . glosis_lh:ManganeseExchangeableBasesValue a owl:Class ; rdfs:label "ManganeseExchangeableBasesValue"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:ManganeseExtractableElements a owl:Class ; rdfs:label "ManganeseExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ManganeseExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Manext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:ManganeseExtractableElementsValue a owl:Class ; rdfs:label "ManganeseExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:ManganeseTotalElements a owl:Class ; rdfs:label "ManganeseTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ManganeseTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Mantot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:ManganeseTotalElementsValue a owl:Class ; rdfs:label "ManganeseTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:PotassiumExchangeableBases a owl:Class ; rdfs:label "PotassiumExchangeableBases"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PotassiumExchangeableBasesValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Potexc ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExchangeableBasesProcedure ] . glosis_lh:PotassiumExchangeableBasesValue a owl:Class ; rdfs:label "PotassiumExchangeableBasesValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:PotassiumExtractableElements a owl:Class ; rdfs:label "PotassiumExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PotassiumExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Potext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:PotassiumExtractableElementsValue a owl:Class ; rdfs:label "PotassiumExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:PotassiumTotalElements a owl:Class ; rdfs:label "PotassiumTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PotassiumTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Pottot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:PotassiumTotalElementsValue a owl:Class ; rdfs:label "PotassiumTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:SodiumExchangeableBases a owl:Class ; rdfs:label "SodiumExchangeableBases"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SodiumExchangeableBasesValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Sodexp ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExchangeableBasesProcedure ] . glosis_lh:SodiumExchangeableBasesValue a owl:Class ; rdfs:label "SodiumExchangeableBasesValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiMOL-PER-KiloGM ] . glosis_lh:SodiumExtractableElements a owl:Class ; rdfs:label "SodiumExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SodiumExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Sodext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:SodiumExtractableElementsValue a owl:Class ; rdfs:label "SodiumExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:SodiumTotalElements a owl:Class ; rdfs:label "SodiumTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SodiumTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Sodtot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:SodiumTotalElementsValue a owl:Class ; rdfs:label "SodiumTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:aluminiumProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "aluminiumProperty"@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_lh:AluminiumExtractableElements a owl:Class ; rdfs:label "AluminiumExtractableElements"@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:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:AluminiumExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:aluminiumProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:AluminiumExtractableElementsValue a owl:Class ; rdfs:label "AluminiumExtractableElementsValue"@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 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_lh:AluminiumTotalElements a owl:Class ; rdfs:label "AluminiumTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:AluminiumTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:aluminiumProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:AluminiumTotalElementsValue a owl:Class ; rdfs:label "AluminiumTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:BoronExtractableElements a owl:Class ; rdfs:label "BoronExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:BoronExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Borext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:BoronExtractableElementsValue a owl:Class ; rdfs:label "BoronExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:BoronTotalElements a owl:Class ; rdfs:label "BoronTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:BoronTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Bortot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:BoronTotalElementsValue a owl:Class ; rdfs:label "BoronTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:cadmiumProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "cadmiumProperty"@en . glosis_lh:CadmiumExtractableElements a owl:Class ; rdfs:label "CadmiumExtractableElements"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CadmiumExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cadmiumProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:CadmiumExtractableElementsValue a owl:Class ; rdfs:label "CadmiumExtractableElementsValue"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:CadmiumTotalElements a owl:Class ; rdfs:label "CadmiumTotalElements"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CadmiumTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:cadmiumProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:CadmiumTotalElementsValue a owl:Class ; rdfs:label "CadmiumTotalElementsValue"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:CopperExtractableElements a owl:Class ; rdfs:label "CopperExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CopperExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Copext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:CopperExtractableElementsValue a owl:Class ; rdfs:label "CopperExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:CopperTotalElements a owl:Class ; rdfs:label "CopperTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CopperTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Coptot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:CopperTotalElementsValue a owl:Class ; rdfs:label "CopperTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:IronExtractableElements a owl:Class ; rdfs:label "IronExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:IronExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Iroext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:IronExtractableElementsValue a owl:Class ; rdfs:label "IronExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:IronTotalElements a owl:Class ; rdfs:label "IronTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:IronTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Irotot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:IronTotalElementsValue a owl:Class ; rdfs:label "IronTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:molybdenumProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "molybdenumProperty"@en . glosis_lh:MolybdenumExtractableElements a owl:Class ; rdfs:label "MolybdenumExtractableElements"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:MolybdenumExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:molybdenumProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:MolybdenumExtractableElementsValue a owl:Class ; rdfs:label "MolybdenumExtractableElementsValue"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:MolybdenumTotalElements a owl:Class ; rdfs:label "MolybdenumTotalElements"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:MolybdenumTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:molybdenumProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:MolybdenumTotalElementsValue a owl:Class ; rdfs:label "MolybdenumTotalElementsValue"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System."@en ; rdfs:subClassOf glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:PhosphorusExtractableElements a owl:Class ; rdfs:label "PhosphorusExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PhosphorusExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Phoext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:PhosphorusExtractableElementsValue a owl:Class ; rdfs:label "PhosphorusExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:PhosphorusTotalElements a owl:Class ; rdfs:label "PhosphorusTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PhosphorusTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Photot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:PhosphorusTotalElementsValue a owl:Class ; rdfs:label "PhosphorusTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:SulfurExtractableElements a owl:Class ; rdfs:label "SulfurExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SulfurExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Sulext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:SulfurExtractableElementsValue a owl:Class ; rdfs:label "SulfurExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:SulfurTotalElements a owl:Class ; rdfs:label "SulfurTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SulfurTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Sultot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:SulfurTotalElementsValue a owl:Class ; rdfs:label "SulfurTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:zincProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "zincProperty"@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_lh:ZincExtractableElements a owl:Class ; rdfs:label "ZincExtractableElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ZincExtractableElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Zinext ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:ExtractableElementsProcedure ] . glosis_lh:ZincExtractableElementsValue a owl:Class ; rdfs:label "ZincExtractableElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:ZincTotalElements a owl:Class ; rdfs:label "ZincTotalElements"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ZincTotalElementsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:zincProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalElementsProcedure ] . glosis_lh:ZincTotalElementsValue a owl:Class ; rdfs:label "ZincTotalElementsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:MilliGM-PER-KiloGM ] . glosis_lh:gypsumProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "gypsumProperty"@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_lh:Gypsum a owl:Class ; rdfs:label "Gypsum"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:GypsumValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:gypsumProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:GypsumProcedure ] . glosis_lh:GypsumValue a owl:Class ; rdfs:label "GypsumValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:hydraulicConductivityProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "hydraulicConductivityProperty"@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_lh:HydraulicConductivity a owl:Class ; rdfs:label "HydraulicConductivity"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:HydraulicConductivityValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:hydraulicConductivityProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:HydraulicConductivityProcedure ] . glosis_lh:HydraulicConductivityValue a owl:Class ; rdfs:label "HydraulicConductivityValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:CentiM-PER-HR ] . glosis_lh:carbonInorganicProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "carbonInorganicProperty"@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_lh:CarbonInorganic a owl:Class ; rdfs:label "CarbonInorganic"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CarbonInorganicValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:carbonInorganicProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:CarbonInorganicProcedure ] . glosis_lh:CarbonInorganicValue a owl:Class ; rdfs:label "CarbonInorganicValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:GM-PER-KiloGM ] . glosis_lh:moistureContentProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "moistureContentProperty"@en ; skos:definition "Africa Soil Profiles Database Version 1.2. ISRIC Report 2014/01"@en . glosis_lh:MoistureContent a owl:Class ; rdfs:label "MoistureContent"@en ; skos:definition "Africa Soil Profiles Database Version 1.2. ISRIC Report 2014/01"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom [owl:unionOf (glosis_lh:GL_Layer glosis_lh:GL_Horizon) ] ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:MoistureContentValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:moistureContentProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:MoistureContentProcedure ] . glosis_lh:MoistureContentValue a owl:Class ; rdfs:label "MoistureContentValue"@en ; skos:definition "Africa Soil Profiles Database Version 1.2. ISRIC Report 2014/01"@en ; rdfs:subClassOf glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue glosis_u:M3-PER-HundredM3 ] . glosis_lh:CarbonOrganic a owl:Class ; rdfs:label "CarbonOrganic"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CarbonOrganicValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Carorg ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:CarbonOrganicProcedure ] . glosis_lh:CarbonOrganicValue a owl:Class ; rdfs:label "CarbonOrganicValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:GM-PER-KiloGM ] . glosis_lh:organicMatterProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "organicMatterProperty"@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_lh:OrganicMatter a owl:Class ; rdfs:label "OrganicMatter"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:OrganicMatterValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:organicMatterProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:OrganicMatterProcedure ] . glosis_lh:OrganicMatterValue a owl:Class ; rdfs:label "OrganicMatterValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:GM-PER-KiloGM ] . glosis_lh:PH a owl:Class ; rdfs:label "PH"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PHValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-pH ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:PHProcedure ] . glosis_lh:PHValue a owl:Class ; rdfs:label "PHValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PH ] . glosis_lh:PhosphorusRetention a owl:Class ; rdfs:label "PhosphorusRetention"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PhosphorusRetentionValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Phoret ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:PhosphorusRetentionProcedure ] . glosis_lh:PhosphorusRetentionValue a owl:Class ; rdfs:label "PhosphorusRetentionValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue glosis_u:GM-PER-HectoGM ] . glosis_lh:porosityProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "porosityProperty"@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_lh:Porosity a owl:Class ; rdfs:label "Porosity"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:PorosityValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:porosityProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:PorosityProcedure ] . glosis_lh:PorosityValue a owl:Class ; rdfs:label "PorosityValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue glosis_u:M3-PER-HundredM3 ] . glosis_lh:solubleSaltsProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "solubleSaltsProperty"@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_lh:SolubleSalts a owl:Class ; rdfs:label "SolubleSalts"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SolubleSaltsValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:solubleSaltsProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:SolubleSaltsProcedure ] . glosis_lh:SolubleSaltsValue a owl:Class ; rdfs:label "SolubleSaltsValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue glosis_u:CentiMOL-PER-L ] . glosis_lh:SandFractionTexture a owl:Class ; rdfs:label "SandFractionTexture"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SandFractionTextureValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Textsand ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TextureProcedure ] . glosis_lh:SandFractionTextureValue a owl:Class ; rdfs:label "SandFractionTextureValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:SiltFractionTexture a owl:Class ; rdfs:label "SiltFractionTexture"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:SiltFractionTextureValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Textsilt ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TextureProcedure ] . glosis_lh:SiltFractionTextureValue a owl:Class ; rdfs:label "SiltFractionTextureValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:ClayFractionTexture a owl:Class ; rdfs:label "ClayFractionTexture"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:ClayFractionTextureValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Textclay ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TextureProcedure ] . glosis_lh:ClayFractionTextureValue a owl:Class ; rdfs:label "ClayFractionTextureValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:PERCENT ] . glosis_lh:CarbonTotal a owl:Class ; rdfs:label "CarbonTotal"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:CarbonTotalValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Cartot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:CarbonTotalProcedure ] . glosis_lh:CarbonTotalValue a owl:Class ; rdfs:label "CarbonTotalValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:GM-PER-KiloGM ] . glosis_lh:totalCarbonateEquivalentProperty a sosa:ObservableProperty, qudt:Quantitykind ; rdfs:label "totalCarbonateEquivalentProperty"@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_lh:TotalCarbonateEquivalent a owl:Class ; rdfs:label "TotalCarbonateEquivalent"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:TotalCarbonateEquivalentValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_lh:totalCarbonateEquivalentProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:TotalCarbonateEquivalentProcedure ] . glosis_lh:TotalCarbonateEquivalentValue a owl:Class ; rdfs:label "TotalCarbonateEquivalentValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:GM-PER-KiloGM ] . glosis_lh:NitrogenTotal a owl:Class ; rdfs:label "NitrogenTotal"@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 glosis_lh:PhysioChemical ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_lh:NitrogenTotalValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_cl:physioChemicalPropertyCode-Nittot ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:usedProcedure ; owl:someValuesFrom glosis_proc:NitrogenTotalProcedure ] . glosis_lh:NitrogenTotalValue a owl:Class ; rdfs:label "NitrogenTotalValue"@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 glosis_lh:PhysioChemicalValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:hasValue unit:GM-PER-KiloGM ] .