MonthDuration |
appearance as argument number 1 |
(documentation MonthDuration ChineseLanguage "这是时间单位,一个月为期起码28天,而会超过31天。注: 和其它大多数的单位不同,这是一个范围的单位,而不是一个准确数字。") | chinese_format.kif 2583-2584 | |
(documentation MonthDuration EnglishLanguage "Time unit. A month's duration is at least 28 days, and no more than 31 days. Note that this unit is a range, rather than than an exact amount, unlike most other units.") | Merge.kif 7119-7121 | |
(documentation MonthDuration JapaneseLanguage "時間単位。1 か月の期間は、少なくとも 28 日、 31 日以内である。注:他のほとんどの単位とは異なり、正確な量ではなく範囲である。") | japanese_format.kif 1290-1291 | |
(instance MonthDuration TimeDuration) | Merge.kif 7118-7118 | |
(instance MonthDuration UnitOfDuration) | Merge.kif 7117-7117 |
appearance as argument number 2 |
(termFormat ChineseLanguage MonthDuration "月持续时间") | domainEnglishFormat.kif 38512-38512 | |
(termFormat ChineseTraditionalLanguage MonthDuration "月持續時間") | domainEnglishFormat.kif 38511-38511 | |
(termFormat EnglishLanguage MonthDuration "month duration") | domainEnglishFormat.kif 38510-38510 |
antecedent |
(=> (and (instance ?Account LiabilityAccount) (minimumPayment ?Account (MeasureFn ?MinPayment ?U) MonthDuration) (instance ?U UnitOfCurrency) (exists (?Payment ?Month) (and (instance ?Month Month) (destination ?Payment (CurrencyFn ?Account)) (paymentsPerPeriod ?Account (MeasureFn ?Amount ?U) ?Month) (lessThan ?Amount ?MinPayment)))) (exists (?Penalty) (and (instance ?Penalty Penalty) (destination ?Penalty (CurrencyFn ?Account))))) |
FinancialOntology.kif 759-775 | |
(=> (and (instance ?Drawing DrawingACheck) (patient ?Drawing ?Check) (instance ?Processing ProcessingACheck) (patient ?Processing ?Check) (equal (WhenFn ?Drawing) ?DrawingTime) (equal (WhenFn ?Processing) ?ProcessingTime) (meetsTemporally ?DrawingTime ?Time) (meetsTemporally ?Time ?ProcessingTime) (duration ?Time (MeasureFn ?Duration MonthDuration))) (lessThan ?Duration 6)) |
FinancialOntology.kif 155-166 | |
(=> (and (instance ?M Mutton) (part ?M ?S) (instance ?S Sheep) (age ?S (MeasureFn ?A MonthDuration))) (greaterThanOrEqualTo ?A 12)) |
Economy.kif 5077-5083 | |
(=> (equal (MeasureFn 1 MonthDuration) (MeasureFn ?NUMBER DayDuration)) (greaterThanOrEqualTo ?NUMBER 28)) |
Merge.kif 7123-7127 | |
(=> (equal (MeasureFn 1 MonthDuration) (MeasureFn ?NUMBER DayDuration)) (lessThanOrEqualTo ?NUMBER 31)) |
Merge.kif 7129-7133 |
consequent |
(=> (and (holdsDuring ?T (attribute ?H ?C)) (instance ?H ChronicDisease) (duration ?T ?D)) (greaterThan ?D (MeasureFn 3 MonthDuration))) |
Mid-level-ontology.kif 5913-5920 | |
(=> (and (statementPeriod ?Statement ?Period) (duration ?Period ?Duration)) (equal ?Duration MonthDuration)) |
FinancialOntology.kif 4064-4068 | |
(=> (instance ?Q QuarterYear) (duration ?Q (MeasureFn 3 MonthDuration))) |
Merge.kif 9027-9029 | |
(=> (property ?Option ConventionalOption) (exists (?Number ?Period) (and (agreementPeriod ?Option ?Period) (duration ?Period (MeasureFn ?Number MonthDuration)) (lessThan ?Number 39)))) |
FinancialOntology.kif 2574-2580 | |
(=> (property ?Option ConventionalOption) (exists (?Number ?Period) (and (agreementPeriod ?Option ?Period) (duration ?Period (MeasureFn ?Number MonthDuration)) (lessThan ?Number 9)))) |
FinancialOntology.kif 2558-2564 |