http://stelar-project.eu/klms#min
A minimum value.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:NumericalDistribution | klms:min | xsd:float |
@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#> .
:min a owl:DatatypeProperty ;
rdfs:label "NumericalDistribution - Minimum value"@en ;
dcterms:identifier "klms:min" ;
vann:usageNote "Optional property. This property can be used describe a minimum value."@en ;
rdfs:comment "A minimum value."@en ;
rdfs:domain :NumericalDistribution ;
rdfs:range xsd:float .