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 14521-14524 | |
(domain SquareUnitFn 1 UnitOfMeasure) | Mid-level-ontology.kif 14525-14525 | The number 1 argument of square unit is an instance of unit of measure |
(instance SquareUnitFn UnaryFunction) | Mid-level-ontology.kif 14520-14520 | Square unit is an instance of unary function |
(range SquareUnitFn UnitOfMeasure) | Mid-level-ontology.kif 14526-14526 | 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 14528-14539 |
|
statement |
![]() |
(equal SquareFoot (SquareUnitFn FootLength)) |
Mid-level-ontology.kif 14545-14545 | 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 14632-14632 | Square mile is equal to the square unit of mile |
(equal SquareMillimeter (SquareUnitFn Millimeter)) |
Geography.kif 4042-4042 | SquareMillimeter is equal to the square unit of millimeter |
(equal SquareYard (SquareUnitFn YardLength)) |
Mid-level-ontology.kif 14638-14638 | Square yard is equal to the square unit of yard length |
![]() |
![]() |