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

Formal Language: 



KB Term:  Term intersection
English Word: 

  lengthOfExpresswaySystem

Sigma KEE - lengthOfExpresswaySystem
lengthOfExpresswaySystem

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


(documentation lengthOfExpresswaySystem EnglishLanguage "(lengthOfExpresswaySystem ?AREA ?LENGTH) means that the total length of Expressway in the GeographicArea ?AREA is ?LENGTH.") Transportation.kif 564-566
(domain lengthOfExpresswaySystem 1 GeographicArea) Transportation.kif 562-562 高速公路系统的长度 的 1 数量 是 地理区域instance
(domain lengthOfExpresswaySystem 2 LengthMeasure) Transportation.kif 563-563 高速公路系统的长度 的 2 数量 是 长度测量instance
(instance lengthOfExpresswaySystem BinaryPredicate) Transportation.kif 561-561 高速公路系统的长度二元谓语instance

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


(format ChineseLanguage lengthOfExpresswaySystem "%2 %n 是 %1 的高速公路系统 length ") domainEnglishFormat.kif 1491-1491
(format ChineseTraditionalLanguage lengthOfExpresswaySystem "%2 %n 是 %1 的高速公路系統 length ") domainEnglishFormat.kif 1490-1490
(format EnglishLanguage lengthOfExpresswaySystem "%2 is %n a length of expressway system of %1") domainEnglishFormat.kif 1489-1489
(termFormat ChineseLanguage lengthOfExpresswaySystem "高速公路系统的长度") domainEnglishFormat.kif 33995-33995
(termFormat ChineseTraditionalLanguage lengthOfExpresswaySystem "高速公路系統的長度") domainEnglishFormat.kif 33994-33994
(termFormat EnglishLanguage lengthOfExpresswaySystem "length of expressway system") domainEnglishFormat.kif 33993-33993

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


(<=>
    (lengthOfExpresswaySystem ?AREA ?LENGTH)
    (length
        (KappaFn ?HIGHWAYS
            (and
                (instance ?HIGHWAYS Expressway)
                (located ?HIGHWAYS ?AREA))) ?LENGTH))
Transportation.kif 568-575 长度测量 地理区域 的高速公路系统 length 若且唯若 符号串 所描述的类别 的 length那个 长度测量
(=>
    (and
        (instance ?UNIT UnitOfLength)
        (lengthOfExpresswaySystem ?AREA
            (MeasureFn ?LENGTH1 ?UNIT))
        (lengthOfPavedHighway ?AREA
            (MeasureFn ?LENGTH2 ?UNIT)))
    (greaterThanOrEqualTo ?LENGTH2 ?LENGTH1))
Transportation.kif 587-592
(=>
    (and
        (lengthOfExpresswaySystem ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (instance ?UNIT UnitOfLength)
        (greaterThan ?LENGTH 0))
    (exists (?HIGHWAY)
        (and
            (instance ?HIGHWAY Expressway)
            (located ?HIGHWAY ?AREA))))
Transportation.kif 577-585


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