Changes between Version 5 and Version 6 of SigMmt/Templates/RestrictedDimensionOfIndividual

Show
Ignore:
Timestamp:
11/20/11 10:28:31 (12 years ago)
Author:
mfedorov (IP: 83.160.133.120)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SigMmt/Templates/RestrictedDimensionOfIndividual

    v5 v6  
    33[[br]]This template is for specifying a Dimension of an Individual where the Dimension is represented by a Property that is a member of a specific set of properties. 
    44[[br]] 
    5 [[br]]!RestrictedDimensionOfIndividual(a, b, c, d, e) means that a is a !ClassOfShapeDimension, b a (temporal part of) !PossibleIndividual to which the relation applies, c is a Property that represents an !IndividualDimension applied to b, d the Scale as unit of measurement, and e is an !EnumeratedPropertySet. The !IndividualDimension applied to b is a member of a !ShapeDimension that has an a type. c is a member of e where c is supposed to be an existing class in RDL. 
     5[[br]]!RestrictedDimensionOfIndividual(a, b, c, d, e) means that a is a !ClassOfShapeDimension, b a (temporal part of) !PossibleIndividual to which the relation applies, c is a value of the Property that represents an !IndividualDimension applied to b, d the Scale as unit of measurement, and e is an !EnumeratedPropertySet. The !IndividualDimension applied to b is a member of a !ShapeDimension that has an a type. The property that is represented by c value is a member of e where and is supposed to be an existing class in RDL. 
    66[[br]] 
    77[[br]]Roles:  
    88[[br]]1 hasTypeOfShapeDimension !ClassOfShapeDimension  
    99[[br]]2 hasIndividual !PossibleIndividual  
    10 [[br]]3 hasProperty Property  
     10[[br]]3 valPropertyValue !ExpressReal  
    1111[[br]]4 hasPropertyScale Scale  
    1212[[br]]5 hasPropertySet !EnumeratedPropertySet  
     
    1818ClassOfShapeDimension(x1) & 
    1919PossibleIndividual(x2) &  
    20 Property(x3) &  
     20ExpressReal(x3) &  
    2121Scale(x4) & 
    2222EnumeratedPropertySet(x5) &  
    2323exists v (DimensionOfIndividualTemplate(x2, v) & 
    24           exists u (ShapeDimension(u) & ClassificationTemplate(u, x1) & ClassificationTemplate(v, u) & PropertyForShapeDimensionTemplate(x3, u))) & 
    25 ClassificationTemplate(x3, x5) & 
    26 exists p (RealMagnitudeOfProperty(x3, p, x4)). 
     24          exists u, p (ShapeDimension(u) & Property(p) & ClassificationTemplate(u, x1) & ClassificationTemplate(v, u) & PropertyForShapeDimensionTemplate(p, u) & 
     25          ClassificationTemplate(p, x5) & 
     26          RealMagnitudeOfProperty(p, x3, x4))). 
    2727}}} 
    2828 
Home
About PCA
Reference Data Services
Projects
Workgroups