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 Die Zahl 1 Argument von totalLengthOfWaterways ist ein fall von GeographicArea %n{nicht}
(domain totalLengthOfWaterways 2 LengthMeasure) Transportation.kif 650-650 Die Zahl 2 Argument von totalLengthOfWaterways ist ein fall von LengthMeasure %n{nicht}
(instance totalLengthOfWaterways BinaryPredicate) Transportation.kif 648-648 totalLengthOfWaterways ist ein fall von BinaryPredicate %n{nicht}

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


(format ChineseLanguage totalLengthOfWaterways "%2 %n 是 %1 的 total 水路长路") domainEnglishFormat.kif 2515-2515
(format ChineseTraditionalLanguage totalLengthOfWaterways "%2 %n 是 %1 的 total 水路長路") domainEnglishFormat.kif 2514-2514
(format EnglishLanguage totalLengthOfWaterways "%2 is %n a total length of waterways of %1") domainEnglishFormat.kif 2513-2513
(termFormat ChineseLanguage totalLengthOfWaterways "水道总长度") domainEnglishFormat.kif 58592-58592
(termFormat ChineseTraditionalLanguage totalLengthOfWaterways "水道總長度") domainEnglishFormat.kif 58591-58591
(termFormat EnglishLanguage totalLengthOfWaterways "total length of waterways") domainEnglishFormat.kif 58590-58590

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


(<=>
    (totalLengthOfWaterways ?AREA ?LENGTH)
    (length
        (KappaFn ?WATERWAY
            (and
                (instance ?WATERWAY Waterway)
                (partlyLocated ?WATERWAY ?AREA))) ?LENGTH))
Transportation.kif 656-663 totalLengthOfWaterways GeographicArea and LengthMeasure genau dann wenn die laenge von die kategorie die SymbolicString beschreibt ist ** LengthMeasure %n{nicht}
(=>
    (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