![]() |
![]() ![]() ![]()
|
![]() |
|
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 2089-2094 | |
(documentation TimePoint JapaneseLanguage "ユニバーサルタイムライン上の拡張のないポイント。 Process が発生する TimePoint は、さまざまな精度と近似で知ることができるが、概念的には TimePoint はポイントに似ており、インターバルのようなものではない。 つまり、TimePoint がどれ くらい長く続くかについて話すのは意味がない。") | japanese_format.kif 402-405 | |
(subclass TimePoint TimePosition) | Merge.kif 2087-2087 | 時点 は 時間位置 の subclass では |
appearance as argument number 2 |
![]() |
(instance NegativeInfinity TimePoint) | Merge.kif 7952-7952 | NegativeInfinity は 時点 の instance では |
(instance PositiveInfinity TimePoint) | Merge.kif 7934-7934 | PositiveInfinity は 時点 の instance では |
(range BeginFn TimePoint) | Merge.kif 8053-8053 | BeginFn の range は 時点 のインスタンス では |
(range EndFn TimePoint) | Merge.kif 8081-8081 | EndFn の range は 時点 のインスタンス では |
(subclass Epoch TimePoint) | QoSontology.kif 2267-2267 | Epoch は 時点 の subclass では |
(subclass Midnight TimePoint) | Merge.kif 8878-8878 | Midnight は 時点 の subclass では |
(subclass Noon TimePoint) | Merge.kif 8952-8952 | Noon は 時点 の subclass では |
(termFormat ChineseLanguage TimePoint "时点") | chinese_format.kif 881-881 | Noon は 時点 の subclass では |
(termFormat EnglishLanguage TimePoint "time point") | english_format.kif 964-964 | Noon は 時点 の subclass では |
(termFormat FrenchLanguage TimePoint "point temporel") | french_format.kif 557-557 | Noon は 時点 の subclass では |
(termFormat Hindi TimePoint "samaya biMdu") | terms-hindi.txt 87-87 | Noon は 時点 の subclass では |
(termFormat ItalianLanguage TimePoint "PuntoTemporale") | terms-it.txt 90-90 | Noon は 時点 の subclass では |
(termFormat JapaneseLanguage TimePoint "時点") | japanese_format.kif 2242-2242 | Noon は 時点 の subclass では |
(termFormat PortugueseLanguage TimePoint "Ponto no tempo") | portuguese_format.kif 509-509 | Noon は 時点 の subclass では |
(termFormat cb TimePoint "talinisang oras") | terms-cb.txt 92-92 | Noon は 時点 の subclass では |
(termFormat cz TimePoint "time point") | terms-cz.txt 124-124 | Noon は 時点 の subclass では |
(termFormat de TimePoint "Zeitpunkt") | terms-de.txt 383-383 | Noon は 時点 の subclass では |
(termFormat ro TimePoint "punct temporal") | relations-ro.kif 578-578 | Noon は 時点 の subclass では |
(termFormat tg TimePoint "lugar ng panahon") | terms-tg.txt 91-91 | Noon は 時点 の subclass では |
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 8379-8386 | |
(=> (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 2114-2124 | |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (before NegativeInfinity ?POINT)) |
Merge.kif 7957-7961 |
|
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT NegativeInfinity))) (exists (?OTHERPOINT) (temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT))) |
Merge.kif 7963-7968 | |
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT PositiveInfinity))) (before ?POINT PositiveInfinity)) |
Merge.kif 7939-7943 |
|
(=> (and (instance ?POINT TimePoint) (not (equal ?POINT PositiveInfinity))) (exists (?OTHERPOINT) (temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity))) |
Merge.kif 7945-7950 | |
(=> (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 8518-8526 | |
(=> (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 8528-8537 | |
(=> (and (instance ?T1 TimePoint) (instance ?T2 TimePoint) (equal ?INTERVAL (TimeIntervalFn ?T1 ?T2)) (duration ?INTERVAL ?PERIOD)) (equal ?INTERVAL (TimePeriodFn ?T1 ?PERIOD))) |
Mid-level-ontology.kif 15411-15417 | |
(=> (and (instance ?TIME TimePoint) (holdsDuring ?TIME (age ?OBJ ?DURATION))) (duration (TimeIntervalFn (BeginFn (WhenFn ?OBJ)) ?TIME) ?DURATION)) |
Merge.kif 7554-7558 | |
(=> (and (time ?PHYS ?TIME) (instance ?TIME TimePoint)) (temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS)))) |
Merge.kif 8304-8308 | |
(=> (instance ?POINT TimePoint) (exists (?INTERVAL) (and (instance ?INTERVAL TimeInterval) (temporalPart ?POINT ?INTERVAL)))) |
Merge.kif 8010-8015 |
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 31924-31954 |
|
(=> (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 9568-9578 | |
(=> (instance ?INTERVAL TimeInterval) (exists (?POINT) (and (instance ?POINT TimePoint) (temporalPart ?POINT ?INTERVAL)))) |
Merge.kif 8017-8022 | |
(=> (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 8208-8220 | |
(=> (temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS))) (and (time ?PHYS ?TIME) (instance ?TIME TimePoint))) |
Merge.kif 8310-8319 |
![]() |
![]() |