gr:hasMaxValue


URI

http://purl.org/goodrelations/v1#hasMaxValue

Label

has max value (0..1)

Description

This property captures the upper limit of a gr:QuantitativeValue instance.

Usage

DOMAINPROPERTYRANGE
gr:QuantitativeValue gr:hasMaxValue rdfs:Literal

Implementation

@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

gr:hasMaxValue a owl:DatatypeProperty ;
    rdfs:label "has max value (0..1)"@en ;
    rdfs:comment "This property captures the upper limit of a gr:QuantitativeValue instance."@en ;
    rdfs:domain gr:QuantitativeValue ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
    rdfs:range rdfs:Literal .