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

Formal Language: 



KB Term:  Term intersection
English Word: 

  lengthOfNarrowGaugeRailway

Sigma KEE - lengthOfNarrowGaugeRailway
lengthOfNarrowGaugeRailway

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


(documentation lengthOfNarrowGaugeRailway EnglishLanguage "(lengthOfNarrowGaugeRailway ?AREA ?LENGTH) means that the sum length of narrow gauge railway routes in the GeographicArea ?AREA is the LengthMeasure ?LENGTH.") Transportation.kif 232-235
(domain lengthOfNarrowGaugeRailway 1 GeographicArea) Transportation.kif 230-230 The number 1 argument of length of narrow gauge railway is an instance of geographic area
(domain lengthOfNarrowGaugeRailway 2 LengthMeasure) Transportation.kif 231-231 The number 2 argument of length of narrow gauge railway is an instance of length measure
(instance lengthOfNarrowGaugeRailway BinaryPredicate) Transportation.kif 229-229 length of narrow gauge railway is an instance of binary predicate

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


(format ChineseLanguage lengthOfNarrowGaugeRailway "%2 %n 是 %1 的短规格铁路的 length ") domainEnglishFormat.kif 1499-1499
(format ChineseTraditionalLanguage lengthOfNarrowGaugeRailway "%2 %n 是 %1 的短規格鐵路的 length ") domainEnglishFormat.kif 1498-1498
(format EnglishLanguage lengthOfNarrowGaugeRailway "%2 is %n a length of narrow gauge railway of %1") domainEnglishFormat.kif 1497-1497
(termFormat ChineseLanguage lengthOfNarrowGaugeRailway "窄轨铁路的长度") domainEnglishFormat.kif 34007-34007
(termFormat ChineseTraditionalLanguage lengthOfNarrowGaugeRailway "窄軌鐵路的長度") domainEnglishFormat.kif 34006-34006
(termFormat EnglishLanguage lengthOfNarrowGaugeRailway "length of narrow gauge railway") domainEnglishFormat.kif 34005-34005

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


(<=>
    (lengthOfNarrowGaugeRailway ?AREA ?LENGTH)
    (length
        (KappaFn ?RAILWAYS
            (and
                (instance ?RAILWAYS NarrowGaugeRailway)
                (located ?RAILWAYS ?AREA))) ?LENGTH))
Transportation.kif 237-244 A length measure is a length of narrow gauge railway of a geographic area if and only if the length of the class described by a symbolic string is the length measure
(=>
    (and
        (lengthOfNarrowGaugeRailway ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (instance ?UNIT UnitOfLength)
        (greaterThan ?LENGTH 0))
    (exists (?RAILWAY)
        (and
            (instance ?RAILWAY NarrowGaugeRailway)
            (located ?RAILWAY ?AREA))))
Transportation.kif 246-254


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

Show without tree


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