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

Formal Language: 



KB Term:  Term intersection
English Word: 

  plaintiff

Sigma KEE - plaintiff
plaintiff

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


(documentation plaintiff EnglishLanguage "(plaintiff ?ACTION ?AGENT) means that ?AGENT is responsible for initiating the LegalAction ?ACTION.") Mid-level-ontology.kif 16295-16296
(domain plaintiff 1 LegalAction) Mid-level-ontology.kif 16297-16297 原告 的 1 数量 是 法律诉讼instance
(domain plaintiff 2 CognitiveAgent) Mid-level-ontology.kif 16298-16298 原告 的 2 数量 是 有认知的主事instance
(instance plaintiff CaseRole) Mid-level-ontology.kif 16300-16300 原告格角色instance
(subrelation plaintiff agent) Mid-level-ontology.kif 16299-16299 原告主事subrelation

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


(format ChineseLanguage plaintiff "%2 是 plaintiff 在 %1 ") domainEnglishFormat.kif 4114-4114
(format ChineseTraditionalLanguage plaintiff "%2 是 plaintiff 在 %1 ") domainEnglishFormat.kif 4113-4113
(format EnglishLanguage plaintiff "%2 is the plaintiff in %1") domainEnglishFormat.kif 4112-4112
(termFormat ChineseLanguage plaintiff "原告") domainEnglishFormat.kif 46022-46022
(termFormat ChineseTraditionalLanguage plaintiff "原告") domainEnglishFormat.kif 46021-46021
(termFormat EnglishLanguage plaintiff "plaintiff") domainEnglishFormat.kif 46020-46020

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


(=>
    (and
        (property ?AGREEMENT Contract)
        (partyToAgreement ?AGENT1 ?AGREEMENT)
        (partyToAgreement ?AGENT2 ?AGREEMENT)
        (instance ?PROC IntentionalProcess)
        (agent ?PROC ?AGENT1)
        (realization ?PROC ?PROP)
        (not
            (consistent ?PROP ?AGREEMENT)))
    (modalAttribute
        (exists (?LEGAL)
            (and
                (instance ?LEGAL LegalAction)
                (plaintiff ?LEGAL ?AGENT2)
                (defendant ?LEGAL ?AGENT1))) Possibility))
Mid-level-ontology.kif 14176-14190


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