@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://srv.ktbl.de/ontologies/SoilTexture#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:clayFraction a owl:DatatypeProperty, owl:FunctionalProperty, owl:NamedIndividual, skos:Concept ; rdfs:comment ""@de, "The property expresses a real fraction or share expressed as mass per mass in a common unit in a mathematical sense and not a percentage, i.e. for example 0.2 corresponds to a value of 20%. That approach simplifies class expressions for reasoning."@en ; rdfs:domain ns0:SoilTexture ; rdfs:label "Tonfraktion"@de, "clay fraction"@en ; rdfs:range xsd:double ; skos:definition ""@de, ""@en ; skos:prefLabel "Tonfraktion"@de, "clay fraction"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://srv.ktbl.de/ontologies/SoilTexture#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:clayFraction
    a owl:DatatypeProperty, owl:FunctionalProperty, owl:NamedIndividual, skos:Concept ;
    rdfs:comment ""@de, "The property expresses a real fraction or share expressed as mass per mass in a common unit in a mathematical sense and not a percentage, i.e. for example 0.2 corresponds to a value of 20%. That approach simplifies class expressions for reasoning."@en ;
    rdfs:domain ns0:SoilTexture ;
    rdfs:label "Tonfraktion"@de, "clay fraction"@en ;
    rdfs:range xsd:double ;
    skos:definition ""@de, ""@en ;
    skos:prefLabel "Tonfraktion"@de, "clay fraction"@en .