klms:max leaf node


URI

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

Label

NumericalDistribution - Maximum value

Description

A maximum value.

Usage

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

:max a owl:DatatypeProperty ;
    rdfs:label "NumericalDistribution - Maximum value"@en ;
    dcterms:identifier "klms:max" ;
    vann:usageNote "Optional property. This property can be used describe a maximum value."@en ;
    rdfs:comment "A maximum value."@en ;
    rdfs:domain :NumericalDistribution ;
    rdfs:range xsd:float .