Changes between Initial Version and Version 1 of SigMmt/Templates/DimensionOfIndividual

Show
Ignore:
Timestamp:
02/24/11 12:53:11 (13 years ago)
Author:
mfedorov (IP: 64.90.224.68)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SigMmt/Templates/DimensionOfIndividual

    v0 v1  
     1=== Template !DimensionOfIndividual === 
     2 
     3[[br]]This template is for specifying a typed Dimension of an Individual. 
     4[[br]] 
     5[[br]]!DimensionOfIndividual(a, b, c, d) means that a is a !ClassOfShapeDimension, b is a (temporal part of) !PossibleIndividual to which the relation applies, c is a value of the dimension, and d is the Scale as unit of measurement. 
     6[[br]] 
     7[[br]]Roles:  
     8[[br]]1 hasTypeOfShapeDimension !ClassOfShapeDimension  
     9[[br]]2 hasIndividual !PossibleIndividual  
     10[[br]]3 valDimension !ExpressReal  
     11[[br]]4 hasPropertyScale Scale  
     12[[br]] 
     13 
     14Axiom:  
     15{{{ 
     16DimensionOfIndividual(x1, x2, x3, x4) <->  
     17ClassOfShapeDimension(x1) & 
     18PossibleIndividual(x2) &  
     19ExpressReal(x3) &  
     20Scale(x4) & 
     21exists v (IndividualDimension(v) & DimensionOfIndividualTemplate(x2, v) & 
     22          exists u (ShapeDimension(u) & ClassificationTemplate(u, x1) & ClassificationTemplate(v, u) & exists p (Property(p) and PropertyForShapeDimensionTemplate(p, u) & RealMagnitudeOfProperty(p, x3, x4)))) & 
     23. 
     24}}} 
     25 
     26 
     27EXAMPLE The statement !DimensionOfIndividual(OUTSIDE DIAMETER, CV123, 108, MILLIMETRE). 
     28 
     29=== Analysis Diagram === 
     30[[Image(DimensionOfIndividual.PNG)]] 
Home
About PCA
Reference Data Services
Projects
Workgroups