klms:valueDistribution leaf node


URI

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

Label

NumericalDistribution - Value distribution

Description

This property is used to indicate the value distribution of a numerical attribute.

Usage

DOMAINPROPERTYRANGE
klms:NumericalAttribute klms:valueDistribution 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/> .

:valueDistribution a owl:ObjectProperty ;
    rdfs:label "NumericalDistribution - Value distribution"@en ;
    dcterms:identifier "klms:valueDistribution" ;
    vann:usageNote "Optional property. This property is used to indicate the value distribution of a numerical attribute."@en ;
    rdfs:comment "This property is used to indicate the value distribution of a numerical attribute."@en ;
    rdfs:domain :NumericalAttribute ;
    rdfs:range :NumericalDistribution .