@prefix gsp: . @prefix owl: . @prefix rdf: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix glosis_su: . @prefix glosis_cl: . @prefix glosis_cm: . @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: Surface module"@en ; dct:description "GLOSIS ontology has been created from the data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ; rdfs:comment "This module contains the classes and properties to describe soil surfaces (a subtype of a plot with surface shape. Surfaces may be located within other surfaces)."@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_su:GL_Surface a owl:Class ; rdfs:label "GL_Surface"@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:Surface . glosis_su:SaltPresence a owl:Class ; rdfs:label "SaltPresence"@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_su:GL_Surface ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:allValuesFrom glosis_su:SaltPresenceValue ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_su:saltPresenceProperty ] . glosis_su:saltPresenceProperty a sosa:ObservableProperty , qudt:Quantitykind ; rdfs:label "saltPresenceProperty"@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_su:SaltPresenceValue a owl:Class ; rdfs:label "SaltPresenceValue"@en ; skos:definition "ISRIC Report 2019/01: Tier 1 and Tier 2 data in the context of the federated Global Soil Information System. Appendix 1"@en ; rdfs:subClassOf qudt:QuantityValue ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:numericValue ; owl:allValuesFrom xsd:boolean ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty qudt:unit ; owl:allValuesFrom qudt:Unit ] . glosis_su:SaltThickness a owl:Class ; rdfs:label "SaltThickness"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 22,2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SaltThicknessValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_su:saltThicknessProperty ] . glosis_su:saltThicknessProperty a sosa:ObservableProperty ; rdfs:label "SaltThicknessProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 22,2"@en . glosis_cm:Texture rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:FragmentsSize rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:OrganicMatterClass rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:CracksDepth rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_su:SealingConsistence a owl:Class ; rdfs:label "SealingConsistence"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 20,2"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SealingConsistenceValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_su:sealingConsistenceProperty ] . glosis_su:sealingConsistenceProperty a sosa:ObservableProperty ; rdfs:label "sealingConsistenceProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: table 20,2"@en . glosis_su:SaltCover a owl:Class ; rdfs:label "SaltCover"@en; skos:definition "Guidelines for Soil Description issued by the FAO: 22,1"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SaltCoverValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_su:saltCoverProperty ] . glosis_su:saltCoverProperty a sosa:ObservableProperty ; rdfs:label "saltCoverProperty"@en; skos:definition "Guidelines for Soil Description issued by the FAO: 22,1"@en . glosis_cm:RockAbundance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:CracksDistance rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_su:SealingThickness a owl:Class ; rdfs:label "SealingThickness"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: 20,1"@en ; rdfs:subClassOf sosa:Observation ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasResult ; owl:someValuesFrom glosis_cl:SealingThicknessValueCode ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:observedProperty ; owl:hasValue glosis_su:sealingThicknessProperty ] . glosis_su:sealingThicknessProperty a sosa:ObservableProperty ; rdfs:label "sealingThicknessProperty"@en ; skos:definition "Guidelines for Soil Description issued by the FAO: 20,1"@en . glosis_cm:BleachedSand rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:WeatheringFragments rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:RockSize rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:CracksWidth rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:FragmentCover rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:RockShape rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:ColourDry rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] . glosis_cm:ColourMoist rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasFeatureOfInterest ; owl:allValuesFrom glosis_su:GL_Surface ] .