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 16267-16268
(domain plaintiff 1 LegalAction) Mid-level-ontology.kif 16269-16269 原告 的 1 数量 是 法律诉讼instance
(domain plaintiff 2 CognitiveAgent) Mid-level-ontology.kif 16270-16270 原告 的 2 数量 是 有认知的主事instance
(instance plaintiff CaseRole) Mid-level-ontology.kif 16272-16272 原告格角色instance
(subrelation plaintiff agent) Mid-level-ontology.kif 16271-16271 原告主事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 46020-46020
(termFormat ChineseTraditionalLanguage plaintiff "原告") domainEnglishFormat.kif 46019-46019
(termFormat EnglishLanguage plaintiff "plaintiff") domainEnglishFormat.kif 46018-46018

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 14148-14162


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