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

Formal Language: 



KB Term:  Term intersection
English Word: 

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
(domain lengthOfUnclassifiedGaugeRailway 2 LengthMeasure) Transportation.kif 286-286
(instance lengthOfUnclassifiedGaugeRailway BinaryPredicate) Transportation.kif 284-284

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
(=>
    (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 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