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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 17196-17197
(domain plaintiff 1 LegalAction) Mid-level-ontology.kif 17198-17198 The number 1 argument of plaintiff is an instance of legal action
(domain plaintiff 2 CognitiveAgent) Mid-level-ontology.kif 17199-17199 The number 2 argument of plaintiff is an instance of cognitive agent
(instance plaintiff CaseRole) Mid-level-ontology.kif 17201-17201 plaintiff is an instance of case role
(subrelation plaintiff agent) Mid-level-ontology.kif 17200-17200 plaintiff is a subrelation of agent

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


(format ChineseLanguage plaintiff "%2 是 plaintiff 在 %1 ") domainEnglishFormat.kif 4118-4118
(format ChineseTraditionalLanguage plaintiff "%2 是 plaintiff 在 %1 ") domainEnglishFormat.kif 4117-4117
(format EnglishLanguage plaintiff "%2 is the plaintiff in %1") domainEnglishFormat.kif 4116-4116
(termFormat ChineseLanguage plaintiff "原告") domainEnglishFormat.kif 46051-46051
(termFormat ChineseTraditionalLanguage plaintiff "原告") domainEnglishFormat.kif 46050-46050
(termFormat EnglishLanguage plaintiff "plaintiff") domainEnglishFormat.kif 46049-46049

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 15077-15091


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