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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SquareUnitFn
SquareUnitFn

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


(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 14982-14985
(domain SquareUnitFn 1 UnitOfMeasure) Mid-level-ontology.kif 14986-14986 The number 1 argument of square unit is an instance of unit of measure
(instance SquareUnitFn UnaryFunction) Mid-level-ontology.kif 14981-14981 Square unit is an instance of unary function
(range SquareUnitFn UnitOfMeasure) Mid-level-ontology.kif 14987-14987 The range of square unit is an instance of unit of measure

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


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

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 14989-15000

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


(equal SquareFoot
    (SquareUnitFn FootLength))
Mid-level-ontology.kif 15006-15006 Square foot is equal to the square unit of foot length
(equal SquareKilometer
    (SquareUnitFn
        (KiloFn Meter)))
Geography.kif 617-617 Square kilometer is equal to the square unit of 1 thousand meters
(equal SquareKilometer
    (SquareUnitFn Kilometer))
Geography.kif 618-618 Square kilometer is equal to the square unit of kilometer
(equal SquareMeter
    (SquareUnitFn Meter))
Geography.kif 4037-4037 Square meter is equal to the square unit of meter
(equal SquareMile
    (SquareUnitFn Mile))
Mid-level-ontology.kif 15093-15093 Square mile is equal to the square unit of mile
(equal SquareMillimeter
    (SquareUnitFn Millimeter))
Geography.kif 4043-4043 Square millimeter is equal to the square unit of millimeter
(equal SquareYard
    (SquareUnitFn YardLength))
Mid-level-ontology.kif 15099-15099 Square yard is equal to the square unit of yard length


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 is open source software produced by Articulate Software and its partners