klms:numWordsDistribution leaf node


URI

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

Label

NumericalDistribution - Number of words distribution

Description

This property is used to indicate the number of words distribution of a textual attribute.

Usage

DOMAINPROPERTYRANGE
klms:TextualAttribute klms:numWordsDistribution 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/> .

:numWordsDistribution a owl:ObjectProperty ;
    rdfs:label "NumericalDistribution - Number of words distribution"@en ;
    dcterms:identifier "klms:numWordsDistribution" ;
    vann:usageNote "Optional property. This property is used to indicate the number of words distribution of a textual attribute."@en ;
    rdfs:comment "This property is used to indicate the number of words distribution of a textual attribute."@en ;
    rdfs:domain :TextualAttribute ;
    rdfs:range :NumericalDistribution .