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

Formal Language: 



KB Term:  Term intersection
English Word: 

  lengthOfUnclassifiedGaugeRailway

Sigma KEE - lengthOfUnclassifiedGaugeRailway
lengthOfUnclassifiedGaugeRailway

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


(documentation lengthOfUnclassifiedGaugeRailway EnglishLanguage "(lengthOfUnclassifiedGaugeRailway ?AREA ?LENGTH) means that the sum length of railway routes in the GeographicArea ?AREA classified as something other than broad, dual, narrow, or standard gauge is the LengthMeasure ?LENGTH.") Transportation.kif 288-292
(domain lengthOfUnclassifiedGaugeRailway 1 GeographicArea) Transportation.kif 285-285 The number 1 argument of length of unclassified gauge railway is an instance of geographic area
(domain lengthOfUnclassifiedGaugeRailway 2 LengthMeasure) Transportation.kif 286-286 The number 2 argument of length of unclassified gauge railway is an instance of length measure
(instance lengthOfUnclassifiedGaugeRailway BinaryPredicate) Transportation.kif 284-284 length of unclassified gauge railway is an instance of binary predicate

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


(format ChineseLanguage lengthOfUnclassifiedGaugeRailway "%2 %n 是 %1 的未分类规格轨道 length ") domainEnglishFormat.kif 1519-1519
(format ChineseTraditionalLanguage lengthOfUnclassifiedGaugeRailway "%2 %n 是 %1 的未分類規格軌道 length ") domainEnglishFormat.kif 1518-1518
(format EnglishLanguage lengthOfUnclassifiedGaugeRailway "%2 is %n a length of unclassified gauge railway of %1") domainEnglishFormat.kif 1517-1517
(termFormat ChineseLanguage lengthOfUnclassifiedGaugeRailway "未分类轨距的长度") domainEnglishFormat.kif 34037-34037
(termFormat ChineseTraditionalLanguage lengthOfUnclassifiedGaugeRailway "未分類軌距的長度") domainEnglishFormat.kif 34036-34036
(termFormat EnglishLanguage lengthOfUnclassifiedGaugeRailway "length of unclassified gauge railway") domainEnglishFormat.kif 34035-34035

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


(<=>
    (lengthOfUnclassifiedGaugeRailway ?AREA ?LENGTH)
    (length
        (KappaFn ?RAILWAYS
            (and
                (located ?RAILWAYS ?AREA)
                (not
                    (instance ?RAILWAYS
                        (UnionFn StandardGaugeRailway
                            (UnionFn BroadGaugeRailway
                                (UnionFn DualGaugeRailway NarrowGaugeRailway))))))) ?LENGTH))
Transportation.kif 294-306 A length measure is a length of unclassified 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
        (lengthOfUnclassifiedGaugeRailway ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (instance ?UNIT UnitOfLength)
        (greaterThan ?LENGTH 0))
    (exists (?RAILWAY)
        (and
            (instance ?RAILWAY Railway)
            (located ?RAILWAY ?AREA))))
Transportation.kif 308-316


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