klms:wordLengthDistribution leaf node


URI

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

Label

NumericalDistribution - Word length distribution

Description

This property is used to indicate the word length distribution of a text.

Usage

DOMAINPROPERTYRANGE
klms:Text klms:wordLengthDistribution klms:NumericalDistribution

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/> .

:wordLengthDistribution a owl:ObjectProperty ;
    rdfs:label "NumericalDistribution - Word length distribution"@en ;
    dcterms:identifier "klms:wordLengthDistribution" ;
    vann:usageNote "Optional property. This property is used to indicate the word length distribution of a text."@en ;
    rdfs:comment "This property is used to indicate the word length distribution of a text."@en ;
    rdfs:domain :Text ;
    rdfs:range :NumericalDistribution .