klms:resolutionDistribution leaf node


URI

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

Label

NumericalDistribution - Resolution distribution

Description

This property is used to indicate the resolution distribution of a temporal attribute.

Usage

DOMAINPROPERTYRANGE
klms:TemporalAttribute klms:resolutionDistribution klms:NumericalDistribution

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

:resolutionDistribution a owl:ObjectProperty ;
    rdfs:label "NumericalDistribution - Resolution distribution"@en ;
    dcterms:identifier "klms:resolutionDistribution" ;
    vann:usageNote "Optional property. This property is used to indicate the resolution distribution of a temporal attribute."@en ;
    rdfs:comment "This property is used to indicate the resolution distribution of a temporal attribute."@en ;
    rdfs:domain :TemporalAttribute ;
    rdfs:range :NumericalDistribution .