klms:lenBelowMean leaf node


URI

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

Label

SeriesAttribute - Maximum subsequence length below mean

Description

The longest subsequence below the mean value.

Usage

DOMAINPROPERTYRANGE
klms:SeriesAttribute klms:lenBelowMean xsd:int

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

:lenBelowMean a owl:DatatypeProperty ;
    rdfs:label "SeriesAttribute - Maximum subsequence length below mean"@en ;
    dcterms:identifier "klms:lenBelowMean" ;
    vann:usageNote "Optional property. This property can be used describe the length of the longest subsequence below the mean value of a series dataset."@en ;
    rdfs:comment "The longest subsequence below the mean value."@en ;
    rdfs:domain :SeriesAttribute ;
    rdfs:range xsd:int .