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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Zakat

Sigma KEE - Zakat
Zakat(zakat)zakat

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


(documentation Zakat EnglishLanguage "The third of the Five Pillars of Islam and refers to spending at least 2.5% of one's wealth each year for the poor or needy.") ArabicCulture.kif 191-193
(subclass Zakat ReligiousProcess) ArabicCulture.kif 195-195 Zakat is a subclass of religious process

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


(termFormat ChineseLanguage Zakat "天课") domainEnglishFormat.kif 64033-64033
(termFormat ChineseTraditionalLanguage Zakat "天課") domainEnglishFormat.kif 64032-64032
(termFormat EnglishLanguage Zakat "zakat") domainEnglishFormat.kif 64031-64031

antecedent
-------------------------


(=>
    (instance ?Z Zakat)
    (exists (?H)
        (and
            (instance ?H Human)
            (agent ?Z ?H)
            (attribute ?H Muslim))))
ArabicCulture.kif 196-202

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


(=>
    (and
        (attribute ?H Muslim)
        (equal
            (WealthFn ?H) ?W))
    (modalAttribute
        (exists (?Z ?T ?U ?Y ?C)
            (and
                (instance ?Z Zakat)
                (instance ?Y Year)
                (during ?Y
                    (WhenFn ?H))
                (holdsDuring ?Y
                    (attribute ?H FullyFormed))
                (agent ?Z ?H)
                (patient ?Z ?T)
                (monetaryValue ?T
                    (MeasureFn ?C ?U))
                (instance ?U UnitOfCurrency)
                (greaterThan ?C
                    (MultiplicationFn ?W 0.025)))) Obligation))
ArabicCulture.kif 204-223


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