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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - fiscalYearPeriod
fiscalYearPeriod

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


(documentation fiscalYearPeriod EnglishLanguage "The predicate fiscalYearPeriod indicates the period that an AutonomousAgent or Organization uses as its 12-month accounting period. (fiscalYearPeriod ?AGENT Year) means that ?AGENT observes its 12-month accounting period during the regular calendar year (CY), from January to December. For fiscal years with other beginning and ending months (FYs), use (fiscalYearPeriod ?AGENT (RecurrentTimeIntervalFn ?STARTMONTH ?ENDMONTH)). For example, (fiscalYearPeriod (GovernmentFn UnitedStates) (RecurrentTimeIntervalFn October September)). For FYs that begin or end mid-month, days may be specified within RecurrentTimeIntervalFn.") Economy.kif 4021-4030
(domain fiscalYearPeriod 1 AutonomousAgent) Economy.kif 4018-4018 The number 1 argument of fiscal year period is an instance of agent
(domainSubclass fiscalYearPeriod 2 TimeInterval) Economy.kif 4019-4019 The number 2 argument of fiscal year period is a subclass of time interval
(instance fiscalYearPeriod BinaryPredicate) Economy.kif 4017-4017 fiscal year period is an instance of binary predicate

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


(format ChineseLanguage fiscalYearPeriod "%2 %n 是 %1 的 fiscal 年周期") domainEnglishFormat.kif 1020-1020
(format ChineseTraditionalLanguage fiscalYearPeriod "%2 %n 是 %1 的 fiscal 年週期") domainEnglishFormat.kif 1019-1019
(format EnglishLanguage fiscalYearPeriod "%2 is %n a fiscal year period of %1") domainEnglishFormat.kif 1018-1018
(termFormat ChineseLanguage fiscalYearPeriod "财政年度") domainEnglishFormat.kif 23983-23983
(termFormat ChineseTraditionalLanguage fiscalYearPeriod "財政年度") domainEnglishFormat.kif 23982-23982
(termFormat EnglishLanguage fiscalYearPeriod "fiscal year period") domainEnglishFormat.kif 23981-23981

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


(=>
    (and
        (equal ?FY
            (FiscalYearStartingFn ?PLACE ?YEAR))
        (fiscalYearPeriod ?PLACE ?PERIOD)
        (instance ?FY ?PERIOD))
    (exists (?DAY ?INST)
        (and
            (instance ?DAY Day)
            (starts ?DAY ?FY)
            (instance ?INST ?YEAR)
            (temporalPart ?DAY ?INST))))
Economy.kif 4091-4101
(=>
    (and
        (equal ?FY
            (FiscalYearStartingFn ?PLACE ?YEAR))
        (fiscalYearPeriod ?PLACE ?PERIOD))
    (instance ?FY ?PERIOD))
Economy.kif 4085-4089
(=>
    (and
        (fiscalYearPeriod ?PLACE ?PERIOD)
        (instance ?FY
            (FiscalYearFn ?PLACE)))
    (instance ?FY ?PERIOD))
Economy.kif 4047-4051


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