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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 The number 1 argument of length of expressway system is an instance of geographic area
(domain lengthOfExpresswaySystem 2 LengthMeasure) Transportation.kif 563-563 The number 2 argument of length of expressway system is an instance of length measure
(instance lengthOfExpresswaySystem BinaryPredicate) Transportation.kif 561-561 length of expressway system is an instance of binary predicate

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 A length measure is a length of expressway system of a geographic area if and only if the length of the class described by a symbolic string is the length measure
(=>
    (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 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