Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SquareUnitFn
SquareUnitFn

appearance as argument number 1
-------------------------


(instance SquareUnitFn UnaryFunction) Mid-level-ontology.kif 15187-15187 Square unit is an instance of unary function
(documentation SquareUnitFn EnglishLanguage "(SquareUnitFn ?UNIT) denotes the UnitOfMeasure that is the square of the UnitOfMeasure ?UNIT. For example, (SquareUnitFn (KiloFn Meter)) denotes the unit of a square kilometer.") Mid-level-ontology.kif 15188-15191 Square unit is an instance of unary function
(domain SquareUnitFn 1 UnitOfMeasure) Mid-level-ontology.kif 15192-15192 The number 1 argument of square unit is an instance of unit of measure
(range SquareUnitFn UnitOfMeasure) Mid-level-ontology.kif 15193-15193 The range of square unit is an instance of unit of measure

appearance as argument number 2
-------------------------


(format EnglishLanguage SquareUnitFn "the square unit of %1") domainEnglishFormat.kif 2337-2337
(format ChineseTraditionalLanguage SquareUnitFn "%1 的 square 單位") domainEnglishFormat.kif 2338-2338
(format ChineseLanguage SquareUnitFn "%1 的 square 单位") domainEnglishFormat.kif 2339-2339
(termFormat EnglishLanguage SquareUnitFn "square unit") domainEnglishFormat.kif 54889-54889
(termFormat ChineseTraditionalLanguage SquareUnitFn "方形單位") domainEnglishFormat.kif 54890-54890
(termFormat ChineseLanguage SquareUnitFn "方形单位") domainEnglishFormat.kif 54891-54891

antecedent
-------------------------


(=>
    (and
        (instance ?UNIT UnitOfMeasure)
        (equal ?SQUAREUNIT
            (SquareUnitFn ?UNIT)))
    (exists (?NUM)
        (and
            (instance ?NUM RealNumber)
            (equal
                (MeasureFn ?NUM ?SQUAREUNIT)
                (MeasureFn
                    (MultiplicationFn ?NUM ?NUM) ?UNIT)))))
Mid-level-ontology.kif 15195-15206 If X is an instance of unit of measure and equal Y and the square unit of X, then there exists Z such that Z is an instance of real number and equal Z Y(s) and Z and Z X(s)

statement
-------------------------


(equal SquareMillimeter
    (SquareUnitFn Millimeter))
Mid-level-ontology.kif 10622-10622 equal square millimeter and the square unit of millimeter
(equal SquareFoot
    (SquareUnitFn FootLength))
Mid-level-ontology.kif 15212-15212 equal square foot and the square unit of foot length
(equal SquareMile
    (SquareUnitFn Mile))
Mid-level-ontology.kif 15299-15299 equal square mile and the square unit of mile
(equal SquareYard
    (SquareUnitFn YardLength))
Mid-level-ontology.kif 15305-15305 equal square yard and the square unit of yard length
(equal SquareKilometer
    (SquareUnitFn
        (KiloFn Meter)))
Geography.kif 2093-2093 equal square kilometer and the square unit of 1 thousand meters
(equal SquareKilometer
    (SquareUnitFn Kilometer))
Geography.kif 2094-2094 equal square kilometer and the square unit of kilometer
(equal SquareMeter
    (SquareUnitFn Meter))
Geography.kif 5491-5491 equal square meter and the square unit of meter


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners