{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : " A point value or interval for product characteristics and other purposes.",
      "rdfs:label" : "QuantitativeValue",
      "rdfs:subClassOf" : "schema:StructuredValue",
      "schema:contributor" : "collab:GoodRelationsClass"
   },
   "properties" : {
      "schema:additionalProperty" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n",
         "rdfs:label" : "additionalProperty",
         "schema:domainIncludes" : [
            "schema:Place",
            "schema:Product",
            "schema:QualitativeValue",
            "schema:MerchantReturnPolicy",
            "schema:QuantitativeValue"
         ],
         "schema:rangeIncludes" : "schema:PropertyValue"
      },
      "schema:maxValue" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The upper value of some characteristic or property.",
         "rdfs:label" : "maxValue",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:MonetaryAmount",
            "schema:PropertyValueSpecification",
            "schema:QuantitativeValue",
            "schema:PropertyValue"
         ],
         "schema:rangeIncludes" : "schema:Number"
      },
      "schema:minValue" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The lower value of some characteristic or property.",
         "rdfs:label" : "minValue",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:MonetaryAmount",
            "schema:PropertyValueSpecification",
            "schema:QuantitativeValue",
            "schema:PropertyValue"
         ],
         "schema:rangeIncludes" : "schema:Number"
      },
      "schema:unitCode" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.",
         "rdfs:label" : "unitCode",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:UnitPriceSpecification",
            "schema:QuantitativeValue",
            "schema:PropertyValue",
            "schema:TypeAndQuantityNode"
         ],
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:Text"
         ]
      },
      "schema:unitText" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\n<a href='unitCode'>unitCode</a>.",
         "rdfs:label" : "unitText",
         "schema:domainIncludes" : [
            "schema:UnitPriceSpecification",
            "schema:QuantitativeValue",
            "schema:TypeAndQuantityNode",
            "schema:PropertyValue"
         ],
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:value" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The value of a [[QuantitativeValue]] (including [[Observation]]) or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
         "rdfs:label" : "value",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:MonetaryAmount",
            "schema:QuantitativeValue",
            "schema:PropertyValue"
         ],
         "schema:rangeIncludes" : [
            "schema:Number",
            "schema:StructuredValue",
            "schema:Boolean",
            "schema:Text"
         ]
      },
      "schema:valueReference" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement.",
         "rdfs:label" : "valueReference",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:QuantitativeValue",
            "schema:PropertyValue",
            "schema:QualitativeValue"
         ],
         "schema:rangeIncludes" : [
            "schema:QuantitativeValue",
            "schema:PropertyValue",
            "schema:StructuredValue",
            "schema:Text",
            "schema:DefinedTerm",
            "schema:Enumeration",
            "schema:QualitativeValue",
            "schema:MeasurementTypeEnumeration"
         ]
      }
   }
}