TripFn |
appearance as argument number 1 |
(documentation TripFn EnglishLanguage "(TripFn ?VEHICLE) denotes the subclass of Transportation events in which a particular TransportationDevice ?VEHICLE is the vehicle. Contrast this function with TransportationFn, which is used to denote transportation events by a specific kind of vehicle.") | Transportation.kif 1714-1718 | |
(domain TripFn 1 Vehicle) | Transportation.kif 1712-1712 | The number 1 argument of trip is an instance of vehicle |
(instance TripFn UnaryFunction) | Transportation.kif 1711-1711 | Trip is an instance of unary function |
(rangeSubclass TripFn Transportation) | Transportation.kif 1713-1713 | The values returned by trip are subclasses of transportation |
appearance as argument number 2 |
(format ChineseLanguage TripFn "%1 的 trip ") | domainEnglishFormat.kif 2547-2547 | |
(format ChineseTraditionalLanguage TripFn "%1 的 trip ") | domainEnglishFormat.kif 2546-2546 | |
(format EnglishLanguage TripFn "the trip of %1") | domainEnglishFormat.kif 2545-2545 | |
(termFormat ChineseLanguage TripFn "旅") | domainEnglishFormat.kif 59260-59260 | |
(termFormat ChineseTraditionalLanguage TripFn "旅") | domainEnglishFormat.kif 59259-59259 | |
(termFormat EnglishLanguage TripFn "trip") | domainEnglishFormat.kif 59258-59258 |
antecedent |
(=> (and (instance ?VEHICLE TransportationDevice) (instance ?TRIP (TripFn ?VEHICLE))) (instrument ?TRIP ?VEHICLE)) |
Transportation.kif 1720-1724 |
|
consequent |