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

Formal Language: 



KB Term:  Term intersection
English Word: 

  LegalConviction

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 16215-16216
(externalImage LegalConviction "http://upload.wikimedia.org/wikipedia/commons/ 8/ 88/ Galileo_facing_the_Roman_Inquisition.jpg") pictureList.kif 4925-4925
(subclass LegalConviction LegalDecision) Mid-level-ontology.kif 16214-16214

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


(termFormat ChineseLanguage LegalConviction "法律定罪") domainEnglishFormat.kif 33809-33809
(termFormat ChineseTraditionalLanguage LegalConviction "法律定罪") domainEnglishFormat.kif 33808-33808
(termFormat EnglishLanguage LegalConviction "legal conviction") domainEnglishFormat.kif 33807-33807

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 16250-16259


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