klms:percentile25 leaf node


URI

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

Label

NumericalDistribution - Percentile 25

Description

The 25th percentile of a collection of numbers.

Usage

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

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