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 16268-16269
(domain plaintiff 1 LegalAction) Mid-level-ontology.kif 16270-16270
(domain plaintiff 2 CognitiveAgent) Mid-level-ontology.kif 16271-16271
(instance plaintiff CaseRole) Mid-level-ontology.kif 16273-16273
(subrelation plaintiff agent) Mid-level-ontology.kif 16272-16272

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 14149-14163


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