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

Formal Language: 



KB Term:  Term intersection
English Word: 

  chiefOfState

Sigma KEE - chiefOfState
chiefOfState

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


(documentation chiefOfState EnglishLanguage "(chiefOfState ?POLITY ?ROLE ?PERSON) means that ?PERSON is the titular leader of the government of the GeopoliticalArea ?POLITY and represents it at official functions. The office held by this chief of state is ?ROLE (e.g., President, Queen, Chairman). Note: this term is defined as in the CIA World Fact Book.") Government.kif 1556-1560
(domain chiefOfState 1 GeopoliticalArea) Government.kif 1552-1552 chiefOfState の数値 1 引数は 地政学的地域instance では %n
(domain chiefOfState 2 Position) Government.kif 1553-1553 chiefOfState の数値 2 引数は ポジションinstance では %n
(domain chiefOfState 3 Human) Government.kif 1554-1554 chiefOfState の数値 3 引数は 人[人間]instance では %n
(instance chiefOfState TernaryPredicate) Government.kif 1551-1551 chiefOfState3進述語instance では %n

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


(format ChineseLanguage chiefOfState "%1 %n{不是} 州 %2 的 chief 对于 %3") domainEnglishFormat.kif 440-440
(format ChineseTraditionalLanguage chiefOfState "%1 %n{不是} 州 %2 的 chief 對於 %3 ") domainEnglishFormat.kif 439-439
(format EnglishLanguage chiefOfState "%1 %n{doesn't} chief of state %2 for %3") domainEnglishFormat.kif 438-438
(termFormat ChineseLanguage chiefOfState "国家元首") domainEnglishFormat.kif 14448-14448
(termFormat ChineseTraditionalLanguage chiefOfState "國家元首") domainEnglishFormat.kif 14447-14447
(termFormat EnglishLanguage chiefOfState "chief of state") domainEnglishFormat.kif 14446-14446

antecedent
-------------------------


(=>
    (and
        (chiefOfState ?AREA ?POSITION ?PERSON)
        (instance ?AREA Nation))
    (citizen ?PERSON ?AREA))
Government.kif 1570-1574
(=>
    (and
        (governmentType ?PLACE Monarchy)
        (instance ?MONARCH Human)
        (instance ?SUCCESSOR Human)
        (holdsDuring ?T1
            (chiefOfState ?PLACE ?ROLE ?MONARCH))
        (familyRelation ?MONARCH ?SUCCESSOR)
        (earlier ?T1 ?T2))
    (modalAttribute
        (holdsDuring ?T2
            (chiefOfState ?PLACE ?ROLE ?SUCCESSOR)) Possibility))
Government.kif 223-234
(=>
    (chiefOfState ?AREA ?POSITION ?PERSON)
    (chiefOfStateType ?AREA ?POSITION))
Government.kif 1584-1586
(=>
    (chiefOfState ?AREA ?POSITION ?PERSON)
    (occupiesPosition ?PERSON ?POSITION
        (GovernmentFn ?AREA)))
Government.kif 1562-1564
(=>
    (chiefOfState ?AREA ?POSITION ?PERSON)
    (occupiesPosition ?PERSON Leader
        (GovernmentFn ?AREA)))
Government.kif 1566-1568

consequent
-------------------------


(=>
    (and
        (governmentType ?PLACE Monarchy)
        (instance ?MONARCH Human)
        (instance ?SUCCESSOR Human)
        (holdsDuring ?T1
            (chiefOfState ?PLACE ?ROLE ?MONARCH))
        (familyRelation ?MONARCH ?SUCCESSOR)
        (earlier ?T1 ?T2))
    (modalAttribute
        (holdsDuring ?T2
            (chiefOfState ?PLACE ?ROLE ?SUCCESSOR)) Possibility))
Government.kif 223-234
(=>
    (attribute ?P PrinceConsort)
    (exists (?QUEEN ?PLACE)
        (and
            (chiefOfState ?PLACE QueenRegnant ?QUEEN)
            (spouse ?QUEEN ?P))))
Government.kif 1426-1431
(=>
    (attribute ?PERSON Monarch)
    (exists (?PLACE)
        (and
            (instance ?PLACE GeopoliticalArea)
            (governmentType ?PLACE Monarchy)
            (chiefOfState ?PLACE Monarch ?PERSON))))
Government.kif 1363-1369
(=>
    (attribute ?Q QueenConsort)
    (exists (?KING ?PLACE)
        (and
            (chiefOfState ?PLACE King ?KING)
            (spouse ?KING ?Q))))
Government.kif 1415-1420
(=>
    (instance ?C Coronation)
    (exists (?PERSON ?PLACE)
        (and
            (instance ?PERSON Human)
            (patient ?C ?PERSON)
            (instance ?PLACE GeopoliticalArea)
            (holdsDuring
                (BeginFn
                    (WhenFn ?C))
                (not
                    (chiefOfState ?PLACE Monarch ?PERSON)))
            (holdsDuring
                (ImmediateFutureFn
                    (WhenFn ?C))
                (chiefOfState ?PLACE Monarch ?PERSON)))))
Government.kif 1375-1390
(=>
    (instance ?RESIDENCE ExecutiveResidence)
    (exists (?AREA ?POSITION ?PERSON)
        (and
            (located ?RESIDENCE ?AREA)
            (home ?PERSON ?RESIDENCE)
            (chiefOfState ?AREA ?POSITION ?PERSON))))
Government.kif 1542-1548


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