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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 1518-1522
(domain chiefOfState 1 GeopoliticalArea) Government.kif 1514-1514 The number 1 argument of chief of state is an instance of geopolitical area
(domain chiefOfState 2 Position) Government.kif 1515-1515 The number 2 argument of chief of state is an instance of position
(domain chiefOfState 3 Human) Government.kif 1516-1516 The number 3 argument of chief of state is an instance of human
(instance chiefOfState TernaryPredicate) Government.kif 1513-1513 chief of state is an instance of ternary predicate

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 14463-14463
(termFormat ChineseTraditionalLanguage chiefOfState "國家元首") domainEnglishFormat.kif 14462-14462
(termFormat EnglishLanguage chiefOfState "chief of state") domainEnglishFormat.kif 14461-14461

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


(=>
    (and
        (chiefOfState ?AREA ?POSITION ?PERSON)
        (instance ?AREA Nation))
    (citizen ?PERSON ?AREA))
Government.kif 1532-1536
(=>
    (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 1546-1548
(=>
    (chiefOfState ?AREA ?POSITION ?PERSON)
    (occupiesPosition ?PERSON ?POSITION
        (GovernmentFn ?AREA)))
Government.kif 1524-1526
(=>
    (chiefOfState ?AREA ?POSITION ?PERSON)
    (occupiesPosition ?PERSON Leader
        (GovernmentFn ?AREA)))
Government.kif 1528-1530

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 1388-1393
(=>
    (attribute ?PERSON Monarch)
    (exists (?PLACE)
        (and
            (instance ?PLACE GeopoliticalArea)
            (governmentType ?PLACE Monarchy)
            (chiefOfState ?PLACE Monarch ?PERSON))))
Government.kif 1325-1331
(=>
    (attribute ?Q QueenConsort)
    (exists (?KING ?PLACE)
        (and
            (chiefOfState ?PLACE King ?KING)
            (spouse ?KING ?Q))))
Government.kif 1377-1382
(=>
    (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 1337-1352
(=>
    (instance ?RESIDENCE ExecutiveResidence)
    (exists (?AREA ?POSITION ?PERSON)
        (and
            (located ?RESIDENCE ?AREA)
            (home ?PERSON ?RESIDENCE)
            (chiefOfState ?AREA ?POSITION ?PERSON))))
Government.kif 1504-1510


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