providesDestination |
appearance as argument number 1 |
(documentation providesDestination EnglishLanguage "(providesDestination ?TC ?REG) means TransportationCompany, ?TC, provides possible Transportation to Region ?REG.") | Transportation.kif 4224-4225 | |
(domain providesDestination 1 TransportationCompany) | Transportation.kif 4222-4222 | The number 1 argument of provides destination is an instance of transportation company |
(domain providesDestination 2 Region) | Transportation.kif 4223-4223 | The number 2 argument of provides destination is an instance of region |
(instance providesDestination BinaryPredicate) | Transportation.kif 4221-4221 | provides destination is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage providesDestination "%1 provides transportation 對於 %2 ") | domainEnglishFormat.kif 4270-4270 | |
(format ChineseTraditionalLanguage providesDestination "%1 provides transportation 對於 %2 ") | domainEnglishFormat.kif 4269-4269 | |
(format EnglishLanguage providesDestination "%1 provides transportation to %2") | domainEnglishFormat.kif 4268-4268 | |
(termFormat EnglishLanguage providesDestination "provides destination") | Transportation.kif 4226-4226 |
antecedent |
(=> (providesDestination ?TC ?REG) (modalAttribute (exists (?SVC) (and (instance ?SVC TransportationService) (serviceProvider ?SVC ?TC) (destination ?SVC ?REG))) Possibility)) |
Transportation.kif 4228-4235 |
|