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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - FarmOfProductFn
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 Die Zahl 1 Argument von FarmOfProductFn ist eine teilkategorie von Organism %n{nicht}
(instance FarmOfProductFn UnaryFunction) Food.kif 3664-3664 FarmOfProductFn ist ein fall von UnaryFunction %n{nicht}
(rangeSubclass FarmOfProductFn CultivatedLandArea) Food.kif 3668-3668 Die werte die FarmOfProductFn zurueckgibt sind teilkategorien von CultivatedLandArea

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


(format ChineseLanguage FarmOfProductFn "%1 在 %2 的 farm ") domainEnglishFormat.kif 3398-3398
(format ChineseTraditionalLanguage FarmOfProductFn "%1 在 %2 的 farm ") domainEnglishFormat.kif 3397-3397
(format EnglishLanguage FarmOfProductFn "a farm of %1 in %2") domainEnglishFormat.kif 3396-3396
(termFormat EnglishLanguage FarmOfProductFn "farm of product fn") domainEnglishFormat.kif 64848-64848

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 AppleOrchard ist gleich FarmOfProductFn Apple %n{nicht}
(equal Vineyard
    (FarmOfProductFn WineGrape))
Food.kif 3685-3685 Vineyard ist gleich FarmOfProductFn WineGrape %n{nicht}


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