klms:frequencyDistribution leaf node


URI

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

Label

NumericalDistribution - Frequency distribution

Description

This property is used to indicate the frequency distribution of a categorical attribute.

Usage

DOMAINPROPERTYRANGE
klms:CategoricalAttribute klms:frequencyDistribution klms:CategoricalDistribution

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

:frequencyDistribution a owl:ObjectProperty ;
    rdfs:label "NumericalDistribution - Frequency distribution"@en ;
    dcterms:identifier "klms:frequencyDistribution" ;
    vann:usageNote "Optional property. This property is used to indicate the frequency distribution of a categorical attribute."@en ;
    rdfs:comment "This property is used to indicate the frequency distribution of a categorical attribute."@en ;
    rdfs:domain :CategoricalAttribute ;
    rdfs:range :CategoricalDistribution .