@prefix gsp: . @prefix owl: . @prefix rdf: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix glosis_cl: . @prefix glosis_cm: . @prefix glosis_pr: . @prefix ssn: . @prefix sosa: . @prefix dct: . @prefix schema: . @prefix foaf: . ## APPENDED @prefix iso28258: . @prefix qudt: . @prefix quantitykind: . a owl:Ontology ; owl:imports ssn: , sosa: , glosis_cl: , glosis_cm: , iso28258: ; owl:versionIRI ; owl:versionInfo "1.3.1" ; dct:creator [ schema:affiliation [ foaf:name "PSNC" ] ; rdfs:seeAlso ; foaf:name "Raul Palma" ] , [ schema:affiliation [ foaf:name "PSNC" ] ; foaf:name "Bogusz Janiak" ] ; dct:title "GlOSIS Ontology: Profile module"@en ; dct:description "GLOSIS ontology has been created from the data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:comment "This module contains the classes and properties to describe a soil profile, which is a describable representation of the soil that is characterised by a vertical succession of horizons or at least one or several parent materials layers. Soil profile is an ordered set of soil horizons and/or layers."@en ; dct:source "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; dct:rights "This ontology is distributed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 IGO License - https://creativecommons.org/licenses/by-nc-sa/3.0/igo/"@en . glosis_pr:GL_Profile a owl:Class ; rdfs:label "GL_Profile"@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:Profile , sosa:FeatureOfInterest . glosis_cm:SoilDepthBedrock rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile ] . glosis_pr:ProfileDescriptionStatus a owl:Class ; rdfs:label "ProfileDescriptionStatus"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 1"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:ProfileDescriptionStatusValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_pr:profileDescriptionStatusProperty ] . glosis_pr:profileDescriptionStatusProperty a sosa:ObservableProperty ; rdfs:label "profileDescriptionStatusProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 1"@en . glosis_cm:SoilDepth rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile] . glosis_pr:SoilClassification a owl:Class ; rdfs:label "SoilClassification"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile ] ; 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_pr:soilTypeProperty ] . glosis_pr:soilTypeProperty a sosa:ObservableProperty ; rdfs:label "soilTypeProperty"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en . glosis_pr:SoilClassificationUSDA a owl:Class ; rdfs:label "SoilClassificationUSDA"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ; rdfs:subClassOf glosis_pr:SoilClassification . glosis_pr:SoilClassificationFAO a owl:Class ; rdfs:label "SoilClassificationFAO"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ; rdfs:subClassOf glosis_pr:SoilClassification . glosis_pr:SoilClassificationWRB a owl:Class ; rdfs:label "SoilClassificationWRB"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ; rdfs:subClassOf glosis_pr:SoilClassification . glosis_cm:SoilDepthRootable rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile ] . glosis_cm:SoilDepthRootableClass rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile ] . glosis_cm:SoilDepthSampled rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile ] . glosis_cm:InfiltrationRateClass rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile ] . glosis_cm:InfiltrationRateNumeric rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_pr:GL_Profile ] .