lengthOfCrudeOilPipeline |
appearance as argument number 1 |
(documentation lengthOfCrudeOilPipeline EnglishLanguage "(lengthOfCrudeOilPipeline ?AREA ?AMOUNT) means that in the GeograpicArea ?AREA there is the LengthMeasure ?AMOUNT of CrudeOilPipeline.") | Transportation.kif 707-710 | |
(domain lengthOfCrudeOilPipeline 1 GeographicArea) | Transportation.kif 705-705 | The number 1 argument of length of crude oil pipeline is an instance of geographic area |
(domain lengthOfCrudeOilPipeline 2 LengthMeasure) | Transportation.kif 706-706 | The number 2 argument of length of crude oil pipeline is an instance of length measure |
(instance lengthOfCrudeOilPipeline BinaryPredicate) | Transportation.kif 704-704 | length of crude oil pipeline is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage lengthOfCrudeOilPipeline "%2 %n 是 %1 的原油管线 length ") | domainEnglishFormat.kif 1479-1479 | |
(format ChineseTraditionalLanguage lengthOfCrudeOilPipeline "%2 %n 是 %1 的原油管線 length ") | domainEnglishFormat.kif 1478-1478 | |
(format EnglishLanguage lengthOfCrudeOilPipeline "%2 is %n a length of crude oil pipeline of %1") | domainEnglishFormat.kif 1477-1477 | |
(termFormat ChineseLanguage lengthOfCrudeOilPipeline "原油管道长度") | domainEnglishFormat.kif 34011-34011 | |
(termFormat ChineseTraditionalLanguage lengthOfCrudeOilPipeline "原油管道長度") | domainEnglishFormat.kif 34010-34010 | |
(termFormat EnglishLanguage lengthOfCrudeOilPipeline "length of crude oil pipeline") | domainEnglishFormat.kif 34009-34009 |
antecedent |
(<=> (lengthOfCrudeOilPipeline ?AREA ?LENGTH) (length (KappaFn ?PIPELINE (and (instance ?PIPELINE CrudeOilPipeline) (located ?PIPELINE ?AREA))) ?LENGTH)) |
Transportation.kif 712-719 | A length measure is a length of crude oil pipeline of a geographic area if and only if the length of the class described by a symbolic string is the length measure |
(=> (and (lengthOfCrudeOilPipeline ?AREA (MeasureFn ?AMOUNT1 Meter)) (totalPipelineInArea ?AREA (MeasureFn ?AMOUNT2 Meter))) (lessThanOrEqualTo ?AMOUNT1 ?AMOUNT2)) |
Transportation.kif 721-725 |
|