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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DutyTax

Sigma KEE - DutyTax
DutyTax(duty tax)anti-dumping_duty, countervailing_duty, custom, customs, customs_duty, duty, export_duty, import_duty, impost, octroi, protective_tariff, revenue_tariff, tariff, tonnage, tonnage_duty, tunnage

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


(documentation DutyTax EnglishLanguage "A Tax that is levied on imports and/ or exports.") FinancialOntology.kif 948-948
(subclass DutyTax Tax) FinancialOntology.kif 947-947 Duty tax is a subclass of tax

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


(termFormat ChineseLanguage DutyTax "关税") domainEnglishFormat.kif 20754-20754
(termFormat ChineseTraditionalLanguage DutyTax "關稅") domainEnglishFormat.kif 20753-20753
(termFormat EnglishLanguage DutyTax "duty tax") domainEnglishFormat.kif 20752-20752

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


(=>
    (and
        (instance ?X DutyTax)
        (refers ?X ?OBJ)
        (patient ?X ?OBJ))
    (exists (?T ?N1 ?N2)
        (and
            (instance ?T Transfer)
            (patient ?T ?OBJ)
            (origin ?T ?N1)
            (destination ?T ?N2)
            (instance ?N1 Nation)
            (instance ?N2 Nation)
            (not
                (equal ?N1 ?N2))
            (earlier
                (WhenFn ?T)
                (WhenFn ?X))
            (causes ?T ?X))))
FinancialOntology.kif 949-964

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


(=>
    (and
        (attribute ?X DutyFree)
        (instance ?X Product))
    (not
        (exists (?DUTY)
            (and
                (instance ?DUTY DutyTax)
                (patient ?DUTY ?X)))))
Hotel.kif 1466-1474


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