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 lengthOfExpresswaySystem の数値 1 引数は 地理的地域instance では %n
(domain lengthOfExpresswaySystem 2 LengthMeasure) Transportation.kif 563-563 lengthOfExpresswaySystem の数値 2 引数は 長さ測定instance では %n
(instance lengthOfExpresswaySystem BinaryPredicate) Transportation.kif 561-561 lengthOfExpresswaySystem2進述語instance では %n

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 lengthOfExpresswaySystem 地理的地域 and 長さ測定 エンティティー classlength 長さ測定 では
(=>
    (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