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 Le nombre 1 argument de lengthOfExpresswaySystem est une instance de secteur g�ographique
(domain lengthOfExpresswaySystem 2 LengthMeasure) Transportation.kif 563-563 Le nombre 2 argument de lengthOfExpresswaySystem est une instance de mesure de longueur
(instance lengthOfExpresswaySystem BinaryPredicate) Transportation.kif 561-561 lengthOfExpresswaySystem est une instance de pr�dicat binaire

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 secteur g�ographique and mesure de longueur le longueur de la classe d�crite par cha�ne sympbolique est mesure de longueur
(=>
    (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