FarmOfProductFn |
appearance as argument number 1 |
(documentation FarmOfProductFn EnglishLanguage "A Function that returns a class of the farm of a given type of Organism.") | Food.kif 3665-3666 | |
(domainSubclass FarmOfProductFn 1 Organism) | Food.kif 3667-3667 | The number 1 argument of farm of product fn is a subclass of organism |
(instance FarmOfProductFn UnaryFunction) | Food.kif 3664-3664 | Farm of product fn is an instance of unary function |
(rangeSubclass FarmOfProductFn CultivatedLandArea) | Food.kif 3668-3668 | The values returned by farm of product fn are subclasses of cultivated land area |
appearance as argument number 2 |
(format ChineseLanguage FarmOfProductFn "%1 在 %2 的 farm ") | domainEnglishFormat.kif 3392-3392 | |
(format ChineseTraditionalLanguage FarmOfProductFn "%1 在 %2 的 farm ") | domainEnglishFormat.kif 3391-3391 | |
(format EnglishLanguage FarmOfProductFn "a farm of %1 in %2") | domainEnglishFormat.kif 3390-3390 | |
(termFormat EnglishLanguage FarmOfProductFn "farm of product fn") | domainEnglishFormat.kif 64896-64896 |
antecedent |
(=> (instance ?F (FarmOfProductFn ?O)) (exists (?A ?OI) (and (instance ?OI ?O) (instance ?A Agriculture) (located ?A ?F) (result ?A ?OI)))) |
Food.kif 3670-3677 |
|
statement |
(equal AppleOrchard (FarmOfProductFn Apple)) |
Food.kif 3681-3681 | Apple orchard is equal to a farm of apple in |
(equal Vineyard (FarmOfProductFn WineGrape)) |
Food.kif 3685-3685 | Vineyard is equal to a farm of wine grape in |