klms:ratioDigits leaf node


URI

http://stelar-project.eu/klms#ratioDigits

Label

Text - Ratio digits

Description

The ratio of digits in a textual dataset.

Usage

DOMAINPROPERTYRANGE
klms:TextualAttribute , klms:Text klms:ratioDigits xsd:float

Implementation

@prefix : <http://stelar-project.eu/klms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:ratioDigits a owl:DatatypeProperty ;
    rdfs:label "Text - Ratio digits"@en ;
    dcterms:identifier "klms:ratioDigits" ;
    vann:usageNote "Optional property. This property describes the ratio of digits in a textual dataset."@en ;
    rdfs:comment "The ratio of digits in a textual dataset."@en ;
    rdfs:domain :Text,
        :TextualAttribute ;
    rdfs:range xsd:float .