Version 1 (modified by onnopaap, 13 years ago)

--

Template DirectPropertyScaleReal


This template is for assigning a property value and unit of measurement to an Individual for a Property that is not an IndirectProperty.

From ISO 15926-2 Property: NOTE A member of a Property is a PossibleIndividual that has the same degree or magnitude of the quality or characteristic represented by the Property as other members.

To make the distinction with IndirectProperty, this template starts its name with Direct.

DirectPropertyScaleReal(a, b, c, d) means that a is a PropertySpace, b is a (temporal part of) PossibleIndividual? to which the relation applies, c is a floating point number for the property value and d the Scale as unit of measurement.


Roles:
1 hasPropertySpace PropertySpace
2 hasPropertyPossessor PossibleIndividual
3 valPropertyValue ExpressReal
4 hasPropertyScale Scale

Axiom:

DirectPropertyScaleReal(x1, x2, x3, x4) <-> 
PropertySpace(x1) & 
PossibleIndividual(x2) & 
RealNumber(x3) & 
Scale(x4) & 
exists p (Property(p) &
  ClassificationTemplate(x2, p) &
  ClassificationTemplate(p, x1) &
  exists u (PropertyQuantificationTriple(u, p, x3) &
    ClassificationTemplate(u, x4) &
)) .

EXAMPLE The statement DirectPropertyScaleReal(LENGTH, 123, 4.300, METER)

Analysis diagram

Error: Macro Image(DirectPropertyScaleReal.png) failed
Attachment 'wiki:SigMmt/Templates/DirectPropertyScaleReal: DirectPropertyScaleReal.png' does not exist.

NOTE: The relationship for the Scale between the domain and codomain must already exist in the RDL. It is not in scope of the template.

Revision log

01/18/2011OnnoPaapReleased

Attachments

Home
About PCA
Reference Data Services
Projects
Workgroups