(=>
(equal ?FY
(FiscalYearStartingFn ?PLACE ?YEAR))
(or
(instance ?PLACE GeopoliticalArea)
(instance ?PLACE Organization))) |
Economy.kif 4064-4068 |
If equal X, the fiscal year starting of Y, and Z, then Y is an instance of geopolitical area or Y is an instance of organization |
(=>
(equal ?FY
(FiscalYearStartingFn ?PLACE ?YEAR))
(duration ?FY
(MeasureFn 1 YearDuration))) |
Economy.kif 4076-4078 |
If equal X, the fiscal year starting of Y, and Z, then duration of X is 1 year duration(s) |
(=>
(and
(equal ?FY
(FiscalYearStartingFn ?PLACE ?YEAR))
(fiscalYearPeriod ?PLACE ?PERIOD))
(instance ?FY ?PERIOD)) |
Economy.kif 4080-4084 |
If equal X, the fiscal year starting of Y, and Z and W is a fiscal year period of Y, then X is an instance of W |
(=>
(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 4086-4096 |
If equal X, the fiscal year starting of Y, and Z, W is a fiscal year period of Y, and X is an instance of W, then there exist V, U such that V is an instance of day, V starts X, U is an instance of Z, and V is a part of U |