SecondFn |
appearance as argument number 1 |
![]() |
(documentation SecondFn ChineseLanguage "这是一个 BinaryFunction,它把一个 PositiveRealNumber 与一个与一个 minute 的子类别,分配到每个 minute 内对应那个 PositiveRealNumber 的 second。例如: (SecondFn 4 (MinuteFn 5 Hour)) 是所有每小时五分四秒 Class。另外一个例子:(SecondFn 8 Minute) 会得出所有每分钟八秒。再例如:(SecondFn 9 (MinuteFn 15 (HourFn 14 (DayFn 18 (MonthFn August (YearFn 1912))))))表示1912年八月十八日下午两点十五分九秒。") | chinese_format.kif 2775-2780 | |
(documentation SecondFn EnglishLanguage "A BinaryFunction that assigns a PositiveRealNumber and a subclass of Minutes to the Seconds within each Minute corresponding to that PositiveRealNumber. For example, (SecondFn 4 (MinuteFn 5 Hour)) is the Class of all fourth Seconds of every fifth Minute of every hour. For another example, (SecondFn 8 Minute) would return the eighth second of every minute. For still another example, (SecondFn 9 (MinuteFn 15 (HourFn 14 (DayFn 18 (MonthFn August (YearFn 1912)))))) denotes 9 seconds and 15 minutes after 2 PM on the 18th day of August 1912.") | Merge.kif 8572-8579 | |
(domain SecondFn 1 PositiveInteger) | Merge.kif 8568-8568 | The number 1 argument of second is an instance of positive integer |
(domainSubclass SecondFn 2 Minute) | Merge.kif 8569-8569 | The number 2 argument of second is a subclass of minute |
(instance SecondFn BinaryFunction) | Merge.kif 8566-8566 | Second is an instance of binary function |
(instance SecondFn PartialValuedRelation) | Merge.kif 8567-8567 | Second is an instance of partial valued relation |
(instance SecondFn TemporalRelation) | Merge.kif 8565-8565 | Second is an instance of temporal relation |
(rangeSubclass SecondFn Second) | Merge.kif 8570-8570 | The values returned by second are subclasses of second |
appearance as argument number 2 |
![]() |
(format ChineseLanguage SecondFn "%1 second") | chinese_format.kif 475-475 | |
(format EnglishLanguage SecondFn "the second %1") | english_format.kif 481-481 | |
(relatedInternalConcept Second SecondFn) | Merge.kif 9260-9260 | Second is internally related to second |
(termFormat ChineseLanguage SecondFn "秒函数") | chinese_format.kif 476-476 | |
(termFormat ChineseLanguage SecondFn "第二") | domainEnglishFormat.kif 51796-51796 | |
(termFormat ChineseTraditionalLanguage SecondFn "第二") | domainEnglishFormat.kif 51795-51795 | |
(termFormat EnglishLanguage SecondFn "second") | domainEnglishFormat.kif 51794-51794 |
antecedent |
![]() |
(=> (and (instance ?SECOND1 (SecondFn ?NUMBER1 ?MINUTE)) (instance ?SECOND2 (SecondFn ?NUMBER2 ?MINUTE)) (equal (SubtractionFn ?NUMBER2 ?NUMBER1) 1)) (meetsTemporally ?SECOND1 ?SECOND2)) |
Merge.kif 8585-8590 |
|
(=> (instance ?SECOND (SecondFn ?NUMBER ?MINUTE)) (lessThan ?NUMBER 60)) |
Merge.kif 8581-8583 |
|
statement |
![]() |
(equal UnixEpoch (SecondFn 0 (MinuteFn 0 (HourFn 0 (DayFn 1 (MonthFn January (YearFn 1970))))))) |
QoSontology.kif 2148-2148 | Unix epoch is equal to the second 0 |
![]() |
![]() |