Base Template MagnitudeOfProperty
MagnitudeOfProperty is a template for stating magnitude of properties.
MagnitudeOfProperty(a, b, c) means that a is a property, b is a number, and c is a scale, and that b is the value of a as measured on the scale c.
Roles:
1 hasProperty Property
2 hasPropertyValue ArithmeticNumber
3 hasPropertyScale Scale
Axiom:
MagnitudeOfProperty(x1, x2, x3) <-> Property(x1) & ArithmeticNumber(x2) & Scale(x3) & exists u(PropertyQuantificationTriple(u, x1, x2) & ClassificationTemplate(u, x3)) .