klms:percentile10 leaf node


URI

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

Label

NumericalDistribution - Percentile 10

Description

The 10th percentile of a collection of numbers.

Usage

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

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