TimePoint(时点) | ![]() |
appearance as argument number 1 |
![]() |
(documentation TimePoint ChineseLanguage "这是通用时间轴上无法延伸的的一点。 我们在不同程度的准确 和近似值上,可以知道 Process 发生的 TimePoint,但是 TimePoint 在概念上是成点状而非间隔状, 也就是说, 说 TimePoint 持续了多长是没有意义的。") | chinese_format.kif 1787-1789 | |
(documentation TimePoint EnglishLanguage "An extensionless point on the universal timeline. The TimePoints at which Processes occur can be known with various degrees of precision and approximation, but conceptually TimePoints are point-like and not interval-like. That is, it doesn't make sense to talk about how long a TimePoint lasts.") | Merge.kif 2093-2098 | |
(documentation TimePoint JapaneseLanguage "ユニバーサルタイムライン上の拡張のないポイント。 Process が発生する TimePoint は、さまざまな精度と近似で知ることができるが、概念的には TimePoint はポイントに似ており、インターバルのようなものではない。 つまり、TimePoint がどれ くらい長く続くかについて話すのは意味がない。") | japanese_format.kif 402-405 | |
(subclass TimePoint TimePosition) | Merge.kif 2091-2091 | 时点 是 时间位置 的 subclass |
appearance as argument number 2 |
![]() |
(instance NegativeInfinity TimePoint) | Merge.kif 7882-7882 | 负无穷大 是 时点 的 instance |
(instance PositiveInfinity TimePoint) | Merge.kif 7864-7864 | 正无穷大 是 时点 的 instance |
(range BeginFn TimePoint) | Merge.kif 7983-7983 | 开始函数 的 range 是 时点 的实例 |
(range EndFn TimePoint) | Merge.kif 8011-8011 | 结束函数 的 range 是 时点 的实例 |
(subclass Epoch TimePoint) | QoSontology.kif 2135-2135 | 时代 是 时点 的 subclass |
(subclass Midnight TimePoint) | Merge.kif 8780-8780 | Midnight 是 时点 的 subclass |
(subclass Noon TimePoint) | Merge.kif 8854-8854 | Noon 是 时点 的 subclass |
(termFormat ChineseLanguage TimePoint "时点") | chinese_format.kif 881-881 | |
(termFormat EnglishLanguage TimePoint "time point") | english_format.kif 964-964 | |
(termFormat FrenchLanguage TimePoint "point temporel") | french_format.kif 557-557 | |
(termFormat Hindi TimePoint "samaya biMdu") | terms-hindi.txt 87-87 | |
(termFormat ItalianLanguage TimePoint "PuntoTemporale") | terms-it.txt 90-90 | |
(termFormat JapaneseLanguage TimePoint "時点") | japanese_format.kif 2242-2242 | |
(termFormat PortugueseLanguage TimePoint "Ponto no tempo") | portuguese_format.kif 509-509 | |
(termFormat cb TimePoint "talinisang oras") | terms-cb.txt 92-92 | |
(termFormat cz TimePoint "time point") | terms-cz.txt 124-124 | |
(termFormat ro TimePoint "punct temporal") | relations-ro.kif 578-578 | |
(termFormat tg TimePoint "lugar ng panahon") | terms-tg.txt 91-91 |
appearance as argument number 3 |
![]() |
antecedent |
![]() |
(=> (and (earlier ?TI1 ?TI2) (instance ?P1 TimePoint) (instance ?P2 TimePoint) (temporalPart ?P1 ?TI1) (temporalPart ?P2 ?TI2)) (before ?P1 ?P2)) |
Merge.kif 8281-8288 | |
(=> (and (instance ?COLL Collection) (instance ?SITE WebSite) (instance ?AGENT AutonomousAgent) (instance ?LISTING WebListing) (instance ?TIME TimePoint) (listingSeller ?LISTING ?AGENT) (not (member ?LISTING ?COLL)) (forall (?ITEM ?MEMBER) (and (=> (and (instance ?ITEM WebListing) (member ?ITEM (SellersItemsFn ?AGENT ?SITE)) (temporalPart ?TIME (WhenFn ?ITEM)) (not (equal ?ITEM ?LISTING))) (member ?ITEM ?COLL)) (=> (member ?MEMBER ?COLL) (and (temporalPart ?TIME (WhenFn ?ITEM)) (instance ?MEMBER WebListing)))))) (equal (SellersOtherItemsFn ?AGENT ?SITE ?LISTING ?TIME) ?COLL)) |
UXExperimentalTerms.kif 1033-1060 |
|
(=> (and (instance ?F Flooding) (instance ?L LandArea) (eventLocated ?F ?L) (instance ?T TimePoint) (before ?T (WhenFn ?F))) (modalAttribute (holdsDuring ?T (instance ?L SubmergedLandArea)) Unlikely)) |
Weather.kif 1598-1608 | |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (before NegativeInfinity ?POINT)) |
Merge.kif 7887-7891 | |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (exists (?OTHERPOINT) (temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT))) |
Merge.kif 7893-7898 | |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT PositiveInfinity))) (before ?POINT PositiveInfinity)) |
Merge.kif 7869-7873 | |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT PositiveInfinity))) (exists (?OTHERPOINT) (temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity))) |
Merge.kif 7875-7880 | |
(=> (and (instance ?POINT1 TimePoint) (instance ?POINT2 TimePoint) (instance ?INTERVAL TimeInterval) (equal (TimeIntervalFn ?POINT1 ?POINT2) ?INTERVAL)) (and (equal (BeginFn ?INTERVAL) ?POINT1) (equal (EndFn ?INTERVAL) ?POINT2))) |
Merge.kif 8420-8428 | |
(=> (and (instance ?POINT1 TimePoint) (instance ?POINT2 TimePoint) (instance ?INTERVAL TimeInterval) (equal (TimeIntervalFn ?POINT1 ?POINT2) ?INTERVAL)) (forall (?POINT) (<=> (temporallyBetweenOrEqual ?POINT1 ?POINT ?POINT2) (temporalPart ?POINT ?INTERVAL)))) |
Merge.kif 8430-8439 | |
(=> (and (instance ?T1 TimePoint) (instance ?T2 TimePoint) (equal ?INTERVAL (TimeIntervalFn ?T1 ?T2)) (duration ?INTERVAL ?PERIOD)) (equal ?INTERVAL (TimePeriodFn ?T1 ?PERIOD))) |
Mid-level-ontology.kif 14012-14018 | |
(=> (and (instance ?TIME TimePoint) (holdsDuring ?TIME (age ?OBJ ?DURATION))) (duration (TimeIntervalFn (BeginFn (WhenFn ?OBJ)) ?TIME) ?DURATION)) |
Merge.kif 7524-7528 | |
(=> (and (time ?PHYS ?TIME) (instance ?TIME TimePoint)) (temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS)))) |
Merge.kif 8206-8210 | |
(=> (instance ?POINT TimePoint) (exists (?INTERVAL) (and (instance ?INTERVAL TimeInterval) (temporalPart ?POINT ?INTERVAL)))) |
Merge.kif 7940-7945 |
|
consequent |
![]() |
(=> (and (instance ?X BreakingRecord) (agent ?X ?A1)) (exists (?AC ?PC ?P1 ?TP ?ROLE ?L ?Q) (and (instance ?AC Set) (element ?A1 ?AC) (subclass ?PC Process) (instance ?L Region) (instance ?TP TimePoint) (instance ?Q Quantity) (instance ?P1 ?PC) (refers ?X ?Q) (refers ?Q ?P1) (playsRoleInEvent ?A1 ?ROLE ?P1) (eventLocated ?P1 ?L) (not (exists (?A2 ?P2) (and (instance ?A2 ?AC) (not (equal ?A2 ?A1)) (instance ?P2 ?PC) (holdsDuring (TimeIntervalFn ?TP (EndFn (WhenFn ?X))) (and (playsRoleInEvent ?A2 ?ROLE ?P2) (eventLocated ?P2 ?L))))))))) |
Mid-level-ontology.kif 29947-29977 |
|
(=> (equal (TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS) (forall (?TIME) (=> (and (instance ?TIME TimePoint) (temporalPart ?TIME ?INTERVAL)) (exists (?INSTANCE) (and (instance ?INSTANCE ?CLASS) (temporalPart ?TIME ?INSTANCE)))))) |
Merge.kif 9447-9457 | |
(=> (instance ?INTERVAL TimeInterval) (exists (?POINT) (and (instance ?POINT TimePoint) (temporalPart ?POINT ?INTERVAL)))) |
Merge.kif 7947-7952 |
|
(=> (instance ?OBJ Object) (exists (?TIME1 ?TIME2) (and (instance ?TIME1 TimePoint) (instance ?TIME2 TimePoint) (before ?TIME1 ?TIME2) (forall (?TIME) (=> (and (beforeOrEqual ?TIME1 ?TIME) (beforeOrEqual ?TIME ?TIME2)) (time ?OBJ ?TIME)))))) |
Merge.kif 8110-8122 | |
(=> (temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS))) (and (time ?PHYS ?TIME) (instance ?TIME TimePoint))) |
Merge.kif 8212-8221 |
![]() |
![]() |