http://stelar-project.eu/klms#lenAboveMean
The longest subsequence above the mean value.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:SeriesAttribute | klms:lenAboveMean | xsd:int |
@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#> .
:lenAboveMean a owl:DatatypeProperty ;
rdfs:label "SeriesAttribute - Maximum subsequence length above mean"@en ;
dcterms:identifier "klms:lenAboveMean" ;
vann:usageNote "Optional property. This property can be used describe the length of the longest subsequence above the mean value of a series dataset."@en ;
rdfs:comment "The longest subsequence above the mean value."@en ;
rdfs:domain :SeriesAttribute ;
rdfs:range xsd:int .