PastFn |
appearance as argument number 1 |
(documentation PastFn ChineseLanguage "这是一个 UnaryFunction, 它把一个 TimePosition 联系 到和它相遇并在 NegativeInfinity 开始的 TimeInterval。") | chinese_format.kif 2739-2740 | |
(documentation PastFn EnglishLanguage "A UnaryFunction that maps a TimePosition to the TimeInterval that meets it and that begins at NegativeInfinity.") | Merge.kif 8528-8530 | |
(documentation PastFn JapaneseLanguage "UnaryFunction は、TimePosition を TimeInterval にマッピングし、NegativeInfinity で始まる。") | japanese_format.kif 1465-1466 | |
(domain PastFn 1 TimePosition) | Merge.kif 8525-8525 | |
(instance PastFn TemporalRelation) | Merge.kif 8522-8522 | |
(instance PastFn TotalValuedRelation) | Merge.kif 8524-8524 | |
(instance PastFn UnaryFunction) | Merge.kif 8523-8523 | |
(range PastFn TimeInterval) | Merge.kif 8526-8526 |
appearance as argument number 2 |
(format ChineseLanguage PastFn "%1 before") | chinese_format.kif 457-457 | |
(format EnglishLanguage PastFn "before %1") | english_format.kif 463-463 | |
(format FrenchLanguage PastFn "avant %1") | french_format.kif 265-265 | |
(format ItalianLanguage PastFn "prima %1") | relations-it.txt 215-215 | |
(format JapaneseLanguage PastFn "%1 の before") | japanese_format.kif 2055-2055 | |
(format PortugueseLanguage PastFn "antes de %1") | portuguese_format.kif 217-217 | |
(format cz PastFn "p�ed %1'") | relations-cz.txt 271-271 | |
(format de PastFn "vor %1") | relations-de.txt 598-598 | |
(format hi PastFn "%1 ke pahale") | relations-hindi.txt 253-253 | |
(format ro PastFn "before%t{înainte de} %1") | relations-ro.kif 286-286 | |
(format sv PastFn "före %1") | relations-sv.txt 292-292 | |
(format tg PastFn "bago %1") | relations-tg.txt 407-407 | |
(termFormat ChineseLanguage PastFn "过去") | domainEnglishFormat.kif 44769-44769 | |
(termFormat ChineseLanguage PastFn "过去函数") | chinese_format.kif 458-458 | |
(termFormat ChineseTraditionalLanguage PastFn "過去") | domainEnglishFormat.kif 44768-44768 | |
(termFormat EnglishLanguage PastFn "past") | domainEnglishFormat.kif 44767-44767 |
consequent |
(=> (and (instance ?DECODE Decoding) (patient ?DECODE ?DOC1)) (exists (?ENCODE ?DOC2 ?TIME ?PROP) (and (containsInformation ?DOC2 ?PROP) (containsInformation ?DOC1 ?PROP) (temporalPart ?TIME (PastFn (WhenFn ?DECODE))) (holdsDuring ?TIME (and (instance ?ENCODE Encoding) (patient ?ENCODE ?DOC2)))))) |
Merge.kif 12771-12784 | |
(=> (holdsDuring ?T1 (attribute ?H Veteran)) (exists (?T2) (and (temporalPart ?T2 (PastFn (WhenFn ?T1))) (holdsDuring ?T2 (attribute ?H Soldier)) (not (holdsDuring ?T1 (attribute ?H Soldier)))))) |
Mid-level-ontology.kif 22518-22529 | |
(=> (holdsDuring ?TIME (attribute ?AGENT Surprise)) (exists (?PART ?PROP) (and (temporalPart ?PART (PastFn ?TIME)) (holdsDuring ?PART (expects ?AGENT ?PROP)) (holdsDuring ?TIME (truth ?PROP False))))) |
Mid-level-ontology.kif 19638-19644 | |
(=> (holdsDuring ?TIME (attribute ?PERSON Drunk)) (exists (?PAST) (and (temporalPart ?PAST (PastFn ?TIME)) (holdsDuring ?PAST (exists (?DRINK ?ALCOHOL) (and (instance ?DRINK Drinking) (patient ?DRINK ?ALCOHOL) (instance ?ALCOHOL AlcoholicBeverage) (agent ?DRINK ?PERSON))))))) |
Mid-level-ontology.kif 8891-8902 | |
(=> (instance ?INTERVAL TimeInterval) (equal (PastFn ?INTERVAL) (TimeIntervalFn NegativeInfinity (BeginFn ?INTERVAL)))) |
Merge.kif 8536-8538 | |
(=> (instance ?INTERVAL TimeInterval) (finishes (ImmediatePastFn ?INTERVAL) (PastFn ?INTERVAL))) |
Merge.kif 8550-8552 | |
(=> (instance ?INTERVAL TimeInterval) (meetsTemporally (PastFn ?INTERVAL) ?INTERVAL)) |
Merge.kif 8532-8534 | |
(=> (instance ?S Scar) (exists (?T ?OP ?L) (and (temporalPart ?T (PastFn (WhenFn ?S))) (holdsDuring ?T (instance ?L Lesion)) (instance ?OP OrganOrTissueProcess) (patient ?OP ?L) (result ?OP ?S)))) |
Mid-level-ontology.kif 9626-9636 |