Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - totalLengthOfWaterways
totalLengthOfWaterways

appearance as argument number 1
-------------------------


(documentation totalLengthOfWaterways EnglishLanguage "(totalLengthOfWaterways ?AREA ?LENGTH) means that the total length of navigable Waterways in the GeographicArea ?AREA is the LengthMeasure ?LENGTH.") Transportation.kif 651-654
(domain totalLengthOfWaterways 1 GeographicArea) Transportation.kif 649-649
(domain totalLengthOfWaterways 2 LengthMeasure) Transportation.kif 650-650
(instance totalLengthOfWaterways BinaryPredicate) Transportation.kif 648-648

appearance as argument number 2
-------------------------


(format ChineseLanguage totalLengthOfWaterways "%2 %n 是 %1 的 total 水路长路") domainEnglishFormat.kif 2519-2519
(format ChineseTraditionalLanguage totalLengthOfWaterways "%2 %n 是 %1 的 total 水路長路") domainEnglishFormat.kif 2518-2518
(format EnglishLanguage totalLengthOfWaterways "%2 is %n a total length of waterways of %1") domainEnglishFormat.kif 2517-2517
(termFormat ChineseLanguage totalLengthOfWaterways "水道总长度") domainEnglishFormat.kif 58600-58600
(termFormat ChineseTraditionalLanguage totalLengthOfWaterways "水道總長度") domainEnglishFormat.kif 58599-58599
(termFormat EnglishLanguage totalLengthOfWaterways "total length of waterways") domainEnglishFormat.kif 58598-58598

antecedent
-------------------------


(<=>
    (totalLengthOfWaterways ?AREA ?LENGTH)
    (length
        (KappaFn ?WATERWAY
            (and
                (instance ?WATERWAY Waterway)
                (partlyLocated ?WATERWAY ?AREA))) ?LENGTH))
Transportation.kif 656-663
(=>
    (and
        (totalLengthOfWaterways ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (instance ?UNIT UnitOfLength)
        (greaterThan ?LENGTH 0))
    (exists (?WATERWAY)
        (and
            (instance ?WATERWAY Waterway)
            (located ?WATERWAY ?AREA))))
Transportation.kif 665-673


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners