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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - FitForMilitaryServiceMaleFn
FitForMilitaryServiceMaleFn

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


(documentation FitForMilitaryServiceMaleFn EnglishLanguage "(FitForMilitaryServiceMaleFn ?AREA) denotes the Integer that represents the count of the population of males of military age in the GeopoliticalArea ?AREA that is also capable of being a member of the military.") Military.kif 957-960
(domain FitForMilitaryServiceMaleFn 1 GeopoliticalArea) Military.kif 955-955 The number 1 argument of fit for military service male is an instance of geopolitical area
(instance FitForMilitaryServiceMaleFn UnaryFunction) Military.kif 954-954 Fit for military service male is an instance of unary function
(range FitForMilitaryServiceMaleFn Integer) Military.kif 956-956 The range of fit for military service male is an instance of integer

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


(format ChineseLanguage FitForMilitaryServiceMaleFn "%1 的 fit 对于军服务男性") domainEnglishFormat.kif 1033-1033
(format ChineseTraditionalLanguage FitForMilitaryServiceMaleFn "%1 的 fit 對於軍服務男性") domainEnglishFormat.kif 1032-1032
(format EnglishLanguage FitForMilitaryServiceMaleFn "the fit for military service male of %1") domainEnglishFormat.kif 1031-1031
(termFormat ChineseLanguage FitForMilitaryServiceMaleFn "适合兵役的男性") domainEnglishFormat.kif 24085-24085
(termFormat ChineseTraditionalLanguage FitForMilitaryServiceMaleFn "適合兵役的男性") domainEnglishFormat.kif 24084-24084
(termFormat EnglishLanguage FitForMilitaryServiceMaleFn "fit for military service male") domainEnglishFormat.kif 24083-24083

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


(equal
    (FitForMilitaryServiceMaleFn ?AREA)
    (CardinalityFn
        (KappaFn ?PERSON
            (and
                (instance ?PERSON Human)
                (attribute ?PERSON Male)
                (subclass ?PROCESS MilitaryProcess)
                (fitForMilitaryService ?PERSON ?PROCESS)
                (militaryAge ?AREA ?MILITARYAGE)
                (age ?PERSON ?AGE)
                (greaterThanOrEqualTo ?AGE ?MILITARYAGE)
                (inhabits ?PERSON ?AREA)))))
Military.kif 963-974 equal the fit for military service male of a geopolitical area and the number of instances in the class described by a symbolic string


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