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

Formal Language: 



KB Term:  Term intersection
English Word: 

  FitForMilitaryServiceMaleFn

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 889-892
(domain FitForMilitaryServiceMaleFn 1 GeopoliticalArea) Military.kif 887-887 适合兵役的男性 的 1 数量 是 地缘政治区域instance
(instance FitForMilitaryServiceMaleFn UnaryFunction) Military.kif 886-886 适合兵役的男性一元函数instance
(range FitForMilitaryServiceMaleFn Integer) Military.kif 888-888 适合兵役的男性range整数 的实例

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 24080-24080
(termFormat ChineseTraditionalLanguage FitForMilitaryServiceMaleFn "適合兵役的男性") domainEnglishFormat.kif 24079-24079
(termFormat EnglishLanguage FitForMilitaryServiceMaleFn "fit for military service male") domainEnglishFormat.kif 24078-24078

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 895-906 地缘政治区域fit 对于军服务男性 equal 符号串 所描述的类别 instance 的数量


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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