klms:variance leaf node


URI

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

Label

NumericalDistribution - Variance

Description

The variance of a collection of numbers.

Usage

DOMAINPROPERTYRANGE
klms:NumericalDistribution klms:variance 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#> .

:variance a owl:DatatypeProperty ;
    rdfs:label "NumericalDistribution - Variance"@en ;
    dcterms:identifier "klms:variance" ;
    vann:usageNote "Optional property. This property can be used describe the variance of a collection of numbers."@en ;
    rdfs:comment "The variance of a collection of numbers."@en ;
    rdfs:domain :NumericalDistribution ;
    rdfs:range xsd:float .