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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - LegalConviction
LegalConviction

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


(documentation LegalConviction EnglishLanguage "Any LegalDecision where the defendant is found guilty of the crime for which the corresponding trial was held.") Mid-level-ontology.kif 17602-17603
(externalImage LegalConviction "http://upload.wikimedia.org/wikipedia/commons/ 8/ 88/ Galileo_facing_the_Roman_Inquisition.jpg") pictureList.kif 4924-4924
(subclass LegalConviction LegalDecision) Mid-level-ontology.kif 17601-17601

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


(termFormat ChineseLanguage LegalConviction "法律定罪") domainEnglishFormat.kif 33820-33820
(termFormat ChineseTraditionalLanguage LegalConviction "法律定罪") domainEnglishFormat.kif 33819-33819
(termFormat EnglishLanguage LegalConviction "legal conviction") domainEnglishFormat.kif 33818-33818

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


(=>
    (and
        (instance ?P Human)
        (attribute ?P Criminal))
    (exists (?CA ?LC)
        (and
            (instance ?CA CriminalAction)
            (instance ?LC LegalConviction)
            (refers ?LC ?CA)
            (patient ?LC ?P))))
Justice.kif 87-96
(=>
    (and
        (instance ?S Sentencing)
        (patient ?S ?P))
    (exists (?C)
        (and
            (causes ?C ?S)
            (instance ?C LegalConviction)
            (patient ?C ?P)
            (earlier
                (WhenFn ?C)
                (WhenFn ?S)))))
Mid-level-ontology.kif 17637-17646


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