http://purl.org/goodrelations/v1#hasMaxValue
This property captures the upper limit of a gr:QuantitativeValue instance.
DOMAIN | PROPERTY | RANGE |
---|---|---|
gr:QuantitativeValue | gr:hasMaxValue | rdfs:Literal |
@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 .